Done.  Thanks, Glen.

It would be helpful if all of us could take some time (if we have any!) to
add some FAQs.

Also, whenever we answer a question on axis-user, if we think it's a
FAQ-caliber question, cc axis-dev and prefix the subject with "FAQ:  " like
Glen did on this note.  I'll make sure they get onto our FAQ page.

Russell Butek
[EMAIL PROTECTED]


Glen Daniels <[EMAIL PROTECTED]> on 04/21/2002 02:36:50 PM

Please respond to [EMAIL PROTECTED]

To:    "Axis-Dev (E-mail)" <[EMAIL PROTECTED]>
cc:
Subject:    FAQ : More FAQs




[Russell, please review and FAQ if we don't already have these]

Q: How do I get access to the MessageContext in my service object?

A: Use the static MessageContext.getCurrentContext() method at any
   time during a method call on your object.

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.

--G


Reply via email to