A slight correction in what I have actually usef for the last binding:

<jxb:bindings version="1.0"
  |     xmlns:jxb="http://java.sun.com/xml/ns/jaxb";
  |     xmlns:jaxws="http://java.sun.com/xml/ns/jaxws";
  |     xmlns:xs="http://www.w3.org/2001/XMLSchema";
  |     wsdlLocation="CARetriever.wsdl">
  |     <jaxws:bindings
  |         node="wsdl:definitions/wsdl:types/xsd:schema">
  |         <jxb:schemaBindings>
  |             <jxb:package name="com.ca.webservice.caservice"/>
  |         </jxb:schemaBindings>
  |     </jaxws:bindings>
  | </jaxws:bindings>   

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118737#4118737

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118737
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to