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

Rafael Bronzeri commented on AXIS2C-1686:
-----------------------------------------

Hi Alexis,

Sorry for the delay.

I've tried to simulate this problem, but unfortunately without success.

Can you send me a sample code (like a test program) that simulates the problem 
(to make the seg fault occur)?

What is the operating system and version are you using? 

Best regards,

Rafael

> 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
(v6.3.4#6332)

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

Reply via email to