Posted: Mon Mar 13, 2006 7:51 am Post subject: ...
Apprentice
Joined: 29 Dec 2005 Posts: 41
I'm trying to handle the following scenario:
One user sends XML data to my WBI web-service, and the message sometimes cannot be forwarded in the flow for some reason. What i want is to 'resend' the message by a flow which sends the same XML sent by the user to the same WS he originally tried to access, but - send the response back to him instead of the flow who resent the message on his behalf.
Any workarounds ? maybe 'playing' with the request-identifier somewhere ?
You could rather not use Web Services....but if you must....what about this:
Send the message.....an error is thrown in the compute node, catch it there(dont let it return to the HTTPInputNode) do the changes in another compute and forward it to the rest of the flow from there.....
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum