Click here to Skip to main content
15,896,111 members
Home / Discussions / Mobile
   

Mobile

 
GeneraleVC++ 4.0: cl.exe - No Disk -?! Pin
Matthew Fleming9-Apr-04 6:51
Matthew Fleming9-Apr-04 6:51 
GeneralRe: eVC++ 4.0: cl.exe - No Disk -?! Pin
João Paulo Figueira10-Apr-04 1:05
professionalJoão Paulo Figueira10-Apr-04 1:05 
GeneralRe: eVC++ 4.0: cl.exe - No Disk -?! Pin
Matthew Fleming10-Apr-04 7:51
Matthew Fleming10-Apr-04 7:51 
GeneralRe: eVC++ 4.0: cl.exe - No Disk -?! Pin
Andrew Lawrence9-Feb-10 12:14
Andrew Lawrence9-Feb-10 12:14 
QuestionUrgent: how to reference a webservice at runtime from Pocket PC? Pin
KTKKKK9-Apr-04 0:56
sussKTKKKK9-Apr-04 0:56 
AnswerRe: Urgent: how to reference a webservice at runtime from Pocket PC? Pin
Dimitris Iliopoulos9-Apr-04 3:25
Dimitris Iliopoulos9-Apr-04 3:25 
GeneralRe: Urgent: how to reference a webservice at runtime from Pocket PC? Pin
KTKKKK9-Apr-04 16:49
sussKTKKKK9-Apr-04 16:49 
GeneralRe: Urgent: how to reference a webservice at runtime from Pocket PC? Pin
maithoa15-Apr-04 23:21
maithoa15-Apr-04 23:21 
I had changed the url of webservice but i did not work.
ws on machine "mobileserver" has a method HelloWorld which returns a String "Hello world from Mobileserver"

another ws on machine "thoantm" also has a method HellowWrld which returns a String "Hello from ThoaNTM"

My code:
Dim ws As New mobileserver.OkieWS
MsgBox(ws.HelloWord)
ws.Url = "http://thoantm/OkieWS/Service1.asmx"
MsgBox(ws.Url)
ws.HelloWorld()'exception was thrown when invoke this method

I met the following exception:

An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in System.Web.Services.dll

Additional information: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://mobileserver/OkieWS/Service1/HelloWorld.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)


I also tried to change the namespace of ws on machine thoantm to "http://mobileserver/OkieWS/Sevice1.asmx"

its original namespace is "http://thoantm/OkieWS/Sevice1.asmx"


and I met the following exception when I called webmethod of ws on thoantm

An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll

Additional information: Unable to connect to the remote server

I can not change the url behavior of webreference to dynamic cause i'm coding in .net CF

Thanks for ur time.
Pls help me!

Cry | :((

GeneralPie chart program in eVC Pin
Bui Huy Kien9-Apr-04 0:36
Bui Huy Kien9-Apr-04 0:36 
GeneraleMbedded VC Pin
gUrM33T8-Apr-04 20:02
gUrM33T8-Apr-04 20:02 
GeneralRe: eMbedded VC Pin
gUrM33T8-Apr-04 20:44
gUrM33T8-Apr-04 20:44 
GeneralRe: eMbedded VC Pin
annjdsjdfgd9-Apr-04 10:29
sussannjdsjdfgd9-Apr-04 10:29 
GeneralRe: eMbedded VC Pin
gUrM33T9-Apr-04 15:13
gUrM33T9-Apr-04 15:13 
GeneralTablet PC ink recognition Pin
obadran8-Apr-04 12:35
obadran8-Apr-04 12:35 
GeneralPalm int to char* conversion help!!! Pin
the6e8-Apr-04 5:55
the6e8-Apr-04 5:55 
GeneralHTML based dialog for the Pocket PC Pin
yamusf8-Apr-04 3:57
yamusf8-Apr-04 3:57 
GeneralIni Files Pin
DonaldL7-Apr-04 22:52
DonaldL7-Apr-04 22:52 
GeneralRe: Ini Files Pin
João Paulo Figueira8-Apr-04 4:05
professionalJoão Paulo Figueira8-Apr-04 4:05 
GeneralGDI+ Pin
Rassul Yunussov7-Apr-04 22:42
Rassul Yunussov7-Apr-04 22:42 
QuestionHow can I reference to a web service at runtime from a PDA Pin
maithoa7-Apr-04 22:02
maithoa7-Apr-04 22:02 
General>Net Compact Framework DLLs Pin
User 9625787-Apr-04 19:59
User 9625787-Apr-04 19:59 
GeneralPocket PC 2003 emulator without VS .Net Pin
User 9625787-Apr-04 10:15
User 9625787-Apr-04 10:15 
GeneralRe: Pocket PC 2003 emulator without VS .Net Pin
João Paulo Figueira7-Apr-04 14:38
professionalJoão Paulo Figueira7-Apr-04 14:38 
GeneralMenu Pin
Rassul Yunussov6-Apr-04 22:33
Rassul Yunussov6-Apr-04 22:33 
GeneralRe: Menu Pin
João Paulo Figueira7-Apr-04 14:37
professionalJoão Paulo Figueira7-Apr-04 14:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.