Help needed consuming a desktop web service in CF 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

I have built a web service, tested it with desktop client but when I try to
instantiate the web service object during debug I noticed it had the
System.NotSupported.Exception I have the one web method where I am passing 3
strings and returning a bool.

Thanks in advance for any help :)
 
Hello Simon,

Thanks for the help :)

The issue was related to permissions on the web service and the SQL Server
2005 database so by building a winforms test client, I could get better error
messages and fix the issues.
 
Back
Top