I am currently working on an SSIS solution that takes data from AX, processes and then sends the information back to AX. The proposed solution is for AX to send records via a webservice to a table. SSIS then takes the data and processes the data. The processed records are then placed in a table which is then sent via a Webservice to AX.
We had a .NET resource who was going to build the webservice. However it is looking like we may not be able to get that resource. Therefore I was wondering if there is another way to do this. We are unable to connect directly to AX i.e. place records directly into AX tables.
I have no experience of building webservices but is it a difficult thing to build? Does anyone have experience or information on this?