Monday, September 14, 2015

Test a XAI INBOUND SERVICE using SOAP UI



How to test a XAI Inbound Service in CC&B?
(I am assuming that developer knows how to create a inbound service) 
  • Lets search for an existing XAI Inbound Service

  • Copy the WSDL URL at the end of the page
 
  • I am using the SoapUI  by smart bear. It can be downloaded at http://www.soapui.org/downloads/soapui/open-source.html
  • Install the SoapUI and open it
  • Click on File> New SoapUI Project
 
  • Add a name to the project and click OK
  • A Project will be created and can be seen on the left hand side

  • Right Click on the project, select Add WSDL
  •  Paste the WSDL URL we have copied in Initial WSDL box
  • Click OK
  • You can see the Inbound Service name on the left hand side tree

  • Double click on the request1. It will open up the Request and Response Page.


  • In this service SP information is extracted, so we need to pass the SP Id an other fields as required.(The input fields may change from service to service).
    • As an example we I have replaced the input fields (? marks)  with values in red


      
          read
    " faultStyle="wsdl">
            
               

    

2 comments:

When you go pro