Options

Webservice not working on other computer

elwin68elwin68 Member Posts: 153
edited 2009-03-24 in NAV Three Tier
Hello,

I have created a codeunit and published it as a webservice. In Visual Basic 2008 I have made a program which calls the NAV webservice.
On the development computer everything works fine.
After creating a setup in VB2008 the program is installed on another computer. The program works fine but when calling the webservice it just waits.

I have checked the webservice in internet explorer with http://localhost:7047/DynamicsNAV/WS/Services. The SystemService and the codeunit are shown.

Why can the NAV webservice not be called from the other computer?

thanks in advance.

Answers

  • Options
    elwin68elwin68 Member Posts: 153
    Problem solved.

    The parameter to the NAV webservice was false but no error occured.
Sign In or Register to comment.