Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
30 views

Get the frames values from the frames bytes

i'm using the aifc library for open an aif file and his method readframes(nframes) for read the frame in bytes. But now i have to convert the bytes in a float list of values. How can i do it? thanks ...
0
votes
1answer
245 views

vb.Net code to use AX 2009 ReturnOrderInService web service

Need to use the create method of the AX 2009 ReturnOrderInService web service in a vb.NET aspx page to create an RMA in AX. The code I've written below creates the RMA in AX, but doesn't show the ...
0
votes
1answer
789 views

Using AIF webservices to connect to Microsoft Dynamics AX 2009

I'm using AIF webservices to connect to Microsoft Dynamics AX 2009. Proxies are generated for the service in VS2010, but when I want to connect to the service using generate client class, it seems I ...
0
votes
1answer
617 views

How do I get the details of a SOAP fault in Dynamics AX?

I'm currently communicating with an external SOAP service within AX using the a service reference and the generated .NET class. Everything is working out greatly with the exception of how to handle ...
0
votes
1answer
989 views

Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework

I've been working a while with a project aiming to integrate AX with the Web. The company who delivered AX has chosen to use Business Connector (BC.net) directly on my side of the backend. I've ...