|
Hmmm. Im using googles web service to search our
website and could use a little help interperting the wsdl. When I set up the
service in the componets panel of DWMX and drag it over the invoke tag gives me
a returnvariable of aGoogleSearchResult which suggested an array. Im kind of
stuck on how to handle the returned info.
Adaryl "Did you reboot?" Wakefield Aviator by passion Programmer by
sheer force of will
----- Original Message -----
Sent: Wednesday, March 31, 2004 10:42
AM
Subject: RE: [KCFusion] cfinvoke
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!
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
|
GoogleSearch.wsdl
Description: Binary data