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
The parameter to the NAV webservice was false but no error occured.