K
Krishna
Hi All,
Here follows the scinario of my problem :
Step 1:
Created a sample webservice on the localhost with the name HelloWorld.
And the url to acccess this services is like this.
http://localhost/WSTest/HelloWorld.asmx
and it contains only one method mHelloWorld().. which returns "Hello World"
string.
Step 2:
Created a client application (Smart device application) that consumes the
above created service.
Using the Add Webreference from the Project toolbar.. added the service to
the client and created the necessary code to access it.
Step 3:
After successfull compilation and deployment in both emulator as well as in
Pocket Pc Device.. i got the following error.
An unhandled exception of type 'System.Net.WebException' occurred in
System.Web.Services.dll
Additional information: Unable to connect to the remote server
The configurations of the dev. env. as follows:
VS .NET 2003 Ent
Emulator: Pocket PC 2002
Device: iPAQ 3700 - Pocket PC v 3.0.11171..
Thanks.. in advance....
Regards,
Krishna. Akula
Here follows the scinario of my problem :
Step 1:
Created a sample webservice on the localhost with the name HelloWorld.
And the url to acccess this services is like this.
http://localhost/WSTest/HelloWorld.asmx
and it contains only one method mHelloWorld().. which returns "Hello World"
string.
Step 2:
Created a client application (Smart device application) that consumes the
above created service.
Using the Add Webreference from the Project toolbar.. added the service to
the client and created the necessary code to access it.
Step 3:
After successfull compilation and deployment in both emulator as well as in
Pocket Pc Device.. i got the following error.
An unhandled exception of type 'System.Net.WebException' occurred in
System.Web.Services.dll
Additional information: Unable to connect to the remote server
The configurations of the dev. env. as follows:
VS .NET 2003 Ent
Emulator: Pocket PC 2002
Device: iPAQ 3700 - Pocket PC v 3.0.11171..
Thanks.. in advance....
Regards,
Krishna. Akula