First go to the official website to download axis1.4 and then write a bat file
Set Axis_lib=c:\axislib\axislib\lib (This is Axis's Lib package)
Set java_cmd=java-djava.ext.dirs=%axis_lib%
Set OUTPUT_PATH=C:\SOAP_SRC\SRC (This is the location of the generated Java code output)
Set Package=com.huawei.mdn.wsi.engine.client
%java_cmd% org.apache.axis.wsdl.wsdl2java-o%output_path%-p%package%--server-side TvodMergeStatus.wsdl (source WSDL file)
Client development is simple: simple
This is the address of the server
String memserviceaddr = Acsconfig.getinstance (). GetConfig (acsconstant.mem_order_service_address);
This is a WSDL-generated Java class
Tvvasserviceservice memsoapservice = new Tvvasserviceservicelocator ();
URL endpoint = new URL (memserviceaddr);
Return Memsoapservice.gettvvasservice (endpoint);
Server development to configure the next WSDD file, WSDD file is mainly used to generate WSDL file external services
Then the background to write an excuse for the implementation of the class can be