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.
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