I have a WCF web service which calls a biztalk service( ie Orchestration). When i do the unit test i am getting following error:
Test method Goudse.BcVerzekering.Bts2006.InkCol.Business.UnitTests.UnitTest1.VerzekeringFacade_Goed threw exception: System.ServiceModel.FaultException: The binding at system.serviceModel/bindings/wsHttpBinding does not have a configured binding named 'WSHttpBinding_ITwoWayAsync'. This is an invalid value for bindingConfiguration. (C:\Inetpub\DeGoudse.MKB\VerzekeringFacade\web.config line 50).
Its pointing to web.config, but which is generated by the system itself...
Any insight will be very helpful?