[jboss-user] [JBossWS] - Re: Is this a valid JAX-WS binding file for wsconsume?

Brad Marshall do-not-reply at jboss.com
Thu Jan 10 11:25:32 EST 2008


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



More information about the jboss-user mailing list