Download soapUI
Navigate to http://www.soapui.org/, and click on the "Download Free" link. As of this writing, the latest version is 4.0.
Wait for the download to finish. Unzip & install if needed.
Start a new Project
Run soapUI, and select [File] -> [New soapUI Project].
For each EBSuite web service WSDL link, you will need to start a different project. ( One Project per WSDL link URL )
Enter the WSDL URL
In the new project dialog box, enter a random project name, and in the "Initial WSDL" field, enter:
http://www.ebsuite.com/cxf/SessionAuthenticatorAPI?wsdl
Press OK
Project is created
soapUI will generate the project from the WSDL. You will see that all the calling methods from the http://www.ebsuite.com/cxf/SessionAuthenticatorAPI?wsdl is listed on the left.
Select loginAuthenticate -> Request 1.
On the right pane, you can see the parameters for this API method. arg0, arg1, arg2 maps to companyName, loginName, and password.
Run!
Fill in the companyName value in [arg0] [/arg0]
Fill in the userName value in [arg1] [/arg1]
Fill in the password in [arg2] [/arg2]
Press the green [Play] icon
And your web service API result appears on the right pane. You can use the session id returned to call other web service APIs.
| | | Download soapUI
Navigate to http://www.soapui.org/, and click on the "Download Free" link. As of this writing, the latest version is 4.0.
Wait for the download to finish. Unzip & install if needed.
| | |
|