Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This portion of the documentation provides detailed information about creating a new service based on the Dynamics GP Service framework. The following items are discussed:
- Designing a Service describes key design elements to consider as you plan your new service.
- Defining eConnect Operations describes how to add the eConnect components that the Dynamics GP Service framework requires for your service.
- Creating a Service Document Type describes how to create a .NET assembly that defines the business document object used with your service.
- Adding Security Metadata describes how to add new security operations and tasks to the Dynamics Security Service.
- Adding Policy Metadata describes how to add new policies and behaviors to the Dynamics GP service.
- Creating the Service Interface describes how to create a service that uses the Microsoft Dynamics GP Service framework.
- Creating XSLT Files describes how to use XSLT to convert between the schema of the Dynamic GP Service framework documents and eConnect XML documents.
- Deploying the Service describes how to install your new service.