Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To be able to send Images from the Mobile Device, the setting SOAPServicesMaxMsgSize needs to be adjusted on the Service tier setup. Default only allows up to 1024 Kb messages which is not enough to contain the image files.

Either Run this PowerShell command

set-navserverconfiguration -keyname SOAPServicesMaxMsgSize -keyvalue 60000

Or change setting through Administration Console

  1. Go to "Microsoft Dynamics NAV Administration"
  2. Set the "Max Message Size" = 65535.


  • No labels