we are having this error on our production. When the biztalk invokes the WCF service it gets the following error:
Invokation of Target Service Failed
I invoke the production service using my console application and it works fine. Any ideas?
UPDATE:
The service is ASMX service which is called from Biztalk using WCF client. Does the User-Agent matters when calling the service? When the service is invoked from C# console client the user-agent is populated. But when WCF client invokes the service then there is no user-agent. Do we need to populate user-agent in order to invoke the ASMX service from WCF client.