On Tue, Mar 26, 2013 at 2:18 AM, Jack Sprat <[email protected]> wrote: > Does the wsdl2java command work with a version 2.0 WSDL? I have created a > version 2.0 WSDL and validated it with Woden (included with Axis2 1.6.1). > The WSDL also passed validation using Altova XML Spy. However, an error is > thrown when I try to create the code stubs using wsdl2java. Below is the > command: > > call %AXIS2_HOME%/bin/WSDL2Java -uri > C:\Data\MyWebService\docs\myServiceV2.0.wsdl -p > com.mycompany.ws.myservice.producer.gensrc -d xmlbeans -s -ss -sd -ssi -wv > 2.0 -o C:\Data\build\myservice
I'm not quite sure it is well supported for xmlbeans try to use default ADB it should work. Thanks ! > > Thanks, > J > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
