Rossi, Michele (Equity Linked Technology <Michele_Rossi <at> ml.com> writes:

> Dear all,
> 
> 
> We are using xfire 1.2.6 together with JAXB 2.0 (schema-first approach).
> 
> The generated WSDL does not declare namespaces for imported schema types.
> 
> We don't provide the schemas to Xfire - so the schemas are obtained by
introspecting the annotated jaxb-generated classes.
> 
> The service is invocable using a Xfire client but other C# tools don't work 
complaining that the WSDL is broken.

This worked for me: code-first:

                <property xmlns="" name="properties">
                        <map xmlns="">
                                <entry xmlns="" 
key="wsdlBuilder.generateImports">
                                        <value>true</value>
                                </entry>
                        </map>
                </property>


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

    http://xircles.codehaus.org/manage_email

Reply via email to