Author: damitha
Date: Sun Sep 10 03:56:30 2006
New Revision: 441939
URL: http://svn.apache.org/viewvc?view=rev&rev=441939
Log:
minor change
Modified:
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
Modified:
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c?view=diff&rev=441939&r1=441938&r2=441939
==============================================================================
---
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
(original)
+++
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
Sun Sep 10 03:56:30 2006
@@ -65,7 +65,7 @@
/* Seperate listner needs addressing, hence addressing stuff in options */
AXIS2_OPTIONS_SET_ACTION(options, env,
"http://ws.apache.org/axis2/c/samples/echoString");
- reply_to = axis2_endpoint_ref_create(env,
"http://192.168.1.106:6060/axis2/services/__ANONYMOUS_SERVICE__/__OPERATION_OUT_IN__");
+ reply_to = axis2_endpoint_ref_create(env,
"http://localhost:6060/axis2/services/__ANONYMOUS_SERVICE__/__OPERATION_OUT_IN__");
AXIS2_OPTIONS_SET_REPLY_TO(options, env, reply_to);
property = axis2_property_create(env);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]