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?