HelloWorldClient.java
297 Bytes
package example;
import org.apache.cxf.jaxws.CXFService;
public class HelloWorldClient {
public static void main(String[] argv) {
// com.huaheng.api.csc.client.WmsWebService service = new CXFService().getPort();
// //invoke business method
// service.SubmitContainerDetected();
}
}