Job to Test AIF Services - Debug AIF

We can debug and test AIF Services via this job code manually.

static void JobTest(Args _args)
{
    AifOutboundProcessingService    service;
    AifGatewaySendService   send;
    service = new AifOutboundProcessingService();
    send = new AifGatewaySendService();
    service.run();
    //send.run();
    //service.run();


}

Comments

Popular posts from this blog

Export Data from AX 2012 - using DIXF (Data Migration Framework)

The virtual path maps to another application, which is not allowed