1 Reply Latest reply on Oct 27, 2006 12:48 AM by jason.greene

    How do I customize WSDL when using 181 EJB WS

    kimbaltrue

      I'm using the lastest AS and WS. My Webservice uses a complex object as a paramter (i.e. java.util.List as attribute.) The webservice deploys, but the complex object in the generated WSDL is empty. How do I get JBossWS to generate a WSDL with the complete object model?

      Is there anyway to provide JBossXB XSD annotations when using 181 EBJ webservices?

        • 1. Re: How do I customize WSDL when using 181 EJB WS
          jason.greene

           

          "kimbaltrue" wrote:
          I'm using the lastest AS and WS. My Webservice uses a complex object as a parameter (i.e. java.util.List<String> as attribute.) The webservice deploys, but the complex object in the generated WSDL is empty. How do I get JBossWS to generate a WSDL with the complete object model?


          Collections aren't supported until we release JAX-WS support, which we are actively working on. There will be a beta2 release soon.


          Is there anyway to provide JBossXB XSD annotations when using 181 EBJ webservices?


          No, sorry, but we configure JBossXB in a JAX-RPC mode. You could experiment with it, but its not guaranteed to work.

          -Jason