Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Am trying To Call ASP.NET Web Service From Java And Here Is My XML Data I Am sucessfully calling web service but parameter is not being passed Where I Am Wrong Please Help
Thanks In Advance
HTML
POST /NIDHISRV.asmx HTTP/1.1
Host: localhost:80
Content-Type: text/xml; charset=utf-8
Content-Length: 3000
SOAPAction: "http://tempuri.org/auth"
Connection: Close


<soap:envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="#unknown">
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:body>
    <auth xmlns="http://localhost/"> 
<un>Admin</un>
<pass>Admin</pass>
<depart>Admin</depart>
<work>Admin</work>
	</auth>
  </soap:body>
</soap:envelope>
Posted
Updated 3-Oct-15 1:29am
v2

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