It looks like you are getting back a pure object from the service call. You'll have to use its native methods which CFDUMP may or may not be showing you. Try this dump and see what is shown: <cfdump var="#aServerCatalogList.getServerCatalog()#">. If you have access to the API for this class, that might help you determine what, if any, arguments the getServerCatalog function takes.
HTH, Phil -----Original Message----- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 9:27 AM To: CF-Talk Subject: RE: webservice newbie question 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:272799 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

