If you're doing that much manually you can consider the Apache HttpClient[1] library. Its allows you to set HTTP headers and do POST/GET etc on to a url.

Jim Murphy
Mindreef, Inc.

[1] - http://jakarta.apache.org/commons/httpclient/

Naveen Murthy wrote:
Hello;

I have with me a Soap Msg that is already constructed,
and i also have the invocation URL of the target server.
I just need to post the SOAP msg to that URL (with content-type and SoapAction headers set)


Can the Axis client classes help me do this?  or should
I have to always use the Call object and pass in service/operation
/request etc  and have it build the Soap.

Any suggestions??

thanks and regards,
Naveen


Reply via email to