In data lunedì 30 gennaio 2012 18:05:52, Deepal Jayasinghe ha scritto: > How did you generate the code ? did you use the ?wsdl and generate the > stubs or did you do something else.
I used the ?wsdl and generated the stubs with the following commands: $AXIS2_HOME/bin/wsdl2java.sh -uri https://xxx.yyy.zzz/wss-demo/SoapServer/ -p zzz.yyy.xxx.webservices.client.xmlbeans -s -o src-xmlbeans -d xmlbeans $AXIS2_HOME/bin/wsdl2java.sh -uri https://xxx.yyy.zzz/wss-demo/SoapServer/ -p zzz.yyy.xxx.webservices.client.adb -s -o src-adb -Eiu -d adb using axis2 1.7-SNAPSHOT for -Eiu option (but the same happens with 1.6 without the -Eiu option). --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org