CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

HTML check

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
sohailkhanonline



Joined: 06 Mar 2008
Posts: 35
Location: pakistan

View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger

HTML check
PostPosted: Thu Apr 24, 2008 12:48 am     Reply with quote

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
Rolling Eyes
_________________
sohail khan
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group