Re: Webservice processing in across pages



On Mon, 9 Oct 2006 23:30:02 -0700, Sarav
<Sarav@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

My orchestration is like this Begin ->Receive shape(op1) followed by another
receive(op2)->construct second receive message->Send second received message
response->Construct first recieveed message outout message->send first
message output out. End
Well, well, that's a tricky one. So you are calling web method number
two BEFORE returning the result of web method number 1?

The subscription needed in the messagebox to correlate the second call
to a web method to the correct orchestration isn't created until the
orchestration is persisted, as far as I recall. And it appears that
this isn't happening in your orchestration until sending back the
response for the second call, which is too late :-) What happens if
you have the very first receive shape inside an atomic scope? Does
this help?

And what are the errors on the BizTalk Server in the eventlog? I
assume the error you wrote in your post is the one from the client
calling the web services?

--
eliasen, representing himself and not the company he works for.

Private blog: http://blog.eliasen.dk

Private email: jan@xxxxxxxxxx
.



Relevant Pages

  • Proxy Timeout in web service.
    ... I am facing some wierd problem at a time of calling web method of web ... MBwhich is i am stoing into database though my web method which is ... Main issue is inspite of throwing exception to client web service's ...
    (microsoft.public.dotnet.framework.webservices)
  • use of unconstructed message
    ... I have read many blogs talking about "Use of unconstructed message" error, ... I am consuming a web service in orchestration ... My web method doesn't take any argument. ...
    (microsoft.public.biztalk.general)

Loading