You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Blough (JIRA)" <ji...@apache.org> on 2018/05/02 05:09:00 UTC

[jira] [Commented] (AXIS2C-1686) Can't reuse svc_client ?

    [ https://issues.apache.org/jira/browse/AXIS2C-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460522#comment-16460522 ] 

Bill Blough commented on AXIS2C-1686:
-------------------------------------

Possibly related to AXIS2C-1261

> 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
>         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. 
> ( I use the SVN Trunk )



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org