Oh, I did not paste the complete dump.  I forgot to include the object.

object of com.canto.www._2005.cumulus.ws.types.ServerCatalogList

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)




-----Original Message-----
From: Chad Gray [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 16, 2007 9:15 AM
To: CF-Talk
Subject: webservice newbie question

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)




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272798
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