Stas Kondratiev
2005-01-18 16:47:05 UTC
Hi all,
I have to get a message from a Web service and process it in the
orchestration. I have to do it periodically at some time intervals. My
orchestration must start working upon receiving this message.
SOAP adapter is request-response and I can't set up a receive location so
that it polls web method (like File adapter polls some directory for files)
and passes the response to the MessageBox.
Seems like I have to write a custom adapter that will be sending fictive
message periodically to wake up my orchestration and then in orchestration I
will call the web method to get the real message.
I'd really appreciate some help in this question - is there some way to do
it in a better way?
Thanks in advance
I have to get a message from a Web service and process it in the
orchestration. I have to do it periodically at some time intervals. My
orchestration must start working upon receiving this message.
SOAP adapter is request-response and I can't set up a receive location so
that it polls web method (like File adapter polls some directory for files)
and passes the response to the MessageBox.
Seems like I have to write a custom adapter that will be sending fictive
message periodically to wake up my orchestration and then in orchestration I
will call the web method to get the real message.
I'd really appreciate some help in this question - is there some way to do
it in a better way?
Thanks in advance