WebService in Wireless Network...
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am facing problem with a Webservice. When the server runs on wired network, my webservice client can work fine. It gets proper response from server. But when i am configuring a wireless network in the server, then the client can not get any response from webservice in server. The wireless network is set up by aircard from sprint. The webserver has anonymous access. I think it may be related to security issue. The server runs on port 82. Not on default IIS port 80. I can connect to the webservice using InternetExplorer. So it is running fine. But my client program gets no response. Why my client program gets response in wired network, but not in wireless network. I have no clue. So please help me to sort this out. Thanks
Chayan