Wednesday, March 30, 2011

AIFBIZTALKADAPTER CONFIGURATION:

AIFBIZTALKADAPTER CONFIGURATION:
================================
AIF:(applocation integrtion framework) it is used to enable the businuss logic and dataexchage with the other applications.

now my requriment is  to transfer data from biztalkserver to dynamicsax for that i am using AIF.

AIF is act like a mediater between DAX and Biztalkserver.

after installing the AIF we need to configure the AIF

it includes channels,services and endpoints.

AIF contains 3 layers

client layer:

serverlayer:
  
    windowsserver(iis,msmq) and biztalkserver(AIF Biztalkadapter)

Businusslayer:


Inbound and outbound message exchange:
=======================================

Inbound:
==========

clientresends xml message--->  msmq,Filesystem.Biztalk----> Gatewayqueue--->  AIF Service  -------->     MicrosoftDyanamics AX Database
Outbound:
==========

MicrosoftDyanamics AX Database --->    AIF Service  --------> Outboundprocessing--->  Gatewayqueue ----> msmq,Filesystem.Biztalk------->  clientreceives xml message

we should know these Terms:

adapter----it is component used as dataexchange

businussdocument---> xml representation of data

document service---> it is new programming model service in aif,it enable any class as a service so you can call the that service from your x++

getwayqueue---> it is a temprory storage used for processing

channel---> where to send message and how to request message and how to get response from the message

pipelineprocessor---->it enables transimission when data exchange b/w one system to another system

webservices----> it is a mechanism for transefering data from one application to another application
 

No comments:

Post a Comment