On Wed, Sep 9, 2009 at 10:29 PM, LeeCK <[email protected]> wrote:
> Will ODE checks the response soap message against the schema in WSDL before > writing it into the outputVariable? > No. > I've trouble getting the outputVariable to comply with the defined schema > in > WSDL. The invoke seems to ignored the schema defined in WSDL and write > whatever response it gets into the outputVariable (even soapFault!!). > This is quite unusual and probably indicate a failure to respect the SOAP protocol on the part of the target service. Axis2 should detect SOAP faults and ODE should either suspend the process (activity recovery) or go into exception handling in the process. alex
