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
- Go to "Microsoft Dynamics NAV Administration"
- Set the "Max Message Size" = 65535.