On Mon, May 6, 2013 at 10:09 PM, Stephenson Ohimor <[email protected]>wrote:
> Hi, > I'm trying to create a client and embed it into a spring based web app. > The webservice is written with Axis2. When I try to generate a client > from the WSDL (via eclipse WSDL generation) I get a number of errors when > the 'converter types' objects are created. My question is, what is the > recommended process for generating a java client based off of a WSDL? > Try using axis2 code generation tools [1]. There number of ways(command-line, ant task, maven plugin) to generate code from wsdl using given axis2 tools. Kishanthan. [1] http://axis.apache.org/axis2/java/core/tools/index.html > > Thanks, > Stephen >
