Last post Apr 13, 2018 12:49 AM by DA924
Member
62 Points
113 Posts
Apr 12, 2018 12:50 PM|KALYANA ALLAM|LINK
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
All-Star
53711 Points
24031 Posts
Apr 12, 2018 01:52 PM|mgebhard|LINK
Clearly data.regionhigh.net and data.regionlow.net have different version of the code base. Deploy the updated code to data.regionhigh.net.
Contributor
4973 Points
4263 Posts
Apr 13, 2018 12:49 AM|DA924|LINK
It looks like service references didn't get updated on one to pickup any new method signatures.
Member
62 Points
113 Posts
List Methods in WCF Service
Apr 12, 2018 12:50 PM|KALYANA ALLAM|LINK
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
All-Star
53711 Points
24031 Posts
Re: List Methods in WCF Service
Apr 12, 2018 01:52 PM|mgebhard|LINK
Clearly data.regionhigh.net and data.regionlow.net have different version of the code base. Deploy the updated code to data.regionhigh.net.
Contributor
4973 Points
4263 Posts
Re: List Methods in WCF Service
Apr 13, 2018 12:49 AM|DA924|LINK
It looks like service references didn't get updated on one to pickup any new method signatures.