Just wondering if anyone knows of any sort of comprehensive documentation for the C#/VB API for Epicor 9. Also, a reference the ABL (Progress OpenEdge) language would be helpful as well.
Thanks in advance
Regarding the Epicor 9 API I personally do not know of any (good) documentation. In my opinion, the soap api was never really "designed" its just the Epicor internal functions straight off. The best way to figure out how to use the different Epicor API functions I've found so far (which is also working rather well):
Its a tedious process but once you started stacking the API calls from Epicor together into your own easier to use functions it starts getting rather painless.
p.s. Please also check the ICE documentation for the business objects as such.
Best Mikael
Here is the latest (currently 11.3) set of documentation for Progress OpenEdge and the ABL language: PSDN
Look at ABL essentials and ABL reference.