Nav Client customization

Hi all,

I am working on customization of NAV client so that a user working on NAV client can interact with an external.

I was wondering if this can be done by going through the NAS ?!

Is there a known way to do such a communication and does it have to be done through the NAS?

Is there an API to do such a task ?

Looking forward for your help

Best Regards

Ali Daher

Look at the commerce gateway modules to see how this might be done.

Commerce gateway receives XMLdocuments, and then process NAV buisness logic. It can send XML too, but doesn’t send an XML response per se.

You may want to consider using messages queues if you need to preserve the serializability of the back and forth communication.