sohailkhanonline
Joined: 06 Mar 2008 Posts: 35 Location: pakistan
|
HTML check |
Posted: Thu Apr 24, 2008 12:48 am |
|
|
Hi i have limited knowledge about html. My question is.
Is there any way by which i can write the HTML request to server and when i send it the response is displayed. This is at pure hardware level.
My request is..
Code: | POST /Fonekey1/OWS/Fonekey.asmx HTTP/1.1
Host: 192.168.1.33
Content-Type: text/xml; charset=utf-8
Content-Length: 300
SOAPAction: "http://tempuri.org/Ping"
<?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>
<Ping xmlns="http://tempuri.org/" />
</soap:Body>
</soap:Envelope> |
Such a software etc is needed where i can paste above code and when run the server response is displayed which may include headers as well.
Thanks
_________________ sohail khan |
|