When you emulator is not cradled are you able to access web resources from the emulator? For example, can you use the browser to browse to a web page on the same server that is hosting your web service?
Here are some things to check:
When you are using the Activesync connection you are getting the benefit of your host's proxy settings. Ensure that you have set up the proxy on the emulator.
Please ensure that you have actually connected the emulator to your network card. You need to select (from the emulator window) File | Configure... move to tab Network, Check "Enable NE2000 PCMCIA network adapter and bind to:" and select the appropriate
network card from the dropdown list - Connected network card is adequate if you only have one.
Should you receive an error message from step 2 please respond and I can assist you further.
kumarsrisakt...
Member
67 Points
109 Posts
WebException Protocol Error {7}
Jan 21, 2013 12:23 PM|LINK
Hi,
I am trying to develop a web service application which could be accessed through a Windows Mobile 6.1.
when I try to access the web service through the emulator i get the following error whenever a WebMethod is invoked
InnerException = Nothing
Message = "WebException"
Response = {System.Net.HttpWebResponse}
StackTrace = " at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke(String methodName, Object[] parameters, WebClientAsyncResult asyncResult)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
Status = ProtocolError {7}
But Windows Mobile 6.1 Emulator by cradling the device using ActiveSync 4.5. with calling web service In IE working fine .
In the IIS in my Webservice i give the authendication method enable anonymous access is true.
Could anybody solve my problem how to resolve this one.
thanks and regards
brite
markrad
Member
2 Points
1 Post
Re: WebException Protocol Error {7}
Jan 30, 2013 05:09 PM|LINK
Hi Brite,
When you emulator is not cradled are you able to access web resources from the emulator? For example, can you use the browser to browse to a web page on the same server that is hosting your web service?
Here are some things to check:
Should you receive an error message from step 2 please respond and I can assist you further.
Regards,
Mark