04-01-06 07:37 PM
Hi All,
I am getting following error while sending a message to a web service.
Here is the scenario.
I have an orchestration “A” deployed on my local box and exposed as a we
b
service.
I have another BizTalk Orchestration B in different BizTalk assembly wants
to send messages to Orchestration A via web service. When I add a web
reference in my Orchestration B it creates a reference schema (This schema
represents the message type that Orchestration A is expecting). I use this
reference schema in orchestration B to map the messages and send to
Orchestration A via web service.
When I try to send message to Orchestration A I get this error.
Event Type: Error
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5754
Date: 3/29/2006
Time: 4:11:55 PM
User: N/A
Computer: CDHGFH91
Description:
The "SOAP" adapter is suspending an outbound message going to destination
URL:"http://localhost/Microsoft.Common.E2ET.Service/Application_Insert_Track
Data_Receive_Port.asmx".
Details:"Unable to load type
Microsoft.CET.GEIS_JM.Biztalk.EDIApplication.Orchestrations.CreateTrackingDa
taConsumer. Corning_Common_E2ET_Biztalk_Orchestratio
n_E2ET_Insert_AppTrackDat
a_Application_Insert_TrackData_Receive_P
ort,
Microsoft.CET.GEIS-JM.Biztalk.EDIApplication.Orchestrations, Version=1.0.0.0
,
Culture=neutral, PublicKeyToken=b11c1a6c5e22db7d; Could not load type
Microsoft.CET.GEIS_JM.Biztalk.EDIApplication.Orchestrations.CreateTrackingDa
taConsumer. Corning_Common_E2ET_Biztalk_Orchestratio
n_E2ET_Insert_AppTrackDat
a_Application_Insert_TrackData_Receive_P
ort
from assembly Microsoft.CET.GEIS-JM.Biztalk.EDIApplication.Orchestrations,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=b11c1a6c5e22db7d.".
I am looking for ideas/suggestions to resolve this problem.
[ Post a follow-up to this message ]
|