Hi,
Does anyone has sample code for calling a web method from server side C# script?
I have a webservice with a method that has parameters which are of complex types and if I am not wrong we cannot pass objects as parameters when it is promoted to "activities" toolbox. Hence the need to call the webservice using a script.
I have created a connection of type "WebService" in the project and ProxyScript and CodeScript seems to be generated fine
I have also included the following in the "using" declaration.
using
Metastorm.Runtime.Models.myProject.WCF.myWebService;
Thanks a lot for your help
Regards
Sandeep