Hi Donald,
"donald yang" <[EMAIL PROTECTED]> writes:

> Hi, I wrote a web service client using axis2c-1.4 to invoke a web service
> written using axis2-java. In this test case, the web service will return a 
> SOAP
> fault element back to the web service client. If the soap version is set to
> 1.1, the web service client can retrieve the info from the SOPA FAULT element.
> However  the web service can NOT retrieve the info from the SOAP FAULT element
> if the soap version is set to 1.2. I have traced down and found that
> axis2_msg_ctx_get_soap_envelope(res_msg_ctx, env) statement in
> axis2_svc_client_send_receive_with_op_qname function of svc_client.c should
> return a pointer to soap_envelop, but it returns NULL. That is why the web
> service client can not retrieve the SOAP FAULT element. I have used TCP 
> monitor
> to see the SOAP messages. There is a SOAP reply message return from server
> side.(see [1], [2]).
>
> Does anyone know how to solve this issue? many thanks in advance.
I don't think we had such a problem earlier. Could you please raise a
jira ?

thanks,
Dinesh
-- 
http://nethu.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to