Hello, I am trying to change the namespace to a package besides the
default. The same way it can be done in Axis or Axis 2. I really like
Xfire, but the not being able to specify a package could be a showstopper.
I have tried the ant task adding in a jax-bindings.xjb
<jxb:bindings jxb:version="1.0"
xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<jxb:bindings
schemaLocation="c:/wsdls/MIS_OB_REQUISITION_BAPI.wsdl#types?urn:sap-com:document:sap:rfc:functions"
node="/xsd:schema">
<jxb:schemaBindings>
<jxb:package name="com.sempra.uc1">
</jxb:package>
</jxb:schemaBindings>
</jxb:bindings>
</jxb:bindings>
But I get an error generating jaxb model
Does anyone know of a way I can do this
Cheers
Devlin