@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"); }
@Override protected void invokeClient() { clientLog = Axis2Client.fireClient( "ant stockquote -Dtrpurl=http://" + HOST_NAME + ":" + HTTP_PORT + "/"); }