I'm have written an Axis2 client with XMLBeans binding and everything seems to work fine as far as creating the soap message. However, the http header has the protocol set to "POST /SOAP/ HTTP/1.1" (see debug logging below) which is causing the service provider to raise this error - Runtime extension for protocol 'SOAP/' not found
I couldn't find anything that i can configure within axis to not add /SOAP/ to the protocol, would appreciate any pointers!
I would rather not ask the service provider to address this issue and ideally would want to address this on the client side (by the way, the request works just fine using SoapUI).
2012/09/21 10:02:42:955 PDT [DEBUG] header - >> "POST /SOAP/ HTTP/1.1[\r][\n]"