Click here to Skip to main content
15,887,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello...

I have a WSDL file in my machine. I am trying to test the web service with the help of the tool SoapUI.

Steps Taken.
1. Opened new project in SoapUI given project name and given the path of the wsdl file and clicked ok

2. The service request authentication and I provided it and the project is successfully added to SoapUI. It lists the functions provided by the service

3. A function GetApplicant is Shown in the left of SoapUI and get the xml in proper format.

4. When tried with some test data it returns the following error


"This request requires HTTP authentication ()."

The get application XML is given below


XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.mcint/">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:getApplicant>
         <!--Optional:-->
         <id>1000001405</id>
      </ws:getApplicant>
   </soapenv:Body>
</soapenv:Envelope>
Posted

1 solution

 
Share this answer
 
Comments
Ameen Sherif 28-Oct-13 4:03am    
Thank you friend. That link helped me to solve the issue

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900