Cargando…

Microsoft Dynamics AX 2012 R2 Services.

In Detail Integrating Microsoft Dynamics AX 2012 with other applications will always be necessary within any organisation, and services is the best way of achieving this. With Microsoft Dynamics AX 2012 being more flexible than ever when it comes to creation and use, understanding these services wil...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Deforche, Klaas
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2014.
Colección:Professional expertise distilled
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Microsoft Dynamics AX 2012 Services; Introducing services and SOA; Example implementations; Bing API; Mobile application; Business Process Modeling (BPM); Architectural overview; New and enhanced features; The AOS WCF service host; WCF adapters; Integration ports; IIS hosting without Business Connector; Non-XML support; AIF change tracking; Custom services; The SysOperation framework; Types of services; Document services; Custom services.
  • System servicesThe query service; The metadata service; The user session service; The OData query service; Choosing the right service for the job; Complexity; Flexibility; Summary; Chapter 2: Service Architecture and Deployment; Introducing WCF; Existing technologies; The ABC of WCF; Service deployment; Service operations; Inbound versus outbound ports; Inbound ports; Outbound ports; Basic versus enhanced ports; Basic ports; Enhanced ports; Bindings; Adapters; The NetTcp adapter; The HTTP adapter; The filesystem adapter; The MSMQ adapter; The Windows Azure Service Bus adapter; Custom adapters.
  • Service generation
  • under the hoodGenerated artifacts; Service contract and implementation; Message contracts; WCF configuration storage; The power of CIL; CIL output; Summary; Chapter 3: AIF Document Services; Introducing document services; Key components; The document query; The document class; Responsibilities of a document class; AxBC classes; Responsibilities of an AxBC class; The service class; The service node; Creating a document service; Setting the compiler level; Creating the query; Running the AIF Document Service Wizard; Selecting document parameters.
  • Selecting code generation parametersGenerating code; Finishing up; Fixing compiler errors; Fixing tasks; Updating the service contract; Fixing best practice errors; Privileges; Setting mandatory fields; Updating an existing document service; Adding service operations; Updating supporting classes; Deploying a document service; Consuming a document service; Create; Find; Creating query criteria; Using Find; Read; FindKeys; Update; Delete; GetKeys; Document filter; Using GetKeys; GetChangedKeys; Asynchronous communication; The send service framework; Batch processing; Summary.
  • Chapter 4: Custom ServicesKey components; Attributes; Custom services attributes; Data contracts; Service contracts; Collection types; Creating custom services; The Title service; Creating the Title data contract; Creating the Title list data contract; Creating the Title service class; Creating the Title service operation; Creating the Title list service operation; Creating the Title service contract; Deploying services; The rental service; Rental header and line tables; Rental service operations; Rental data contracts; The createRental service operation; Consuming services.
  • Example 1
  • retrieving titles.