0 Replies Latest reply on Mar 3, 2008 3:48 PM by srini.ragu

    bindings.xjc file for JAVA to WSDL approach

    srini.ragu

      Can I pass in bindings.xjc, so the global rules in the bindings file will be used when JBossWS generates WSDL from source? I am using JAXB for binding.

      Or by throwing this file in the path or any specific location could I make the implementation to use this for generating WSDL schema.

      I need all the BigDecimal in Java to be extended as nillable type in the generated XSD. I can do this by the @XMLElement annotation on the property. But I want this rule to be applied globally for any Schema generated by the JBoss-WS stack.

      Any idea or clarification on whether this is possible or not will be helpful.

      Regards,
      Srini