I am trying to troubleshoot a WCF Service.
Using http://data.regionhigh.net/MyService.svc/help it shows methods A ,B
While in http://data.regionlow.net/MyService.svc/help it shows the methods A ,B,C
Is it something that has to do with timing of deployment or am I missing something. The method C was added recently.
Any otherway to troubleshoot this
Clearly data.regionhigh.net and data.regionlow.net have different version of the code base. Deploy the updated code to data.regionhigh.net.
It looks like service references didn't get updated on one to pickup any new method signatures.