Advertisement
simeonvarbanov

Untitled

Nov 24th, 2012
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. import stub.*;
  2. public class ClientWS
  3. {
  4. public static void main (String args[]) throws Exception
  5. {
  6. System.out.println("ClientWS called ...");
  7. WSCustomerStub stub = new WSCustomerStub("http://localhost:8080/axis2/services/WSCustomer");
  8.  
  9. //stub.HelloStub.HelloCallResponse response = stub.helloCall();
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement