Book Image

Microsoft Dynamics AX 2012 R2 Services

Book Image

Microsoft Dynamics AX 2012 R2 Services

Overview of this book

Table of Contents (17 chapters)
Microsoft Dynamics AX 2012 R2 Services
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying services


To deploy our custom services, we will use a basic port. For this reason, we need to add the services that we want to deploy to a service group. We will add all of them to one service group: CVRCustomServices. Let's deploy our custom services using the following steps:

  1. Open the AOT by pressing Ctrl + D.

  2. Right-click on the Service Groups node and then click on New Service Group.

  3. Right-click on the newly created service group and then click on Properties.

  4. Change the value of the Name property to CVRCustomServices.

  5. Right-click on the service group and select New Service Node Reference.

  6. Select the service node reference that was added and change the value of the Service property to CVRTitleService.

  7. Finally, right-click on the service group and click on Deploy Service Group to deploy the service.

Now that you have completed these steps, navigate to System administration | Setup | Services and Application Integration Framework | Inbound ports. The CVRCustomServices inbound port is available...