You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2003/01/06 22:33:13 UTC

RE: WSDD mapping refs

You can move the beanMapping tags out from under the <service> tags and they will be global to the server.

--
Tom Jordahl
Macromedia Server Development



-----Original Message-----
From: Alex Dovlecel [mailto:dovle@kbs.twi.tudelft.nl]
Sent: Friday, December 20, 2002 12:08 PM
To: axis-user@xml.apache.org
Subject: WSDD mapping refs 


Hello all, 

I have complex service. That means (for me) that in fact the same jar 
contains multiple services that share some information. I deploy them by 
having only a deploySERV.wsdd that contains multiple <service> entries. 

The JavaBean mappings for each service are the same. In fact I map the 
same Java Beans to the same QName. Is there any other solution than just 
copy&paste all the mappings from one <service> tag to another? 

Like creating a reference to the BeanMapping and then placing only the 
reference? 

Because otherwise the WSDD file might get quite big only because of the 
copy&paste stuff!!! 

Tx 
dovle