Re: SOAPAction MimeHeader not being set in AXIS 1.1

2005-05-23 Thread Ritz Blade
In response to my own request I  think the soln lies as follows:   Please note that it is now possible to use Axis 1.1 to set a SOAPAction in the SOAP message in the codeset.   Earlier the only way to set a SOAPAction (a prerequiste for the Web Services we are consuming from) was by using Axis 1.

SOAPAction MimeHeader not being set in AXIS 1.1

2005-05-21 Thread Ritz Blade
Hi   I am currently using Axis 1.1 to consume from a 3rd party .Net Web Service. I am using the SAAJ API available within the Axis 1.1 package.  In my java code, I am declaring an object of type MimeHeaders and setting the SOAPAction to be what has been asked by the Web Service provider. Code...imp