Hi,

I'm using XFire 1.2.2 with XmlBeans binding from a WSDL defined with:

<wsdl:definitions
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
   xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
   xmlns:vos.contract.1.0="http://www.net.ivoa/xml/VOSpaceContract-v1.0rc6";
xmlns:vos.types.1.0="http://www.net.ivoa/xml/VOSpaceTypes-v1.0rc6"; xmlns="http://www.net.ivoa/xml/VOSpaceContract-v1.0rc6";
   targetNamespace="http://www.net.ivoa/xml/VOSpaceContract-v1.0rc6";>

The stub code generated from this is in the package edu.caltech.nvo.vospace.

However, when I expose my service and get its WSDL with ?wsdl, this has the package name as the main namespace:

<wsdl:definitions targetNamespace="http://vospace.nvo.caltech.edu";
xmlns:tns="http://vospace.nvo.caltech.edu";
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soap12="http://www.w3.org/2003/05/soap-envelope";
xmlns:ns1="http://www.net.ivoa/xml/VOSpaceContract-v1.0rc6";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding";
xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>

Unfortunately this still seems to be a problem with 1.2.5.

Any ideas?

   Cheers,

   Matthew

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

   http://xircles.codehaus.org/manage_email

Reply via email to