ActiveSync and webservice

From: Harry Simpson (hssimpson_at_nospamphgt.net)
Date: 04/13/04


Date: Tue, 13 Apr 2004 09:40:14 -0500

Forgive my feebleness but it's been almost a year since i worked on this
project.

I have a CF app which communicates with a web service i've written to grab
data from SQL Server 2000 directly. I've set it up to access this web
service when cradled via ActiveSync.

It seemed like i had it working before but now I cannot access the
websrvice. I've tested the webservice (via the desktop that the PPC is
cradled to) through url to the asmx and it all works fine.

I've set the reference to the webservice which is in IIS. I deploy the web
app to the PPC while it's synced but cannot reach the webservice.

Questions:
1. With the PPC cradled shouldn't i be able to fire up Internet Explorer on
the PPC and hit the web? Or am i miserably confused?

2. Shouldn't i be able to hit the webservice running on my testbox via
ActiveSynced PPC? Any special settings to make on the device or in the Web
service app?

3. Does the PPC have to have an IP assigned to it first or other settings in
ActiveSync to allow this communication with the web service?

I know this is something simple and i've googled unsuccessfully - everything
is wireless while my problem, for now, is connecting via ActiveSync.

TIA Much!
Harry



Relevant Pages

  • RE: webservice to expose existing app functionality
    ... and manage your web services, then you need to create a web service project ... applicaiton makes a poor multi-user server because the console application ... benefit is that once you refactor your app in this way, ... >create a webservice without creating a new webservice project within ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Middle Tier Type Conflict.... but its the same!!!!
    ... along with it - if your app uses the web service then use the type that the ... I have a winforms app that accessess a webservice. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Managing 3 apps
    ... only that I use a windows service instead of ... a web service, the task for it is to act as an intermediary between the PPC ... app and the other end.it depends of the third ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Passing arguments to Web Service from Win application
    ... I have a Win app that has a Login form. ... That Win app consumes a Web Service ... >> WebService among other params as ParamArray args. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Web service causing Stack overflow exception - bug?
    ... For some reason after 6 calls to the webservice the next call to the service, causes the app to abort with a stack overflow. ... If I create the web service to run async, ... I notice that for the SoapHttpClientProtocol class, there isn't a dispose function on the compact framework; although there is one for the full .NET framework. ...
    (microsoft.public.dotnet.framework.compactframework)