You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,27 @@
1
-
Overview
1
+
Getting Started
2
2
========================
3
3
4
+
The fastest way to implement a SOAP client is to start with the sample code that we have made available here and
5
+
modify it for your purposes. These client stubs have to be in the build path of your Java projects.
6
+
7
+
If using the pre-built jar file [marketo-soap-sdk-2.1.jar](marketo-soap-sdk-2.1.jar), you can add it to your build
8
+
path by placing it inside your Java project in eclipse (or the IDE of your choice). In Eclipse, you would right
9
+
click on the library, click the "Build Path -> Configure Build Path ..." option from the menu. In the modal dialog
10
+
that will popup, you can add the library to the path by clicking on the "Add JARs..." button and selecting the JAR
11
+
file from your project.
12
+
13
+
The sample code below uses the Apache [commons-codec-1.8.jar](http://commons.apache.org/proper/commons-codec/download_codec.cgi).
14
+
Repeat the above steps to include commons-codec-1.8.jar to your project before running the sample code.
15
+
16
+
Generate Your Own Java Client From WSDL
17
+
------------------------
4
18
The above code was generated using [wsimport](http://docs.oracle.com/javase/6/docs/technotes/tools/share/wsimport.html) using the [Marketo Web Service 2_1 WSDL](http://app.marketo.net/soap/mktows/2_1?WSDL).
5
19
Here is the [binding.xml](binding.xml) file used in the below wsimport command.
0 commit comments