Focal Point
Empty web service response

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/3661045682

June 04, 2008, 02:24 PM
ESky
Empty web service response
Hi All,

I have a pflow and I published it as a web service in adapter manager.

One object in the pflow is a SQL object which throws out an exception during runtime. However the web services doesn't return the exception back to the caller. It always returns a response with a cid and empty body.

I already tried converting the output document of SQL Object when it fails to the format of the output document of End object of the pflow.

Did I miss something?

Thanks


iWay adapter manager
SAP Adapter
Web Services
SAP BASIS, Java Core
June 09, 2008, 07:13 PM
ESky
Continue on my question:

Is the whole pflow terminated when an exception occors in a SQL Object(for instance wrong user id)? or the ouput of SQl object includes the exception but the flow will continue on this path? I guess if the event - onError or onFailure is caught, it will contine; otherwise it's terminated immediately. Is that true?

Thanks,


iWay adapter manager
SAP Adapter
Web Services
SAP BASIS, Java Core