Click here to Skip to main content
15,920,217 members
Home / Discussions / Mobile
   

Mobile

 
GeneralCCeCommandBar Pin
Rassul Yunussov14-Apr-04 0:18
Rassul Yunussov14-Apr-04 0:18 
GeneralRe: CCeCommandBar Pin
João Paulo Figueira14-Apr-04 5:21
professionalJoão Paulo Figueira14-Apr-04 5:21 
Generalmaking Pocket cab files Pin
User 96257812-Apr-04 18:32
User 96257812-Apr-04 18:32 
GeneralRe: making Pocket cab files Pin
User 96257812-Apr-04 19:57
User 96257812-Apr-04 19:57 
General.mht (web archive) display+PocketPC Pin
midupk12-Apr-04 1:07
midupk12-Apr-04 1:07 
GeneralList View accessing columns Pin
michaelb13011-Apr-04 0:53
michaelb13011-Apr-04 0:53 
GeneralRe: List View accessing columns Pin
Lvca14-Apr-04 0:24
Lvca14-Apr-04 0:24 
GeneralRe: List View accessing columns Pin
Anonymous14-Apr-04 0:42
Anonymous14-Apr-04 0:42 
GeneralConnectivity of mobile with desktop PC Pin
anshum10-Apr-04 18:38
anshum10-Apr-04 18:38 
GeneralRe: Connectivity of mobile with desktop PC Pin
Richard Jones26-Apr-04 4:19
Richard Jones26-Apr-04 4:19 
GeneralIs there are any way to Make windows CE.net supporting Arabic Pin
Khalifa Alshahi9-Apr-04 23:37
Khalifa Alshahi9-Apr-04 23:37 
Generalwindows CE.NET 4.10 arabic Support Pin
Khalifa Alshahi9-Apr-04 20:45
Khalifa Alshahi9-Apr-04 20:45 
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 

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.