Thanks Nandika. I will give it a shot. Have a good weekend!
On 8/17/07, Nandika Jayawardana <[EMAIL PROTECTED]> wrote: > > Hi Subra, > > You can create a soap11 fault using following lines. > > int soap_version = AXIOM_SOAP11; > > soap_envelope = axiom_soap_envelope_create_default_soap_envelope (env, > soap_version); > > soap_body = axiom_soap_envelope_get_body(soap_envelope, env); > > soap_fault = axiom_soap_fault_create_default_fault (env, soap_body, "fault > code" , "fault reason" > , soap_version); > > axis2_msg_ctx_set_fault_soap_envelope(msg_ctx, env, soap_envelope); > > You can set the fault to the msg_ctx and it will be returned to the > client. > > Regards > > Nandika > > > > On 8/17/07, Subra A Narayanan <[EMAIL PROTECTED]> wrote: > > > > Hello folks, > > > > I am trying ti build a SOAP1.1 fault and return to the ws client. I am > > having some difficulty understanding how to go about this. I have tryng to > > dig through the source code but was wondering if you guys have some sample > > code. If you have it that would be very helpful in understanding the usage. > > > > In the meantime I will continue to dig through the source code to try to > > understand. > > > > Thanks as usual! > > > > Subra > > > > > > -- > [EMAIL PROTECTED] > WSO2 Inc: http://www.wso2.com
