Hello I am hitting a web service with <cfinvoke>.

<cfinvoke 
 webservice="http://localhost/CumulusWS/services/Cumulus?wsdl";
 method="getServerCatalogs"
 returnvariable="aServerCatalogList">
        <cfinvokeargument name="connection" value="#aConnection#"/>
</cfinvoke>

<cfdump var="#aServerCatalogList#">     


When I dump I get the following.  How do I use these methods that are returned?


Methods 
hashCode (returns int)
equals (returns boolean)
getSerializer (returns interface org.apache.axis.encoding.Serializer)
getDeserializer (returns interface org.apache.axis.encoding.Deserializer)
getTypeDesc (returns org.apache.axis.description.TypeDesc)
getServerCatalog (returns com.canto.www._2005.cumulus.ws.types.ServerCatalog)
getServerCatalog (returns [Lcom.canto.www._2005.cumulus.ws.types.ServerCatalog;)
setServerCatalog (returns void)
setServerCatalog (returns void)
getClass (returns java.lang.Class)
wait (returns void)
wait (returns void)
wait (returns void)
notify (returns void)
notifyAll (returns void)
toString (returns java.lang.String)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272795
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to