Hello
We are thinking in a communication proceess between Navision 3.70 and a Web server.
As we don't want to use message queues and the like, we took a look at the COM object used by User Portal to communicate with Navision in
their ASP pages.
This COM object has methods like
* UPAS.SendDataportRequest(xmlRequest)
* UPAS.SendReportRequest(xmlRequest)
* UPAS.SendSystemRequest(xmlRequest),
which are really useful, easily customizable and asynchronous.
However, does anyone know if this COM object ships with version 4.0?
Thankyou,
Toni
0
Comments