SOAP 1.1 uses content type text/xml SOAP 1.2 needs content type to be application/soap+xml
Upul On Wed, Mar 5, 2008 at 4:17 PM, Thomas Pawlitzki <[EMAIL PROTECTED]> wrote: > Hello, > > when a client sends a SOAP 1.2 HTTP-request to my webservice with a > ContentType: text/xml > he recieves the following error: > > The endpoint reference (EPR) for the Operation not found is ... and > the WSA Action = null > > When the client changes the HTTP Header so that the header inlcudes: > Content-Type: application/soap+xml > or > Content-Type: application/soap-xml > the webservice skeleton can recieve the request without any errors. > > Why is that? > Does axis2 and SOAP 1.2 not work correctly with the content type text/xml? > > Tanks in advance! > > Greetings, > Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
