In addtion to that SOAP 1.1 requires that you send the SOAP action HTTP
header (thats mandatory), but in SOAP 1.2 thats not. Can you check whether
this header is set when your using SOAP 1.1

Thanks,
Keith.

On Wed, Mar 5, 2008 at 4:42 PM, Upul Godage <[EMAIL PROTECTED]> wrote:

> 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]
> >
> >
>


-- 
Keith Chapman
Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org

Reply via email to