Generating Single WSDL file for Multiple JAVA classes.

Posted by sachin on Stack Overflow See other posts from Stack Overflow or by sachin
Published on 2010-03-17T01:13:34Z Indexed on 2010/03/17 1:21 UTC
Read the original article Hit count: 331

Filed under:
|
|

We are using "Bottom Up" approach for building webservices. We have 10 java classes which we want to expose as a webservice. How can we create only one WSDL file for these classes? (java2wsdl utility & its ANT TASK takes only one class as parameter for generating WSDL file.)

© Stack Overflow or respective owner

Related posts about java

Related posts about webservice