0

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?

1
  • What do your .svc and your web.config files look like?
    – tomasr
    Commented Aug 11, 2010 at 1:34

1 Answer 1

0

Have you looked here? It should be added to the app.config to work properly.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.