users@jax-ws.java.net

Re: XFire client and JAX-WS

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Tue, 29 May 2007 10:07:11 -0700

This just means that the JAX-WS service is a SOAP 1.1 service but the
xfire client is sending SOAP 1.2 requests. You either modify your xfire
client to send SOAP 1.1. requests or deploy JAX-WS service with SOAP 1.2
binding?

-vivek.

Leandro Sales wrote:
>
> I'm Getting this error while trying to run a Xfire client with Jax-ws
> Service. There is any way to change the namespace expected by jax-ws??
>
>
> Couldn't create SOAP message. Expecting Envelope in namespace
> http://schemas.xmlsoap.org/soap/envelope/, but got
> http://www.w3.org/2003/05/soap-envelope
> com.sun.xml.ws.protocol.soap.VersionMismatchException: Couldn't create
> SOAP message. Expecting Envelope in namespace
> http://schemas.xmlsoap.org/soap/envelope/, but got
> http://www.w3.org/2003/05/soap-envelope
>
>
> Leandro
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>