How to generate the Web service client stub from Orchestrator WSDL definitions by using code Axis generator
I have tried with Axis2 1.6.1 code generator through command line tool. My command was
wsdl2java.bat -o -uri http://xx.xx.xxx.xxx:8280/vmware-vmo-webcontrol/webservice?WSDL
Is it correct command to generate the Web service client stub from Orchestrator WSDL definitions?
I am not able to see the following classes get generated with above command VSOWebControlService.java, VSOWebControlProxy.java, VSOWebControlServiceLocator.java
-AnuragR