we are developing a web service usind SOAP::WSDL.
Today we get in touch with a deserializing probelm on the server.
An input parameter cannot be deserialized with the following error:
Error deserializing message: Cannot resolve class for getDocumentIDsParamsIN/RetrievalParams/AttrVals/Attribute/value via CS::SOAP::TPWS11::SOAPWSDL::Typemaps::thinkproject
The input parameter is of a type that extends the above mentioned Attribute by serveral elements (one of them is the value). These elements do not have entries in the Typemaps. That is why the error prompts.
Is there a solution for this problem.We have resolved the corresponding serializing problem for SOAP-WSDL-2.00.10 with a solution that is described here: http://sourceforge.net/tracker/index.php?func=detail&aid=1809059&group_id=111978&atid=660924
Thank you very much for your help! Andreas