I have a service that returns a Hashtable object. When I try to use this service in a CAF portlet the following runtime error is returned:
java.rmi.UnmarshalException: electric.xml.io.schema.SchemaException: could not find a type with qname http://www.webMethods.com/2001/10/soap/encoding:Hashtable
I assume this means that the Hashtable can not be encoded and passed from IS to CAF?
Is the only option to passback the name/value pairs and build a hashtable on the CAF side?