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 th...@apache.org on 2006/11/13 06:27:24 UTC

svn commit: r474159 - /webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java

Author: thilina
Date: Sun Nov 12 21:27:23 2006
New Revision: 474159

URL: http://svn.apache.org/viewvc?view=rev&rev=474159
Log:
fixing the service name

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java

Modified: webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java?view=diff&rev=474159&r1=474158&r2=474159
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java Sun Nov 12 21:27:23 2006
@@ -49,7 +49,7 @@
 public class SWAClient {
 
 	private static EndpointReference targetEPR = new EndpointReference(
-			"http://localhost:8080/axis2/services/sample-swa");
+			"http://localhost:8080/axis2/services/SWASampleService");
 
 	public static void main(String[] args) throws Exception {
 		CommandLineOptionParser optionsParser = new CommandLineOptionParser(



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org