Hello, I'm using wsdl2java tool that comes with Axis2 1.5.1 to generate the stubs that I need for creating a webService client given its WSDL file. (I use the adb databinding)
When I try to generate stub classes for a paypal web service (its wsdl file is here: https://www.paypalobjects.com/wsdl/PayPalSvc.wsdl ) axis won't generate stubs for both the bindings included to the wsdl but just for the second one (PayPalAPIAASoapBinding). I've noticed the same behavior when trying on XigniteNASDAQLastSale webservice found on www.xmethods.net (wsdl file here: http://www.xignite.com/xNASDAQLastSale.asmx?WSDL ) What should I do to get the stubs for all the bindings in the WSDL? Thanks Apostolos --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
