Author: indika
Date: Mon Dec 22 01:53:19 2008
New Revision: 27603
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27603

Log:
correct service path

Modified:
   
branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java

Modified: 
branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java?rev=27603&r1=27602&r2=27603&view=diff
==============================================================================
--- 
branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
      (original)
+++ 
branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
      Mon Dec 22 01:53:19 2008
@@ -61,7 +61,7 @@
             }
         }
         
-        String targetEPR = getProperty("opt_url", 
"http://localhost:8280/soap/MTOMSwASampleService";);
+        String targetEPR = getProperty("opt_url", 
"http://localhost:8280/services/MTOMSwASampleService";);
         String fileName = getProperty("opt_file", 
defaultFile.getAbsolutePath());
         String mode = getProperty("opt_mode", "mtom");
 

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to