Hi,

 

I have a WSDL with an xsd:import bringing in another schema in a different namespace.  

 

I XMLBeans it, write some methods and expose them using XFire.  

 

My generated WSDL is importing the namespace but not the schema – is there a way to force it to do this?

 

What I get out is:

<xsd:import namespace="http://digir.net/schema/conceptual/darwin/2003/1.0"/>

 

But I’d either like it to include the Schema inline or have a

<xsd:import namespace="http://digir.net/schema/conceptual/darwin/2003/1.0"

      schemaLocation="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd"/>

 

Is there anything I can add to the XFire Spring config to force this?

 

(The Configurator seems to be removed.

http://docs.codehaus.org/display/XFIRE/Generating+WSDL+with+Schema+for+XMLBeans?decorator=printable)

 

I pretty sure this is user error on my part…

 

Thanks,

 

Tim

Reply via email to