Hi all,
I want to send the simple SOAP request to my web server. Details of soap message given as under
POST /browser/service1.asmx HTTP/1.1
Host: 192.168.0.13
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://my url\"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Addition xmlns="http://my url\">
<num1>int</num1>
<num2>int</num2>
</Addition>
</soap:Body>
</soap:Envelope>
Anybody having idea how to achieve the same please help me. is there any code example availble
Regards
master Solutions



