Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import stub.*;
- public class ClientWS
- {
- public static void main (String args[]) throws Exception
- {
- System.out.println("ClientWS called ...");
- WSCustomerStub stub = new WSCustomerStub("http://localhost:8080/axis2/services/WSCustomer");
- //stub.HelloStub.HelloCallResponse response = stub.helloCall();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement