org.xml.sax.SAXException: Deserializing parameter 'return': could not find deserializer for type {urn:GoogleSearch}GoogleSearchResult
In this case the GoogleSearch type. I know that I could use WSDL2Java to generate the interfaces and so on...however my problem is that this should work for any webservice so I can't write any code before invoking a new service.
I also tried XSUL, http://www.extreme.indiana.edu/xgws/xsul/ WSIF implementation and it works fine showing the results without any problem
I guess I can solve this problem by writing a generic deserialization class, that for example, put the return object in a DOM object. Does anyone wrote something similiar ?
Thanks in Advance
Miguel
