Question
CF9 and C# webservice help
Hi all,
I am not able to get the values GetUsers() functions via a c# service. Do you know why? <cfdump outfut all the functions names of that webservice..
<cfset
x = cfobject("webservice","http://w9s312c1/WebService/Store.svc?wsdl") >
<cfset
e = x.getUsers()>
<cfdump
var="#e#">
