Today I tried to call a method from a webservice.
I used the Webservice/WCF execute task for this.
If I enter the URL and select the 'Web service' as discovery mode and clicking the refresh button, I receive a popup telling me:
Error retrieving data
3 error/s compiling web service proxy class.
line '13', error:The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?).
line '118', error:The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?).
line '137, error:The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?).
When I type in the URL in my browser, I see all the methods.
This Webservice is accessing a Sybase server.
I have an other webservice doing Active Directory tasks and that one is giving me the methods back.
I don't believe the webservice is wrong (I created them both 😎), so what's the issue here?
Regards
Erik
Uses Visualcron since 2006.