You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/12 03:16:38 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/TypeMappingConfig

   Date: 2005-01-11T18:16:38
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/TypeMappingConfig
   URL: http://wiki.apache.org/ws/FrontPage/Axis/TypeMappingConfig

   Importing old wiki ...

New Page:

##language:en
'''Q: Where do I put my {{{ <typeMapping>/<beanMapping> }}} information?'''

A: There are two places in the WSDD where type mappings are appropriate. At the top level, just under <deployment>, they become global type mappings, and all services deployed in the Axis engine will be able to use them. Alternately, you can place them inside your <service> tag, and then the mappings will only be accessible by that particular service.