Re: Help needed! How to pass XML message to webserver

2003-09-10 Thread Mauro Tortonesi
On Mon, 8 Sep 2003, Vasudha Chiluka wrote: > Hi , > > I need to pass XML message to a webserver using http. > Could anybody tell me how I can accomplish this using wget. > Any help is greatly appreciated.. why would you want to use wget for this? try with nc6: echo -en "PUT http://theurl HTTP 1.

Re: Help needed! How to pass XML message to webserver

2003-09-09 Thread Aaron S. Hawley
Wget doesn't currently have http file upload capabilities, but if this XML message can be sent by cgi POST parameters then Wget could probably do it. but you'll need to figure out how exactly the XML message is sent using http. /a On Mon, 8 Sep 2003, Vasudha Chiluka wrote: > Hi , > > I need to p

Help needed! How to pass XML message to webserver

2003-09-08 Thread Vasudha Chiluka
Hi , I need to pass XML message to a webserver using http. Could anybody tell me how I can accomplish this using wget. Any help is greatly appreciated.. Thanks Vasudha - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software