WCF_REST_Service for Dynamics GP Connector
Hi,
I have successfully installed the SmartConnect and configured the SmartConnect for Dynamics GP connector. Trying to run the Map for MS GP Real Time Data Source, No csv file is created.
Getting the error message in the event viewer
SmartConnect : Error running realtime datasource
The request failed with HTTP status 405: Method Not Allowed.
Any sort of assistance is greatly appreciated
I have successfully installed the SmartConnect and configured the SmartConnect for Dynamics GP connector. Trying to run the Map for MS GP Real Time Data Source, No csv file is created.
Getting the error message in the event viewer
SmartConnect : Error running realtime datasource
The request failed with HTTP status 405: Method Not Allowed.
Any sort of assistance is greatly appreciated
Answers
I know this is resolved, but the typical fix is there is a trailing slash at the end of the URL.
http://iisserver:5557/smartconnect.svc/ should be http://iisserver:5557/smartconnect.svc
http://iisserver:5557/smartconnect.svc/ should be http://iisserver:5557/smartconnect.svc
Resolved.