Skip to main content
Inspiring
January 7, 2011
Question

CF9 and C# webservice help

  • January 7, 2011
  • 1 reply
  • 2060 views

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#">

This topic has been closed for replies.

1 reply

Community Expert
January 7, 2011

You didn't provide nearly enough information for anyone to help you.

What kind of error are you getting? If you're not getting an error, what's happening exactly?

What kind of object is the C# service supposed to return?

If you don't get an error, what happens when you invoke some of those functions?

Dave Watts, CTO, Fig Leaf Software

http://www.figleaf.com/

http://training.figleaf.com/

Dave Watts, Eidolon LLC
emmim44Author
Inspiring
January 7, 2011

There is no error. but not getting values of that function. that function has email, first, last name fields.

Community Expert
January 8, 2011

Are you able to invoke any of the other functions? What exactly does that function return? An array containing the three fields, or something else?

Dave Watts, CTO, Fig Leaf Software

http://www.figleaf.com/

http://training.figleaf.com/

Dave Watts, Eidolon LLC