hi all,
I wanted to update to axis-1.2. Now, WSIF can't find my generated classes i use
for the type-mapping.
I made a custom ClassLoader and set it with setContextClassLoader() at the
beginning. That works fine with the old WSIF. With the nightly build, i get the
error:
EXIT WSIFDefaultMessage.getObjectPart(org.xml.sax.SAXException: Deserializing
parameter 'return': could not find deserializer for type
{urn:GoogleSearch}GoogleSearchResult)
Looks like it can't find my classes anymore. Is there any change in loading the
classes for the mapping in the new build of WSIF?