Hi friends...
I need help to find a solution with an issue.... I need to call a Nav webservice from a Nav codeunit... I have searched in many posts on internet but I don't find what I'm really looking for.
Let me to explain:
I have published a Nav codeunit as webservice. It is supposed to be call from external source (this is OK)
When I receive the petition to my webservice, my codeunit will check the information received in the XML and depending of some parameters I want to "resend" the XML to another NAV webservice but in other Database to manage the information and process it.
So basically I hace a Central Database who is going to receive the request from external source and this Central Database will dispatch the information to one Database or other depending of one parameter value.
I don't know how to do it with C/AL code... I mean to resend the XML received to the final Nav Webservice
Don't laugh at the following pseudocode, it's a dummy draft
Is it possible to do using only C/AL Code ? What is the easiest way?
Thank you so much!!