Agile Tortoise
Greg Pierce’s blog
Axapta XML-RPC Client
This is the home of my Microsfot Axapta project implementing an XML-RPC client. The current version is 0.9. Axapta is an ERP solution for manufacturers and distributors. XML-RPC is a lightweight remote procedure call specification using XML messages over an HTTP transport.
Requirements: Navision Axapta version 2.5 or greater, or 2.1 with XML classes installed ( available as add-on from Navision ).
Known Issues:
- Nested struct params not supported
- Struct return values not yet supported
- base64 encoded params and return values not yet supported
Installation: Import project into your Axapta installation.� An example job is included to demonstrate usage.