Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The problem due to some special characters accidentally input in NAV, as a result XML communication cannot be decoded

Follow the video instruction /instructions below to find out where is the special characters

View file
namefindspecialchar.mp4
height250


Panel
bgColor#fff
titleInstruction
  1. Download Postman https://dl.pstmn.io/download/latest/win64
  2. Create a new HTTP request
  3. Use the following parameters in the HTTP request

    URL: http://172.18.110.108:7149/UAT/WS/ORBIS%20Hong%20Kong/Page/minvitemlist

    Authorization: NTLM Authentication
    Username and password is Windows Domain (can follow iPad username / password input)

    Header: SOAPAction
    urn:microsoft-dynamics-schemas/page/minvitemlist:ReadMultiple

    Body: raw: XML<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nav="urn:microsoft-dynamics-schemas/codeunit/NAVWebServices"><soap:Header/><soap:Body><ReadMultiple xmlns="urn:microsoft-dynamics-schemas/page/minvitemlist"></ReadMultiple></soap:Body></soap:Envelope>

  4. Inspect the result, especially search for &# 


...