Hi

I am invoking a webservice using CFINVOKE, I have set the return variable to
"testvar". But when I use cfdump to display it, it only displays a list of
Methods like so

hashCode (returns int)
equals (returns boolean)
getStatus (returns java.lang.String)
setStatus (returns void)
getSerializer (returns interface org.apache.axis.encoding.Serializer)
getDeserializer (returns interface org.apache.axis.encoding.Deserializer)
getTypeDesc (returns org.apache.axis.description.TypeDesc)
getStatusId (returns int)
setStatusId (returns void)
getNumItems (returns int)
setNumItems (returns void)
getListOf (returns uk.co.dmsnewmedia.webservices.dmsWebservices.Array OfDmsItem)
setListOf (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)

I have tested the parameters at the suppliers site and it works fine,
returning details of tourism accommodation.

Any ideas

thanks

Shaggy