20
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/

Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

Embed Size (px)

Citation preview

Page 1: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

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 ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

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 ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

Start SoupUI. Tool>Axis 1.x Artifacts:

Page 4: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 5: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

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 ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

Browse to the location where axis 1_4 is unzipped.

Page 7: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

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 ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 9: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

3. Download WSDL:

Page 10: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

4. Create new project in SoapUI:

Page 11: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 12: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

II. IDE

1. Create a new java project:

Page 13: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

Click Finsish.

2. Import from SoapUI:

Page 14: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 15: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 16: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

3. Add External JARs to the Project

Page 17: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

5. Create a new class

Page 18: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:
Page 19: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

6. Add import statements:

7. Continue with code example:

Page 20: Rally WS API: Example of using SOAP interface with Java I ... of... · Rally WS API: Example of using SOAP interface with Java I. SoapUI setup 1. Download axis 1_4:

8. Run. Defect is crated in Rally: