Alexis Gruet created AXIS2C-1686:
------------------------------------
Summary: Can't reuse svc_client ?
Key: AXIS2C-1686
URL: https://issues.apache.org/jira/browse/AXIS2C-1686
Project: Axis2-C
Issue Type: Bug
Components: transport/http
Affects Versions: 1.6.0
Environment: Linux / Ubuntu 14.04
Mac OS X
Reporter: Alexis Gruet
Priority: Minor
Fix For: 1.7.0
When a single svc_client is created i've send two requests, like this pseudo code :
ret_node1 = axis2_svc_client_send_receive (svc_client, _env.get, payload);
ret_node2 = axis2_svc_client_send_receive (svc_client, _env.get, payload);
but the http client crash when building the soap_env, somewhere in soap_builder.c:281 ( axiom_soap_builder_next()
)
svc_client can't not be reused ? for each request we have to recreate a new svc_client ? However,
In the axis2c samples ( echo service ) i can almost see the same case, so i suppose this should
be supported.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|