You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2005/10/18 16:18:38 UTC

svn commit: r326114 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java

Author: ruchithf
Date: Tue Oct 18 07:18:31 2005
New Revision: 326114

URL: http://svn.apache.org/viewcvs?rev=326114&view=rev
Log:
Fixing the build

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java?rev=326114&r1=326113&r2=326114&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java Tue Oct 18 07:18:31 2005
@@ -138,8 +138,8 @@
     private void configureSystem(String opName) throws AxisFault {
         targetEPR =
                 new EndpointReference("http://127.0.0.1:"
-                        + (5000)
-//                    + (UtilServer.TESTING_PORT)
+//                        + (5000)
+                    + (UtilServer.TESTING_PORT)
                         + "/axis/services/EchoXMLService/"+ opName);
         String className = "org.apache.axis2.rpc.RPCServiceClass";
         operationName = new QName("http://localhost/my",opName,"req");