I fixed this.
Samisa...
Samisa Abeysinghe wrote:
Jira is down at the moment, hence the mail.
SOAP 1.2 seem to be broken, I was wondering why addressing interop
tests were failing and found that there is something wrong in the
message.
I captured the message and the HTTP headers read as follows:
POST /axis2/services/echo HTTP/1.1
User-Agent: Axis2/C
SOAPAction: http://ws.apache.org/axis2/c/samples/echoString
Content-Length: 482
Content-Type: application/soap+xml
Host: localhost:9090
We send the SOAPAction seperatelly, whereas we should have sent:
Content-Type:
application/soap+xml;charset=UTF-8;action="http://example.org/action/echoIn";
We had the correct implementation but some or the other fix down the
line must have broken this :(
Samisa...