[OFBiz] Dev - Using complex objects within Web-Services
Jacopo Cappellato
tiz at sastau.it
Fri Sep 17 06:30:49 EDT 2004
Hi Marius,
maybe your problem is caused by the fact that the object cannot be
serialized/deserialized correctly.
Your class should implement the java.io.Serializable interface.
Jacopo
----- Original Message -----
From: "Marius Burger" <maburger_news at gmx.de>
To: <dev at lists.ofbiz.org>
Sent: Friday, September 17, 2004 12:12 PM
Subject: [OFBiz] Dev - Using complex objects within Web-Services
> Hi *,
>
> I do have a problem using the ofbiz web service interface. When I try to
> call a services which is exported as a web service within the ofbiz from a
> standalone application. I could only use simple java objects like Strings,
> Vectors etc. as parameters for the input. When I try to use complex custom
> objects I do get an axis fault on the server side (ofbiz) like this:
>
> org.xml.sax.SAXException: Deserializing parameter 'input': could not find
> deserializer for type {http://mycustom.com}CustomObj
>
>
> How can I register custom objects to the axis server within the ofbiz ?
>
> Thanks for every response
>
> Marius B.
>
>
>
> --
> NEU: GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
> +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/dev
More information about the Dev
mailing list