How to get locally host API calls for WINDOWS MOBILE emulator



When we are using api calls for windows mobile development the normal scenario Is some sever pc publishes the api calls and all the api calls hosted in the internet we can use that api calls to do the job. If don’t hosted in the API call that’s a major problem to use API calls in windows emulator.

Diagram 1



Upper diagram shows the normal scenario of the calling API and if we want to connect local sever API from the pc. Bellow diagram shows the way to get proper API calls.







If you want to connect local sever
  1. Connect Wi-Fi router to pc with lan cable
  2. Then start sever
  3. Connect with Wi-Fi to pc
  4. Then call api calls through emulator

Example:-
//Ip-address of machine LAN port/API calls








Comments

Popular Posts