Definitely Not!
The return value may be any number of objects or values depending on how the web service was programmed. Most of the examples shown in various tutorials  are fairly trivial returning a primitive value such as integer, double or a string. The wsdl document should explain what's being passed back to the consumer.
 
A web service may return an object that's unique to the programming language. An example would be a .Net web service returning a dataset. That's tempting and easy to do but restricts the consumers to .Net clients. Or it could pass the data as an xml document in a string type. Or it could return a custom structure such as an array or a structure. Or ...
 
Good luck! 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Adaryl "Bob" Wakefield
Sent: Wednesday, March 31, 2004 10:30 AM
To: [EMAIL PROTECTED]
Subject: [KCFusion] cfinvoke

If I use cfinvoke to call a webservice is the response always going to come back as an array?
 
Adaryl "Did you reboot?" Wakefield
Aviator by passion
Programmer by sheer force of will

Reply via email to