Hi, I have scenario and I am not able to figure it out. So I have exposed one table from AX through AIF in inbound port. Then I added the service reference to a c# class library and I wrote code to consume the service method in that library class. I built the vs project and imported the dll in a Windows form application or console application project. I wrote code to call my dll's operation consumption method. But when run my project it throws exception that the web reference configuration is incorrect or not available. Is there anything I am missing? I noticed if I consume the service directly in my windows form application then it works. Is it not possible to create a wrapper class for an AX AIF exposed service? Please help.
↧