Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cant run a webservice

0 views
Skip to first unread message

Benjie Fallar III

unread,
Sep 3, 2002, 12:07:10 PM9/3/02
to
i developed a sample SmartDeviceExtension app in VB.NET that calls a
webservice (also written in VB.NET). When i test the WS it works fine
(browser), but when i add a web-reference and used the WS in my SDE app, it
raises and exception "WebException!". What should i do? Any help!


Chris Tacke, eMVP

unread,
Sep 3, 2002, 12:05:34 PM9/3/02
to
Things to check:

- make sure the app using the web service is pointed to the IP address of
your PC, not localhost
- Make sure you're not using an XScale-processor device

--
Chris Tacke, eMVP
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Benjie Fallar III" <bfal...@hotmail.com> wrote in message
news:u7aPAN2UCHA.2740@tkmsftngp10...

Jim Wilson

unread,
Sep 3, 2002, 12:15:45 PM9/3/02
to
Start by testing your connectivity. A good test is to launch the browser
on the device(aka iPAQ) and browser to the WS. The browser on the device
should show you the same screen you see on the desktop browser. If this
doesn't work then you know its a connectivity issue.

Jim
http://www.dotnetcf.com

JW Hedgehog, Inc
http://www.jwhh.com (consulting)
DevelopMentor
http://www.develop.com (training)

"Benjie Fallar III" <bfal...@hotmail.com> wrote in message
news:u7aPAN2UCHA.2740@tkmsftngp10...

Raxel

unread,
Sep 3, 2002, 2:28:26 PM9/3/02
to
You must be using the default namespace in your web service. Changing it to
your company's domain name or whatever else will help.

"Benjie Fallar III" <bfal...@hotmail.com> wrote in message
news:u7aPAN2UCHA.2740@tkmsftngp10...

Sérgio Almeida

unread,
Sep 4, 2002, 4:55:29 AM9/4/02
to
I also have the WebException thing but I've the connectivity to the
internet. I can see http://www.google.com (pex) in IE of my Pocket PC
emulator.
The simple Hello World web service works, with my machine as the Web Service
Server. But when I try to consume a colleague's (on LAN over HTTP -
Intranet) Web Service, I get the WebException. I don't think that I have a
problem of connectivity, because if I put on address bar of Pocket's IE the
reference link of my colleage Web Service, I can see the full WSDL.
From a desktop app, I can consume that Web Service. Works fine.
Any Ideas?

--
*******************************
Sérgio Almeida
MobiComp - Mobile Computing & Wireless Solutions
phone: +351 253 305 250
fax: +351 253 305 251
email: sgal...@mobicomp.com
web: http://www.mobicomp.com
"Jim Wilson" <ji...@jwhedgehog.com> wrote in message
news:#8X$9S2UCHA.2996@tkmsftngp13...

Alex Yakhnin

unread,
Sep 4, 2002, 3:21:06 PM9/4/02
to
If you are using a name to access your colleague's web
server you might have a problems. I've heard about issues
with name resolution in the beta1. Try to do it by
ipaddress.

--
Alex Yakhnin
IntelProg, Inc.
http://www.intelprog.com

>.
>

0 new messages