Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Difficulty consuming WCF Service in Biztalk using a generic service contract › Re: Difficulty consuming WCF Service in Biztalk using a generic service contract
March 3, 2009 at 5:26 AM
#21814
I have since solved my problem, yay!
The problem is this line in my service contract:
[OperationContract(Name=”SynapseRequestProcessor”, Action=”ProcessSynapseRequest”, IsOneWay=false, ReplyAction=”*”)]
ReplyAction cannot be set to “*” otherwise no operations or type information are generated in the WSDL when you go to http://localhost/Service/?wsdl
Not sure why this is the case, would be nice to know if anyone knows why?