Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one SOAP service which is consuming 2nd WCF service. WCF service is designed to use NET.MSMQ binding. Both SOAP service and WCF service are hosted on same server(172.16.26.59) In the web.config of SOAP service I when I use hard coded IP or localhost then it is able to call NET.MSMQ WCF service successfuly.

Here I am using public Queue.

But if I use FQDN(MTRWebservices.NNYM.NNT) instead of IP or localhost then it doesn't work.

Can anyone please help , why my SOAP service is not able to resolve FQDN (MTRWebservices.NNYM.NNT) to its corresponding IP address.

It has entry in host file , I verified this by pinging MTRWebservices.NNYM.NNT , it return me correct IP (172.16.26.59).

In real time this FQDN will act as a load balancer based CPU utilization.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900