When I use JibXSoap as a client to a Axis (Message) Web Service - Axis complains that 
the
HTTP header, SOAPAction is missing. I am not sure if this header is required by the 
SOAP (and it doesn't seem to have much use) but
a facility where one could add HTTP headers to the outgoing SOAP message would be 
useful.

Something like the SOAPContext.getSendHTTPHeaders() ?

For the moment I have just added a the line:

conn.setRequestProperty("SOAPAction","\"\"");

to the SOAPClient.call method just before the body of the HTTP request is set.

Cheers,
Andrew

Read our disclaimer at: http://www.picknpay.co.za/pnp/view/pnp/en/page5093?
If you don't have web access, the disclaimer can be mailed to you on request.
Disclaimer requests to be sent to [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to