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:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:08 PM To: [EMAIL PROTECTED] 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