Axis2 Web Service Client Generation - Types without modifying the client

Posted by sstarcher on Stack Overflow See other posts from Stack Overflow or by sstarcher
Published on 2008-10-15T15:43:39Z Indexed on 2010/05/20 10:00 UTC
Read the original article Hit count: 181

Filed under:
|
|
|

Is it possible with Axis2 and Eclipse to generate a Web Service client and have it use java types that you already have in packages instead of creating it's own types. Reason being of course if I have type A already created and it creates it's own Type A I can't just assign variable of type A to variable of type B.

The wsdl is being generated from a Web Service deployed to an application server. If it's not possible to generate it from that would it be possible to generate a client from the already existing java files.

© Stack Overflow or respective owner

Related posts about axis2

Related posts about java