Re: Problems generating the client for the ClickandBuy API

2012-12-03 Thread andrei
Hi Christian, I never tried to generate client classes with axis2 before, because I successfully used Apache CXF for this purpose. For now I tried the generation with axis2 and run into the same troubles described by you. Here you can find a working example using Maven, Apache CXF and Spring WS t

Re: Problems generating the client for the ClickandBuy API

2012-12-03 Thread Sagara Gunathunga
As you can see in the error log this is a Xmlbeans specific issue issue, you can use default ADB or JAXB data binding without any issue. axis2-1.6.2/bin/wsdl2java.sh -uri https://api.clickandbuy.com/webservices/pay_1_1_0.wsdl -p com.clickandbuy.api axis2-1.6.2/bin/wsdl2java.sh -uri https://api.cl

Re: Problems generating the client for the ClickandBuy API

2012-12-03 Thread Sagara Gunathunga
On Mon, Dec 3, 2012 at 8:34 PM, andrei wrote: > Hi Christian, > > I never tried to generate client classes with axis2 before, because I > successfully used Apache CXF for this purpose. For now I tried the > generation with axis2 and run into the same troubles described by you. Well how do you cla