Posted inDynamics NAV & BC Technical Tips & tricks
Logging the XML generated from .net or received from NAV WS
When working with Web Services using languages who doesn’t natively have Web Services support (like Javascript and NAV self) you have to create a SOAP envelope yourself in the correct format. Of course you can do so by looking at the WSDL, understanding SOAP and using…