Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 97331 invoked by uid 500); 21 Apr 2002 19:36:47 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 97316 invoked from network); 21 Apr 2002 19:36:47 -0000 Message-ID: From: Glen Daniels To: "Axis-Dev (E-mail)" Subject: FAQ : More FAQs Date: Sun, 21 Apr 2002 15:36:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N [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 / information? A: There are two places in the WSDD where type mappings are appropriate. At the top level, just under , 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 tag, and then the mappings will only be accessible by that particular service. --G