Don't know what happened but I was able to have connect with url http://MYLOCALMACHINE:48620/Dynamics/GPService
Now when I tried to restart Web services getting below message and URL is also not working.
*This post is locked for comments
Don't know what happened but I was able to have connect with url http://MYLOCALMACHINE:48620/Dynamics/GPService
Now when I tried to restart Web services getting below message and URL is also not working.
*This post is locked for comments
After removing the <service> elements to the <services> node from Microsoft.Dynamics.GP.WebServices.ServiceHost.exe.config file , service is started again.
It was instructed on page number 323 to add the below code. Any idea why is this happening?
<service
name="SampleLeadService"
serviceType="SampleLeadService.Contract.Leads,
SampleLeadService.Contract,
Version=1.0.0.0,
Culture=neutral"
ConfigurationFileLocation=
"ServiceConfigs\SampleLeadService.config"
/>
<service
name="SampleLeadServiceLegacy"
serviceType="SampleLeadService.LegacyContract.Leads,
SampleLeadService.Contract,
Version=1.0.0.0,
Culture=neutral"
ConfigurationFileLocation=
"ServiceConfigs\SampleLeadService.config"
/>
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156