Cargando…

Microsoft Dynamics AX 2012 Services.

It's a tutorial guide that provides all the knowledge needed to implement services with Microsoft Dynamics AX 2012. This book is aimed at Dynamics AX developers, both new and experienced with services and Microsoft Dynamics AX 2012. A basic understanding of MorphX and X++ is assumed, but the st...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Deforche, Klaas
Otros Autores: Saelen, Kenny
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents; Microsoft Dynamics AX 2012 Services; Microsoft Dynamics AX 2012 Services; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Getting Started with Microsoft Dynamics AX 2012 Services; What are services and SOA?
  • Example implementationsBing API; Mobile application; Business Process Modeling (BPM); Architecture overview; What's new?; 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 services; Query service; Metadata service; User session service; The right service for the right job; Complexity; Flexibility; Summary; 2. Service Architecture and Deployment; What is WCF?; Existing technologies; The ABC of WCF.
  • Service deploymentService operations; Inbound versus outbound ports; Inbound ports; Outbound ports; Basic versus enhanced ports; Basic ports; Creating a basic port; Enhanced ports; Creating an enhanced port; Adapters; Service operations; Data policies; Transforms; Pipelines; Value mapping; Document filters; Troubleshooting; Security; Bindings; Adapters; NetTcp adapter; HTTP adapter; File system adapter; MSMQ adapter; Custom adapters; Service generation
  • under the hood; Generated artifacts; Service contract and implementation; Message contracts; WCF configuration storage; The power of CIL.
  • CIL outputSummary; 3. AIF Document Services; What are document services?; Key components; Document query; Document class; Responsibilities of a document class; XSD generation; XML serialization and deserialization; Cross-table business logic; Validation and business rule enforcement; AxBC classes; Responsibilities of an AxBC class; Validation; Field sequencing; Value mapping; Default values; Service class; 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; ClassDeclaration; The cacheObject method; The cacheRecordRecord method; Fixing tasks; Labels; Generating an XSD job; Constraints; Validation; 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.