Application Integration Framework Web services are used to exchange documents between Microsoft Dynamics AX and other systems
Questions tagged [aif]
99 questions
1
vote
1 answer
How to consume Microsoft Dynamics AX 2009 AIF web service from Java App
I have received a MS dynamics AX 2009 AIF web service WSDL url from the client and trying to consume it from a Java client. When i connect to IIS server (web service url) and pass the SOAP request with NTLM authentication i get the error message as…

user1776970
- 41
- 1
- 3
1
vote
1 answer
The open operation did not complete within the allotted timeout of 00:01:00 - AX 2012 using AIF/WCF
I am having a problem with AIF in AX 2012 when it deals with a big amount of data that takes a long time. I am using the adapter NetTCP and I am having the following exception while consuming the web service using an WebForm application.
The open…

Tito
- 722
- 4
- 26
- 55
0
votes
1 answer
Dynamics AX 2012 - AIF Access Using C# Walkthrough
I'm probably missing something simple, but I'm tired of fighting with it. There seem to be quite a few examples for connecting to the stock AIF services, but I have yet to find a concise, working example for connecting to a custom service.
Assuming…

Brad
- 1,357
- 5
- 33
- 65
0
votes
1 answer
Dynamics AX --> BizTalk incomplete message with new AIF-Service
i've got a little Problem regarding the AIF-Service in Dynamics Ax when sending a production order to BizTalk:
I'v made a query (AxdProdTest) for the ProdTable including the ProdId, ItemId and ProdType as fields and the ProdJournalTable as sub…

Hemant Kumar
- 4,593
- 9
- 56
- 95
0
votes
0 answers
AIFFault object does not have method 'new' - problem when posting packing slip
I have a problem posting a packing slip. Posting is stopped with this message: AIFFault object does not have method 'new'. I made some changes to my method that already existed in the 'SalesPackingSlipJournalPost' class. In my opinion, these changes…

LaSTeR
- 1
0
votes
0 answers
How to create request with OR for different fields in AIF Soap UI
I have webservice AIF from Dynamics AX 2012 which return information from CustTable. How can I write request that return me information about Customers with AccountNum "1111" OR Blocked "NO".
How can I write query with OR condition?
If I write…

valvore92
- 317
- 1
- 9
- 24
0
votes
1 answer
How can I extend my WCF Service with new fields (Dynamics AX 2012)?
I'm trying to extend the HcmWorkerImportService; specifically I'm trying to add the modifiedBy and modifiedDateTime fields to the HcmPositionHierarchy table/class.
It is however not showing up when I update the service in my C#/WPF application.…

Kempeth
- 1,856
- 2
- 22
- 37
0
votes
2 answers
How Do I Know What AOT Class I Need to Change to Modify the Behavior of Canceling PO Lines
Despite knowing AX enough to get around, it's still thoroughly confusing to me. I have a background in Visual Studio C#, and I could always figure out where a particular segment of code was performing the unexpected behavior, but after a year and a…

Eternal Learner
- 121
- 4
- 19
0
votes
1 answer
SalesOrder - MS Dynamics AX 2012 - AIF - Fields description
Here is the simple most code to create a SalesOrder in MS Dynamics AX 2012 but its not working for me. Currently I am debugging the code. The purpose of this post is that please someone tell me the details/description of highlighted (Bold or…

Gulfam
- 558
- 6
- 27
0
votes
1 answer
Add new SalesLine to existing SalesOrder - MS Dynamics AX 2012 - AIF (C#)
I need to add SalesLine to an existing SalesOrder. SalesOrder do not have any SalesLine yet. I am using AIF in CSharp (C#). I am using following code but I am getting following exceptions (checked through Dynamics AX Exceptions window) .
Error…

Gulfam
- 558
- 6
- 27
0
votes
0 answers
Timeout issue sending information over WCF to AIF services
I'm getting an error when I call my WCF service from the client it returns a message saying The request channel timed out while waiting for a reply after 59 seconds. Increase the timeout value passed to call to request or increase sendtimeout value…

Sirus
- 382
- 1
- 8
- 35
0
votes
1 answer
AX 2009 AIF Schema error: SalesOrder:AxdEnum_Timezone' is not declared, or is not a simple type
I've been changing the SalesOrderService document service. Initially I'd added the new datasource at the wrong level, deployed the service, and later corrected it. The new datasource I've added is Address and now it hangs off of CreditCardCust…

RT.
- 435
- 2
- 9
- 25
0
votes
1 answer
Dynamics AX 2009 Business Connector connection with .NET Framework 4.x
I am trying to connect Dynamics AX to my WEB API in ASP.NET Framework 4.0 but it does not work with the versions greater than 3.5 so is there any workaround for this? I am actually confused because Framework 4.0 doesn't allow me to integrate…

Aurangzeb Khan
- 19
- 2
0
votes
1 answer
AIF document services in axapta 2012 update operation response
Is there way to let the external system know that if an update operation was successful on certain record(s). As per the standard process the update operation in axapta 2012 R3 does not return anything.
Thanks

piku
- 471
- 4
- 12
- 44
0
votes
2 answers
Inserting through service vs database access
The code I'm working on right now needs to insert a bunch of related records to import external data.
There's an extensive piece of code that uses CustCustomerService to insert data followed by a smaller piece of code that uses table records to…

Kempeth
- 1,856
- 2
- 22
- 37