Compartilhar via


Endpoint URLs

The endpoints for the Dynamics GP web service are accessible through a standard web browser. If you enter the URL for the endpoint into a browser, you can see details about the service.

Legacy URL

By default, the URL for the legacy endpoint is:

http://machine_name: port/DynamicsGPWebServices

The port value is typically 48620. You can find the full URL of the legacy endpoint, including the port number, in the DynamicsGPLegacy.config file on the server that is running web services. This file is typically found in this location:

C:\Program Files\Microsoft Dynamics\GPWebServices\ServiceConfigs\

When you view this URL in a web browser, you will see some basic examples of code that connects to the service. This is shown in the following illustration.

Cc508704.WS_LegacyURLOnline(en-us,MSDN.10).gif

Native URL

By default, the URL for the native endpoint is:

http://machine_name: port/Dynamics/GPService

The port value is typically 48620. You can find the full URL of the native endpoint, including the port number, in the DynamicsGP.config file on the server that is running web services. This file is typically found in this location:

C:\Program Files\Microsoft Dynamics\GPWebServices\ServiceConfigs\

When you view this URL in a web browser, you will see some basic examples of code that connects to the service. This is shown in the following illustration.

Cc508704.WS_NativeURLOnline(en-us,MSDN.10).gif