What is correct way to add service reference to WCF web service from BizTalk orchestration?
There is only available add web reference even I install extension for VS 2005. Maybe I can get somewhere exemple hot to call WCF web service from BizTalk orchestration?
I went through this sample. Ok, main idea i got, but this sample doesn’t use WCF. I assume that same is for WCF web service. So I create similar WCF web service but I cant call method of this service. I get this error:
“The adapter failed to transmit message going to send port “SendPort3” with URL “http://localhost:3919/Service1.svc”. It will be retransmitted after the retry interval specified for this Send Port. Details:”System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. —> System.ServiceModel.FaultException: The message could not be processed because the action ” is invalid or unrecognized. ”
Maybe someone can help?
Thanks
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.