Web Service proxy modification

  • Thread starter Thread starter Martin Sommer
  • Start date Start date
Hi Alex,

I looked at your sample yesterday. To me it doesn't seem as
developer-friendly as the solution I'm currently trying to implement. It
looks as if you have to copy each web service method into the wrapper-class.

But thanks anyway.
 
Actually, no. All the functionality is encapsulated in one class that is
agnostic of the web proxy. It intercepts web request creation based solely
on url, passed as a parameter to it. You can simply put your web proxy into
that projects as is - and it will work
 
Hi Alex,

thank you so much. It seems as this is the right way to do things. But it
still doesn't work. I copied the renamed file to the Windows CE folder, and
to my surprise there did not exist a System.Web.dll file before. Is that
normal and can that be the reason that things still doesn't work? I'm
thinking that some kind of link to the dll's might be broken.

--
Thanks,
Martin Sommer

Martin,

Take a look at my blog entry:
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=7ce7be20-ff09-4d38-b53f-018654c287d0
 
Renaming to System.Web.Services.dll seems to do the trick. Quite logical
when you think about it.
 
Back
Top