Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 18128 invoked from network); 6 Apr 2005 21:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 21:07:22 -0000 Received: (qmail 49051 invoked by uid 500); 6 Apr 2005 21:07:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 49038 invoked by uid 500); 6 Apr 2005 21:07:09 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 49025 invoked by uid 99); 6 Apr 2005 21:07:09 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of andy.kriger@gmail.com designates 64.233.184.196 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 14:07:08 -0700 Received: by wproxy.gmail.com with SMTP id 68so537438wra for ; Wed, 06 Apr 2005 14:07:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=IJnarTl2BsTLVoLZMwsQK0i+paKN13gbVgkeqHAk3X7IzhWKRnvA/wlhayxMTrluhcZKiN+d1J9wRBlp0qbLl8ZZ9VmC8K1qe6ZV37Na/RikJrIzjzcuro39SsPOcrvQCxU/ODravGEyf/0kvzc1AXHRshf4MC+u2bOkrtBy4pE= Received: by 10.54.47.52 with SMTP id u52mr242432wru; Wed, 06 Apr 2005 14:07:05 -0700 (PDT) Received: by 10.54.56.61 with HTTP; Wed, 6 Apr 2005 14:07:04 -0700 (PDT) Message-ID: <207fa8f0504061407672f9eb9@mail.gmail.com> Date: Wed, 6 Apr 2005 17:07:04 -0400 From: Andy Kriger Reply-To: Andy Kriger To: axis-user@ws.apache.org Subject: help needed with Axis architecture Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The class we have defined in server-config.wsdd with the service className does not extends SOAPService. So, somewhere under-the-hood, the SOAPEnvelope is being parsed and the SOAPAction is being dynamically invoked on our service class via reflection. I've searched through the source code, but I can't find the exact place this is happening - can someone point me in the right direction? Also, how pluggable is this section of code if, for example, I wanted to process the SOAPAction invocation myself (because our service is essentially a simple wrapper for an independent business class that has some web-related logic). thx andy