Author: samisa
Date: Wed Feb 8 19:41:22 2006
New Revision: 376175
URL: http://svn.apache.org/viewcvs?rev=376175&view=rev
Log:
Fixed cleint to work without addressing
Modified:
webservices/axis2/trunk/c/modules/core/clientapi/call.c
Modified: webservices/axis2/trunk/c/modules/core/clientapi/call.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/call.c?rev=376175&r1=376174&r2=376175&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/call.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/call.c Wed Feb 8 19:41:22 2006
@@ -1092,7 +1092,6 @@
{
return AXIS2_FAILURE;
}
- call_impl->op_template = op;
remaining_phases = AXIS2_OP_GET_REMAINING_PHASES_INFLOW(call_impl->
op_template, env);
AXIS2_OP_SET_REMAINING_PHASES_INFLOW(op, env, remaining_phases);
|