1 Reply Latest reply on Aug 27, 2008 7:00 PM by yi_zhang

    Is there a wsconsume equivalent to wsdl2Java's namespace-to-

    bradmarshall

      I am looking for a way to map my WSDL’s many namespaces to a number of different packages using wsconsume. With the Axis Wsdl2Java tool, I place my mappings in an NsToPkg.properties file and specify this file in the –f parameter. It is critical to our business model that our one WSDL can be consumed by all our customers.

      Can a JAXB or JAX-WS binding file accomplish this? I’ve not created one of these before – if this is the way to go, is there an example of a binding file that illustrates how to map a namespace to a package?