Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BizTalk Orchestrations exposed as web services broken › BizTalk Orchestrations exposed as web services broken
The 2 computers can ping each other. This particular web service is invoking BizTalk, which is ok, but then when BizTalk is done and is supposed to return data back to the web service, it just halts and times out. We are not rebuilding the web services deployed as orchestrations, we are just moving them over to the test box. I know the web services deployed as orchestrations do work because if I move them over to our production servers, they function normally. It seems to me like something in BizTalk is broken, but I don’t know what part that might be. Thanks!
Edit:
On the client that consumes the web service it fails on this line of code, waiting for the reply back from the web service: object[] results = this.Invoke(\”AcceptCompositonRequest\”, new object[]
{TXML});
Also, this gets logged to the Event Log every time an orchestration exposed as a web service gets called.
Event Type: Error
Event Source: SQLSERVERAGENT
Event Category: Alert Engine
Event ID: 318
Date: 12/15/2005
Time: 8:55:20 AM
User: N/A
Computer: XXXXXX
Description:
Unable to read local eventlog (reason: The data area passed to a system call is too small).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Not very informative, but seems to be related since it happens every time I call a BizTalk Orchestration web service