jaliya 2005/05/21 22:15:37
Modified: sandesha/interop/org/apache/sandesha/samples/interop/testclient
InteropStub.java
Log:
Fixed a bug in message number
Revision Changes Path
1.12 +0 -1
ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/testclient/InteropStub.java
Index: InteropStub.java
===================================================================
RCS file:
/home/cvs/ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/testclient/InteropStub.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- InteropStub.java 22 May 2005 04:54:20 -0000 1.11
+++ InteropStub.java 22 May 2005 05:15:37 -0000 1.12
@@ -228,7 +228,6 @@
call.setReturnType(org.apache.axis.encoding.XMLType.XSD_STRING);
for (int i = 1; i <= messages; i++) {
- call.setProperty(Constants.ClientProperties.MSG_NUMBER, new
Long((i)));
String msg = "Sandesha Echo String " + i;
if (i == messages) {