Hi I am redaing through the WS-I BP 1.1 spec and I saw them specify that the soapAction HTTP header "MUST be a quoted string". I am using axis2 1.0 and if I see the soapAction header in the tcpmon I see it not quoted. I am sending my message using ServiceClient and seeting the soapAction using
options.setAction(soapAction); So what I did was to add quotes myself to the soapAction and then call the above api. I dont feel I should be doing this and it should really be done by ServiceClient. Is this a known bug or this is fixed in a future release [ 1.1?]. -- thanks Rishi
