You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2006/01/30 16:58:35 UTC

svn commit: r373538 - /webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java

Author: chamikara
Date: Mon Jan 30 07:58:01 2006
New Revision: 373538

URL: http://svn.apache.org/viewcvs?rev=373538&view=rev
Log:
A small change to the test cases

Modified:
    webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java

Modified: webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java?rev=373538&r1=373537&r2=373538&view=diff
==============================================================================
--- webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java (original)
+++ webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java Mon Jan 30 07:58:01 2006
@@ -19,6 +19,7 @@
 import javax.xml.namespace.QName;
 
 import org.apache.axis2.AxisFault;
+import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
 import org.apache.axis2.client.Options;
 import org.apache.axis2.client.ServiceClient;
@@ -80,6 +81,7 @@
 		String sequenceKey = "sequence2";
 		clientOptions.setProperty(Sandesha2ClientAPI.SEQUENCE_KEY,sequenceKey);
 		clientOptions.setProperty(Sandesha2ClientAPI.AcksTo,acksToEPR);
+		clientOptions.setTransportInProtocol(Constants.TRANSPORT_HTTP);
 		
 		ServiceClient serviceClient = new ServiceClient (configContext,null);
 		//serviceClient.



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