Title: Message
Hi
 
Has anyone seen an error like this before, or know what needs to be done to cure it?
 
org.xml.sax.SAXException: Deserializing parameter 'ProvidentResponse':  could not find deserializer for type {http://ProvidentConnector.ProvidentResponseToOrch}ProvidentResponse
 
The error occurs when I make the following call to the service:
 
            String result =
                pt.SOPResponse(prvResp);
 
where prvResp is a bean comprised of four String fields.
 
My WSDL would appear to be fine, so I don't think that's the problem.
 
Am I missing code for the deserializer, or am I missing something from the CLASSPATH (although I would expect a different error were this the case)?
 
Thanks in advance
 
Pat

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

Reply via email to