You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2005/10/20 07:46:07 UTC

svn commit: r326832 - in /webservices/sandesha/trunk: project.xml samples/interop/src/org/apache/sandesha2/samples/SampleClient.java

Author: chamikara
Date: Wed Oct 19 22:45:42 2005
New Revision: 326832

URL: http://svn.apache.org/viewcvs?rev=326832&view=rev
Log:
Updated project.xml and sampleclient.

Modified:
    webservices/sandesha/trunk/project.xml
    webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/samples/SampleClient.java

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=326832&r1=326831&r2=326832&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Wed Oct 19 22:45:42 2005
@@ -160,6 +160,13 @@
             <version>3.0-rc3</version>
         </dependency>
 
+
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.3</version>
+        </dependency>
+
         <dependency>
                <groupId>axis</groupId>
                 <artifactId>axis-wsdl4j</artifactId>

Modified: webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/samples/SampleClient.java
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/samples/SampleClient.java?rev=326832&r1=326831&r2=326832&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/samples/SampleClient.java (original)
+++ webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/samples/SampleClient.java Wed Oct 19 22:45:42 2005
@@ -65,6 +65,7 @@
 		Call call = new Call("E:\\wso2\\sandesha\\sandesha 2\\code\\checkouts\\Aug_25_2005\\target\\dist\\client");
 		call.engageModule(new QName("sandesha"));
 
+		call.set(Constants.AcksTo,"http://192.168.1.195:9070/axis2/services/AnonymousService/echoString");
 		call.setTo(new EndpointReference(sandesha2TO));
 		call.set(Constants.SEQUENCE_KEY,"sequence1");
 		call.setTransportInfo(org.apache.axis2.Constants.TRANSPORT_HTTP,org.apache.axis2.Constants.TRANSPORT_HTTP,true);



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