Hello i'm trying to consume a WS written in nusoap from Silverlight; when i add WSDL service reference, in VS21010, i see listed all WS functions. I instanciate object in my code behind:
serviceclient cl=new serviceclient();
but when i digit cl. i cannot see ws methods in intellisense. Why?
The same thing, made in a windows form application runs fine.
Can you help me please??
Greetings, c.