blem may lie?
Thanks!
Edward
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, August 24, 2007 8:16 AM
To: axis-c-user@ws.apache.org
Subject: RE: SOAP 1.1 Fault Handling
What you are suggesting for me to do is what I ha
C User List
Subject: Re: SOAP 1.1 Fault Handling
Hi Edward,
I tested the code with soap11 fault and it works fine for me.
axiom_soap_fault.h functions work for soap11 as well. Since axis2c uses
a soap12 fault model soap11 'faultcode' is mapped to
axiom_soap_fault_code , "faultstrin
Hi Edward,
I tested the code with soap11 fault and it works fine for me.
axiom_soap_fault.h functions work for soap11 as well. Since axis2c uses a
soap12 fault model soap11 'faultcode' is mapped to axiom_soap_fault_code ,
"faultstring" is mapped to axiom_soap_fault_reason etc. The code you have
wr
Also, sorry for not waiting for a response, but I have tried this code
as well:
axiom_soap_fault_reason_t* reason =
axiom_soap_fault_get_reason(soap_fault, env);
if (reason == NULL)
{
printf("\nENDING...\n");
exit(0);
}
axiom_soap_fault_text_t* reason_text =
axiom_soap_fault_reason