CONTROLLED DATA
Leidos Proprietary - US Citizens ONLY
The information contained herein is proprietary to Leidos, Inc. It may not be used, reproduced, disclosed, or exported without the written approval of Leidos.

Step-by-step guide

  1. Set up SOAP UI for desired environment
    1. Click on SOAP-UI Icon
    2. Ensure you have a keystore set up for environment
      1. Click on File → Preferences
      2. Click on SSL settings tab
      3. Ensure a keystore and password are included. This is specific to each environment. Information should be updated above as it is uncovered
  2. Set up a SOAP Project
    1. Click on File → New SOAP Project
    2. add an appropriate description
    3. add the WSDL (noted above for certain environments)
    4. Click OK
    5. New web methods should 'appear' in the left hand column if WSDL properly loads
  3. Execute a web method (this requires a knowledge of correct input formats and expected data)
    1. Expand the proper WSDL in the left hand window
    2. Expand the desired web method (IE: GetList)
    3. double click on Request under that web method
    4. Input the proper arguements in the pop up window for that method and hit the green arrow (play) button. 
    5. Review response in right hand side of that pop up