Hi Thilina Thanks I found it.
The way I got it to work was : options.setProperty(org.apache.axis2.Constants.Configuration.DISABLE_SOAP_ACTION,endPointRef); Thanks Stefan. On Fri, 2006-12-29 at 16:48 +0600, Thilina Gunarathne wrote: > Stefan, > A similar issue was fixed just before the Axis2 1.1.1-RC1[1]... Please try > that. > > ~Thilina > [1] http://people.apache.org/~thilina/axis2/1.1.1-RC1/ > > On 12/28/06, Stefan Kok <[EMAIL PROTECTED]> wrote: > > Hi Anne > > > > Thanks for your reply. > > > > I am afraid you have lost me. Please see the two sample headers below. > > The first is correct. The second incorrect. The second one is generated > > by axis2 for me. I was hoping to drop the "urn:anonOutInOp" part using > > DISABLE_SOAP_ACTION. > > > > However I can not figure out how to do it using the options object. > > > > Kind regards > > Stefan. > > > > > > ************* First ************** > > POST /some HTTP/1.1 > > Content-Type: multipart/related; > > boundary="E0675A0FDC9DF1D04617D97FB987D5AD"; type=text/xml; > > start="</some string>" > > SOAPAction: "" > > Content-Length: 120617 > > **************************** > > > > *********** Second ****************** > > POST /some HTTP/1.1 > > SOAPAction: "urn:anonOutInOp" > > User-Agent: Axis2 > > Content-Length: 467 > > ****************************** > > > > On Thu, 2006-12-28 at 08:29 -0500, Anne Thomas Manes wrote: > > > If you want to send an empty SOAPAction, then you cannot disable it. > > > You enablde bit but specify no value. > > > > > > On 12/28/06, Stefan Kok <[EMAIL PROTECTED]> wrote: > > > > Hi All > > > > > > > > > > > > I need to send an empty SOAPAction. I have found a reference to > > > > org.apache.axis2.Constants.DISABLE_SOAP_ACTION. > > > > > > > > It seems this would solve my problem. This can be set via the options > > > > object. I have searched Google for examples of setting it but could > > > > find none. > > > > > > > > If anyone has got any ideas could you please pass me some pointers. > > > > > > > > Kind Regards > > > > Stefan. > > > > > > > > P.S > > > > Original post at: > > > > http://mail-archives.apache.org/mod_mbox/ws-axis-cvs/200610.mbox/% > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > > Stefan Kok <[EMAIL PROTECTED]> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Stefan Kok <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
