Web Service with HTTP

badrkhanbadrkhan Member Posts: 3
edited 2012-10-18 in NAV Three Tier
Hi,

Please help in following

When I run below web service it runs perfectly fine (I uses computer name which is HCL)

http://HCL:7047/DynamicsNAV/WS/CRONUS Retail India Ltd./Codeunit/RetailWebServices

But when I use http then it does not run (Below User doenot produce any out put)

http://192.168.1.140:7047/DynamicsNAV/WS/CRONUS Retail India Ltd./Codeunit/RetailWebServices

Comments

  • SogSog Member Posts: 1,023
    so DNS works, but direct acces not?
    if this is a development environment and the webservice is running on that computer then the following should be exactly the same.

    http://HCL:7047/DynamicsNAV/WS/CRONUS Retail India Ltd./Codeunit/RetailWebServices
    http://127.0.0.1:7047/DynamicsNAV/WS/CRONUS Retail India Ltd./Codeunit/RetailWebServices
    http://192.168.1.140:7047/DynamicsNAV/WS/CRONUS Retail India Ltd./Codeunit/RetailWebServices

    However, if you are developing from home and are testing the solution in the company network, then 192.168.1.140 can't be reached.

    So I ask you, could you please use the correct terms and technology references to ask your question...
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • badrkhanbadrkhan Member Posts: 3
    OK.Now I am not working on home pc. I am working on office pc which is present on network. I given following URL at browser of Remote PC. I have taken 192.168.1.30 Remote connection becuase web service and Navision serve available on that PC. I sit on diffrent pC. Thats why I have taken remote connection.

    Servpro21 is computer name

    I passed follwoing URL at browser. Nothing happens

    http://servpro21:7047/DynamicsNAV/WS/CR ... ./services

    Nothing happen one blank page display. No errors comes. I dont know webservcies is running or not
  • carboncarbon Member Posts: 22
    Try look at Windows System log (Server Manager - Diagnostics -> Event Viewer). You can see if something happend. And if there is some Message statement is called in NAV code (codeunit), thme message sould be saved in Event Viewer.
Sign In or Register to comment.