jaliya 2005/05/05 03:34:45
Modified: sandesha/interop/org/apache/sandesha/samples/interop
AsyncPingClient.java
Log:
Change the addressing propeties
Revision Changes Path
1.7 +2 -2
ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/AsyncPingClient.java
Index: AsyncPingClient.java
===================================================================
RCS file:
/home/cvs/ws-fx/sandesha/interop/org/apache/sandesha/samples/interop/AsyncPingClient.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AsyncPingClient.java 26 Apr 2005 10:50:02 -0000 1.6
+++ AsyncPingClient.java 5 May 2005 10:34:45 -0000 1.7
@@ -55,10 +55,10 @@
//http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous
call.setTargetEndpointAddress(targetURL);
- call.setOperationName(new QName("RMInteropService", "ping"));
+ call.setOperationName(new QName("http://tempuri.org", "Ping"));
call.setTransport(new RMTransport(targetURL, ""));
- call.addParameter("arg1", XMLType.XSD_STRING, ParameterMode.IN);
+ call.addParameter("Text", XMLType.XSD_STRING, ParameterMode.IN);
//First Message
call.setProperty(Constants.ClientProperties.MSG_NUMBER, new
Long(1));