PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Getting a file from a WebService

Reply

Getting a file from a WebService

 
Thread Tools Rate Thread
Old 01-12-2006, 04:54 PM   #1
chris-s@mailcity.com
Guest
 
Posts: n/a
Default Re: Getting a file from a WebService



Victor Espina wrote:
> Is it possible using NETcf 1.0:
>
> a) To consume a remote webservice?
> b) To invoke a webservice method wich returns a WebFile datatype?
>
> What I want to do is to connect to a remote webservice, invoke a method
> to check if there is a new version of my PPC app and, if so, invoke
> another method in the webservice to retrieve the new file.
>
> If this is not possible, how should be the best approach to perform
> these tasks?
>
>
> Victor Espina


a) Yes
b) Might be easier to use something like an HTTP GET

Chris

  Reply With Quote
Old 01-12-2006, 06:21 PM   #2
Victor Espina
Guest
 
Posts: n/a
Default Getting a file from a WebService

Is it possible using NETcf 1.0:

a) To consume a remote webservice?
b) To invoke a webservice method wich returns a WebFile datatype?

What I want to do is to connect to a remote webservice, invoke a method
to check if there is a new version of my PPC app and, if so, invoke
another method in the webservice to retrieve the new file.

If this is not possible, how should be the best approach to perform
these tasks?


Victor Espina
  Reply With Quote
Old 01-12-2006, 10:46 PM   #3
Victor Espina
Guest
 
Posts: n/a
Default Re: Getting a file from a WebService

Thanks for your answer Chris. I indeed considered HTTP GET as my first
option, followed by FTP protocol, but I think that using a WebService
may be an elegant solution.

Victor Espina

chris-s@mailcity.com wrote:
> Victor Espina wrote:
>> Is it possible using NETcf 1.0:
>>
>> a) To consume a remote webservice?
>> b) To invoke a webservice method wich returns a WebFile datatype?
>>
>> What I want to do is to connect to a remote webservice, invoke a method
>> to check if there is a new version of my PPC app and, if so, invoke
>> another method in the webservice to retrieve the new file.
>>
>> If this is not possible, how should be the best approach to perform
>> these tasks?
>>
>>
>> Victor Espina

>
> a) Yes
> b) Might be easier to use something like an HTTP GET
>
> Chris
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off