예제 #1
0
 @Override
 protected void invokeClient() {
   clientLog =
       Axis2Client.fireClient(
           "ant stockquote -Daddurl=http://"
               + HOST_NAME
               + ":"
               + BACKENDSERVER_HTTP_PORT
               + "/services/SimpleStockQuoteService -Dtrpurl=http://"
               + HOST_NAME
               + ":"
               + HTTP_PORT
               + "/ -Dsymbol=IBM");
 }
예제 #2
0
 @Override
 protected void invokeClient() {
   clientLog =
       Axis2Client.fireClient(
           "ant stockquote -Dtrpurl=http://" + HOST_NAME + ":" + HTTP_PORT + "/");
 }