throw new XFireFault("Fault String", XFireFault.SENDER);

This is how we do it. There are also methods for adding more details
to the Exception that get passed on the response.  Check out the
javadoc for more details.
http://envoisolutions.com/xfire/api/org/codehaus/xfire/fault/XFireFault.html

pd

--- In [email protected], "roman_dolgov" <[EMAIL PROTECTED]>
wrote:
>
> Does anybody has an example (using XFire WS implementation but really
> any similar env would be helpful too) how to properly pass exception
> information from web services to flex and make sure that "fault"
> handler receives faultDetail/faultString populated with meaningful
> data (some application specific error code/messages)?
> 
> Thanks
> rd
>


Reply via email to