SOAP-Lite - want to use soap::fault on server side but without die

Posted on Fri Jan 19 11:32:35 2007 by rohant
want to use soap::fault on server side but without die
Hi All, i want to generate customized error message and details as well into the faultcode,faultstring , faultdetail accessors of soap::fault but at the same time i dont want to die. as i want to return an array from the method in any case whether a error occurs or a normal action occurs. i read that explicit die with soap::fault object as parameter can be used for generating fault on server side.but that will not serve my requirement.is there any other way so that i can generate the fault on server side as well as i can return to client with normal way? i am not a used to person to soap.so my understanding might be wrong. awaiting for a answer -Rohant
Direct Responses: 4103 | Write a response