----- Original Message -----
From: "Sudhir" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 12:37 PM
Subject: Clients using GET and POST


> Hi All,
>  How do I write a client which is HTTP GET/POST based?
> Do I have to create a SOAP request document and send it using the
GET/POST?
> If I POST it, then it is same as the SOAP document based client.

> How can send the entire SOAP request XML as GET?

firstly, you have to rewrite the bit of the HTTP specification that says
'you cant send a body in a GET request', call it say HTTP1.2 for want of a
better name

secondly you need to change all the firewalls, web servers and client
implementations to support this

thirdly you need to add the support to axis

Personally, I'd stick with POST.



Reply via email to