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.
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
i\'m using the aifc library 开发者_如何学编程for open an aif file and his method readframes(nframes) for read the frame in bytes.
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 han开发者