Mark D. Hansen wrote:

WSDL specification allows for a request/response operation to have multiple fault messages defined. I notice that WSIFOperation.executeRequestResponseOperation(...) has only one parameter for a fault message.

Is this a limitation of WSIF


hi Mark,


it is not a limitation but it reflects WSDL design.

or can this single fault message be used to store whatever comes back from the web service?


Perhaps more than one fault message never comes back - but that one must match one of the fault message types specified in the WSDL.


exactly.

Or maybe I'm just completely confused! Can anyone explain this?


WSDL for request-response (executeRequestResponseOperation) will have one required output message and set of optional fault. service can send as response either the output message or one of faults.

HTH,

alek

--
The best way to predict the future is to invent it - Alan Kay



Reply via email to