Application Integration Framework Web services are used to exchange documents between Microsoft Dynamics AX and other systems
Questions tagged [aif]
99 questions
0
votes
0 answers
Consuming web service using C#- Unable to catch exception in AX(2009)
I have created a AIF- document service in AX 2009. I am doing a picking list registration update in AX. I have my code in try and catch in AX.
MY ISSUE:
when I test the service in AX through a test job, I can able to catch the exception in the…

Goutham
- 3
- 1
0
votes
0 answers
AX 2012 legacy report (ReportRun) called from an AIF web service
Is it possible to call a legacy AX report (not SSRS) from within a AIF web service hosted in AX?
We have a legacy report (not SSRS) that we want to call via a web service to generate a PDF on the fly in a folder and return a file name.
Calling the…

Slobodan Mumovic
- 101
0
votes
1 answer
AX2012 Is it possible to access the Call Context from inside a Custom Service Operation?
I have a Custom Inbound AIF Service in Dynamics AX 2012. I'd like to access to the MessageID inside my Custom Service Operation. Is it possible to access the Call Context object from inside my Custom Service Operation?

Case 303
- 538
- 10
- 24
0
votes
1 answer
Unable to access AIF web service using SOAP Client
I created a test project with tables, data/service contract classes and service and service group as following:
After deploying, I am even able to access and view the GetEntityList data using a .Net console…

Firdous
- 4,624
- 13
- 41
- 80
0
votes
1 answer
AX 2012 R3 AIF System Services Callcontext of another user
Is it possible to call the AIF system services using a callcontext of another user?
I specifically need to fetch which tables a user has access to. By using the method GetAccessRights in the UserSessionService, I can extract which tables I have…

Søren Sparsø
- 73
- 8
0
votes
1 answer
impersonation from client application to wcf to AX
What I would like to do is pass client credentials to my web service and then my web service to authenticate against an AIF (ax) web service to pass information.
Currently my client program authenticates over HTTPS , windows authentication to my web…

Sirus
- 382
- 1
- 8
- 35
0
votes
0 answers
AX2009 AIF web services not success using SoapUi
I am getting an error trying to connect a AX web service using SoapUi. In IIS web server this specific web service is successfully browsed. On the web.config file I am using not windows authentication but wsHttpBinding binding.
I followed up so many…

Josep Canet
- 11
- 1
0
votes
1 answer
Dynamics AX 2012 R2 AIF service not operational for some time after 500 HTTP error with Basic binding
We have a non .net client that accesses an AX 2012 R2 AIF service using Basic HTTP binding in a development environment. When the service is invoked with bad XML, understandably, we get a 500 HTTP error code. However, subsequent requests to the…

RT.
- 435
- 2
- 9
- 25
0
votes
1 answer
Ax 2012 AIF adapters
I would like to understand benefits and disadvantages by using FileAdapter(async mode) and NetTcp(sync mode) for integration with external system (BizTalk is in middle as well). For each of inbound message a the response message should be sent back.…

Maris Reinfelds
- 1
- 1
0
votes
0 answers
fuslogvw -- could not load file or assembly on server
I'm trying to invoke an Dynamics AX AIF inbound port (service) on a development server from my laptop using wcfTestClient. Because customErrors = Off, I can see the error message and it says it couldn't load an assembly.
I've set fuslogVw on the…

RT.
- 435
- 2
- 9
- 25
0
votes
1 answer
Gracefully close an dynamics ax session using MSTest
We are writing a unit testing framework using MSTest so that we can test the AIF framework integration project we have.
We couldn't figure out a way to use mocks so our solution to this was to take a snapshot of the database at the start of the unit…

Keithin8a
- 961
- 7
- 32
0
votes
1 answer
Dynamics Ax 2012 R2 AIF services refresh takes too long a time
I found that, during development, where multiple deployments occur for the same service, the AIF services get disrupted and you get cryptic errors when you access the inbound ports. You can refresh the AIF services by opening the AIF Services form…

RT.
- 435
- 2
- 9
- 25
0
votes
1 answer
AIF WebService AX 2009 - Service Address
I try to setup AIF WebService in AX 2009. I want to publish service in Internet. AX generated wsdl file well but he used local name of server. When client from cloud wants resolve server name to create proxy classes I get error can't find host. How…

Lutador
- 17
- 4
0
votes
1 answer
IIS Application Pool 'Stalling'
I work on a product (Microsoft AX 2009 + AIF) that publishes it's web service to IIS (ver. 7.0, WinOS 2008 R2), with the requirement for the worker process to run .NET version 2, enable execution in 32 bits, and run as a proxy domain account that…

ian_scho
- 5,906
- 9
- 35
- 51
0
votes
1 answer
Enabling AIF web services
I'm trying to set up AIF web services on an instance of an AOS.
Once I'm done with the AIF Web Service component installation, I'm not seeing any .asmx/.svc or otherwise that would provide a WSDL to consume AIF web services.
Is there something I'm…

Francis Ducharme
- 4,848
- 6
- 43
- 81