Web services - WSDL to Java - Extending only skeleton file?

Posted by Epitaph on Stack Overflow See other posts from Stack Overflow or by Epitaph
Published on 2010-04-29T16:44:12Z Indexed on 2010/04/29 16:47 UTC
Read the original article Hit count: 464

Filed under:
|
|

I have converted a WSDL file to generate Java code (with Axis2)that will be deployed as web service. Do I only need to implement and extend the skeleton file generated? Or, can I edit and extend other classes too?

I fear modifying other files will result in some mismatch between the WSDL and Java code.

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services