Re: CALL WCF web service from BizTalk orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 CALL WCF web service from BizTalk orchestration Re: CALL WCF web service from BizTalk orchestration

#21656

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