Hi,
I’m trying to consume a web service from orchestration. The web service is configured on the send port. I’m getting the following error in the event viewer when web serivice is invoked;
The adapter failed to transmit message going to send port .Orchestration_1_Port_WebServicePort_3e6b049983876d99″ with URL “web service URL”. It will be retransmitted after the retry interval specified for this Send Port. Details:”Failed to load “” type.
Please verify the fully-qualified type name is valid.
Details: “”.
The type must derive from System.Web.Services.Protocols.SoapHttpClientProtocol.
The type must have the attribute System.Web.Services.WebServiceBindingAttribute. “.
For more information, see Help and Support Center at “
Please help me to come out of this error.