I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-08-12 10:40:18-07 by bluecher
Problems with deserializing types that extend an abstract other type
Hi,
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
Direct Responses: Write a response