Anveo Mobile App / Installation / Test Microsoft Dynamics SOAP Web Services

Test Microsoft Dynamics SOAP Web Services

To test a Microsoft Dynamics SOAP Web Service, you can use this test codeunit and test program. This may be used to identify Microsoft Dynamics set-up issues like in a delegation scenario in Microsoft Dynamics NAV 2009R2.

How-To Run This Test

  • Import fob file (codeunit 50099) in your database.
    If this number is not included in your license or this number is already used by another codeunit, please move it to another number.
  • Register this codeunit in “Web Service” table
  • Start WebServiceTest.exe and enter the following values:
    URL is your Web Service URL including company name and codeunitWeb_Service_Test” like name in step 2.
http://localhost:7047/DynamicsNAV/WS/CRONUS%20International%20Ltd./Codeunit/Web_Service_Test
  • Now enter your credentials username, password and domain.

  • Press “Send”
    The result is shown in text message below.
    Test is successful, if you get NAV: WS Call Successful. Input:test

    In case of an error, you will get the error message like for example:HTTP-Status 401: Unauthorized.
    Username and password are wrong, or NTLM is not activated.

Download

Please download the test program here.