Hi

are webservices not implemented within PocketPc2003? I tried in VS2003 and
Emulator and got an
NotSupportedException when calling Service.Invoke.

thx

regards

henrik

RE: Webservices by DarrenShaffer

DarrenShaffer
Fri Oct 01 10:37:03 CDT 2004

Henrik,

In VS 2003, you're using either VB.Net or C#.Net for your Smart Device
projects. You can certainly use web services with the Compact Framework
by adding a Web Reference to your smart device project and calling your
web service methods directly using this reference.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfwebservices.asp

Post your web service call code if you are still having trouble.

-Darren




"Henrik Holle" wrote:

> Hi
>
> are webservices not implemented within PocketPc2003? I tried in VS2003 and
> Emulator and got an
> NotSupportedException when calling Service.Invoke.
>
> thx
>
> regards
>
> henrik
>
>
>

Re: Webservices by Henrik

Henrik
Fri Oct 01 10:43:36 CDT 2004

oh sorry, i forget to tell you about th cf framework.

i added the webreference. but the exception is thrown by the invoke methode
in the Reference.cs Class :(
Perhap my emulatur is no ok. i will try i later on a real device.

thx for you reply

henrik

"Darren Shaffer" <DarrenShaffer@discussions.microsoft.com> schrieb im
Newsbeitrag news:9E68EB9E-E413-4CE0-9624-629EC07ACBEE@microsoft.com...
> Henrik,
>
> In VS 2003, you're using either VB.Net or C#.Net for your Smart Device
> projects. You can certainly use web services with the Compact Framework
> by adding a Web Reference to your smart device project and calling your
> web service methods directly using this reference.
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfwebservices.asp
>
> Post your web service call code if you are still having trouble.
>
> -Darren
>
>
>
>
> "Henrik Holle" wrote:
>
>> Hi
>>
>> are webservices not implemented within PocketPc2003? I tried in VS2003
>> and
>> Emulator and got an
>> NotSupportedException when calling Service.Invoke.
>>
>> thx
>>
>> regards
>>
>> henrik
>>
>>
>>