Help!!!!!!
I want to sent a message from the biztalk server to a webserviceport. I can create the port when i build the port on the existing portType that you receive frmo the webserviceport. But when i make my own portType with the uri:.....asmx then i get following two errors:
Xlang error:
A message sent to adapter "SOAP" on send port "SendPort1" with URI "http://localhost/Dolmen.Eindwerk.Ordersysteem/Service.asmx" is suspended.
Error details: Failed to load "" type.
Please verify the fully-qualified type name is valid.
Details: "".
The type must derive from System.Web.Services.Protocols.SoapHttpClientProtoc ol.
The type must have the attribute System.Web.Services.WebServiceBindingAttribute.
MessageId: {9342752E-A86C-4A0E-B358-A83D394F10C1}
InstanceID: {B8414791-035A-4D51-A8AC-A2C7165CB086}
BizTalk error
Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'Orchestrations.CheckOrder(4e73d817-91ea-ce89-1929-07a378910447)'.
The service instance will remain suspended until administratively resumed or terminated.
If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.
InstanceId: 242c8a8b-cbce-4f50-b465-ecdc2e2d4ba5
Shape name:
ShapeId:
Exception thrown from: segment -1, progress -1
Inner exception: An error occurred while processing the message, refer to the details section for more information
Message ID: {9342752E-A86C-4A0E-B358-A83D394F10C1}
Instance ID: {B8414791-035A-4D51-A8AC-A2C7165CB086}
Error Description: Failed to load "" type.
Please verify the fully-qualified type name is valid.
Details: "".
The type must derive from System.Web.Services.Protocols.SoapHttpClientProtoc ol.
The type must have the attribute System.Web.Services.WebServiceBindingAttribute.
Exception type: XlangSoapException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32, Microsoft.XLANGs.Core.Context)
The following is a stack trace that identifies the location where the exception occured
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.Ver ifyTransport(Envelope env, Int32 operationId, Context ctx)
at Microsoft.XLANGs.Core.Subscription.Receive(Segment s, Context ctx, Envelope& env, Boolean topOnly)
at Microsoft.XLANGs.Core.PortBase.GetMessageId(Subscr iption subscription, Segment currentSegment, Context cxt, Envelope& env, CachedObject location)
at Orchestrations.CheckOrder.segment1(StopConditions stopOn)
at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment (Segment s, StopConditions stopCond, Exception& exp)
I've been searching for days on this error. Help me :(
|