Using a predefined optimized interface

Both the legacy endpoint and native endpoint have additional optimized interfaces that contain methods that are specific to functional areas of Microsoft Dynamics GP. To use one of these interfaces for your integration, you will use these basic steps:

  1. Select the interface to use.

    Choose one of the predefined optimized interfaces that contains the methods you need for your integration.

  2. Configure the endpoint to use the optimized interface.

    In the configuration for the endpoint, you will specify which interface you want to use.

  3. Create the optimized proxy for your application.

    In your application, you will create a connection to the endpoint. This will create an optimized version of the proxy.

  4. Code and test your application.

    Slight changes are required for your code to use the optimized proxy. You will see significant improvement in the application performance. You should then thoroughly test your application.

  5. Configure the endpoint to use the full interface.

    In the configuration for the endpoint, you will indicate that you want the full interface to be used.

  6. Test your application with the full interface.

    You will retest your application with the full interface. You should continue to see the improved performance, even though the full interface is being used for the endpoint.