jaliya 2005/04/19 04:54:06
Modified: sandesha/interop/org/apache/sandesha/samples/interop
EchoClientSyncAck.java
Log:
Added new addressing neamspace
Revision Changes Path
1.2 +1 -1
ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/EchoClientSyncAck.java
Index: EchoClientSyncAck.java
===================================================================
RCS file:
/home/cvs/ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/EchoClientSyncAck.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EchoClientSyncAck.java 7 Mar 2005 05:34:34 -0000 1.1
+++ EchoClientSyncAck.java 19 Apr 2005 11:54:06 -0000 1.2
@@ -55,7 +55,7 @@
call.setProperty(Constants.ClientProperties.ACTION,
"sandesha:echo");
//These two are additional, We need them since we need to
monitor the messages using TCPMonitor.
-
call.setProperty(Constants.ClientProperties.FROM,org.apache.axis.message.addressing.Constants.NS_URI_ANONYMOUS);
+
call.setProperty(Constants.ClientProperties.FROM,Constants.WSA.NS_ADDRESSING_ANONYMOUS);
call.setProperty(Constants.ClientProperties.REPLY_TO,"http://127.0.0.1:"+defaultClientPort+"/axis/services/RMService");
call.setTargetEndpointAddress(targetURL);