Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 28769 invoked from network); 28 Jul 2005 13:16:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 13:16:29 -0000 Received: (qmail 64134 invoked by uid 500); 28 Jul 2005 13:16:16 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 64120 invoked by uid 500); 28 Jul 2005 13:16:16 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 64106 invoked by uid 99); 28 Jul 2005 13:16:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 06:16:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [81.169.145.165] (HELO natsmtp00.rzone.de) (81.169.145.165) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 06:16:06 -0700 Received: from [192.168.5.18] ([213.144.24.99]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j6SDGA4m025909 for ; Thu, 28 Jul 2005 15:16:11 +0200 (MEST) Message-ID: <42E8DA6C.30003@koedderitzsch.net> Date: Thu, 28 Jul 2005 15:15:24 +0200 From: =?ISO-8859-1?Q?Lars_K=F6dderitzsch?= MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Troubles deserializing string object Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am an axis (and soap) newbie so please excuse me, if this question is kind of stupid. Were using Soap-Services with the OFBiz-Framework which uses axis as soap framework. When the response from the service is about to be deserialized I get the following exception: [2005-07-27 16:11:17,896]ERROR [ DeserializationContext:511] No deserializer for java.lang.Object [2005-07-27 16:11:17,990]ERROR [ Call:2404] Exception: org.xml.sax.SAXException: Deserializing parameter 'responseMessage': could not find deserializer for type {http://schemas.xmlsoap.org/soap/encoding/}string at org.apache.axis.message.RPCHandler.onStartChild(RPCHandler.java:273) at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1031) at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165) at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1140) The response envelope looks like this: success I don't know what I am missing. Can any one please give me a pointer? Thanks, Lars K�dderitzsch