Author: samindaw
Date: Tue Jun 17 06:12:56 2008
New Revision: 18457
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18457

Log:
updating the service client endpoint url host address to 127.0.0.1

Modified:
   
trunk/wsas/java/modules/samples/Xfer/src/org/wso2/wsas/sample/xfer/client/CustomerServiceClient.java

Modified: 
trunk/wsas/java/modules/samples/Xfer/src/org/wso2/wsas/sample/xfer/client/CustomerServiceClient.java
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/Xfer/src/org/wso2/wsas/sample/xfer/client/CustomerServiceClient.java?rev=18457&r1=18456&r2=18457&view=diff
==============================================================================
--- 
trunk/wsas/java/modules/samples/Xfer/src/org/wso2/wsas/sample/xfer/client/CustomerServiceClient.java
        (original)
+++ 
trunk/wsas/java/modules/samples/Xfer/src/org/wso2/wsas/sample/xfer/client/CustomerServiceClient.java
        Tue Jun 17 06:12:56 2008
@@ -41,7 +41,7 @@
         options.setAction(WSTransferConstants.ACTION_URI_CREATE);
 
         EndpointReference epr = new EndpointReference(
-                "http://10.100.1.204:9762/services/CustomerService";);
+                "http://127.0.0.1:9762/services/CustomerService";);
         options.setTo(epr);
 
         MessageContext msgCtx = new MessageContext();

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to