Yes, that worked for me too.

Specifically, on the client-side I went from this:

org.codehaus.xfire.service.Service serviceModel = new ObjectServiceFactory().create(
          Service.class, props);

to this:

org.codehaus.xfire.service.Service serviceModel = new ObjectServiceFactory().create( Service.class, "Service", "http://ws.maven.net/mcr/v1";, props);

Thanks!

On Feb 14, 2007, at 5:15 AM, Mathias Scharl wrote:

yeah, it works!!

thx!

Tomek Sztelak schrieb:
Try to specify service namespace on client side. Should help.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to