Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 39245 invoked from network); 18 Sep 2003 13:12:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Sep 2003 13:12:10 -0000 Received: (qmail 64545 invoked by uid 500); 18 Sep 2003 13:11:52 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 64531 invoked by uid 500); 18 Sep 2003 13:11:52 -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: Delivered-To: mailing list axis-user@ws.apache.org Delivered-To: moderator for axis-user@ws.apache.org Received: (qmail 45943 invoked from network); 18 Sep 2003 12:59:25 -0000 Message-ID: <62061.62.47.248.241.1063889940.squirrel@zoron.de> Date: Thu, 18 Sep 2003 14:59:00 +0200 (MEST) Subject: Holders/inout params/Code generation From: To: X-Mailer: SquirrelMail (version 1.2.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all I�ve got a problem with parameter deserialization on server side because WSDL2Java does not generate mapping code for the generated skeleton nor does it generate entries in the wsdd file. Now i�ve copied a part of the Stub into the skeleton and added some custome code to add the typemappings to axis after the instantiation of the application. All works fine except of one method which uses Holder classes for the inout parameters. I do not know how to add mapping code for these params into the skeleton and i didn�t found any documentation about this... Can anyone send me a simple example about defining and registering the typemapping for a Holder as code? thanks for any help, greets, mike