Schweter, Ryan wrote:
I’m attempting to call a .net web service using SaajBinding. The SOAP request looks perfect exception that the SOAPAction is empty. Anyone know how to set it?

I don't see a SAAJ standard way to set it. I wonder does adding a "SOAPAction" property to the NormalizedMessage before invoking the SaajBinding help at all? If set that should appear as a SAAJ SOAPMessage.addMimeHeader() which might do the trick.

If that does the trick we could customize the binding some more to make it easier to configure a SOAPAction from the Spring.xml

--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to