Top Banner
Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4: http://www.apache.org/dyn/closer.cgi/ws/axis/1_4/
20

Rally WS API: Example of using SOAP interface with Java I. SoapUI

Feb 11, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Rally WS API: Example of using SOAP interface with Java

I. SoapUI setup

1. Download axis 1_4:

http://www.apache.org/dyn/closer.cgi/ws/axis/1_4/

Page 2: Rally WS API: Example of using SOAP interface with Java I. SoapUI

2. Install SoapUI:

http://sourceforge.net/projects/soapui/files/soapui/

soapUI-2.5.1-installer.exe

Installation:

Page 3: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Start SoupUI. Tool>Axis 1.x Artifacts:

Page 4: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 5: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Enter your WSDL URL in WSDL field, and choose output directory.

Click on Advanced tab, and on Tools button.

Page 6: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Browse to the location where axis 1_4 is unzipped.

Page 7: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Click OK.

Back on Advanced tab, enter Rally user name and password, and click “Generate”

Page 8: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 9: Rally WS API: Example of using SOAP interface with Java I. SoapUI

3. Download WSDL:

Page 10: Rally WS API: Example of using SOAP interface with Java I. SoapUI

4. Create new project in SoapUI:

Page 11: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 12: Rally WS API: Example of using SOAP interface with Java I. SoapUI

II. IDE

1. Create a new java project:

Page 13: Rally WS API: Example of using SOAP interface with Java I. SoapUI

Click Finsish.

2. Import from SoapUI:

Page 14: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 15: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 16: Rally WS API: Example of using SOAP interface with Java I. SoapUI

3. Add External JARs to the Project

Page 17: Rally WS API: Example of using SOAP interface with Java I. SoapUI

5. Create a new class

Page 18: Rally WS API: Example of using SOAP interface with Java I. SoapUI
Page 19: Rally WS API: Example of using SOAP interface with Java I. SoapUI

6. Add import statements:

7. Continue with code example:

Page 20: Rally WS API: Example of using SOAP interface with Java I. SoapUI

8. Run. Defect is crated in Rally: