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>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)