Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 701 invoked by uid 500); 10 Apr 2003 12:01:56 -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 626 invoked from network); 10 Apr 2003 12:01:56 -0000 Date: Thu, 10 Apr 2003 14:01:53 +0100 To: axis-user@ws.apache.org References: From: Joerg Buchberger Subject: Re: [newbie] FooSoapBindingSkeleton instantiation X-Mailer: PostMe 2.02 Mime-Version: 1.0 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Alright. I guess I found it: org.apache.axis.providers.java.makeNewServiceObject(MessageContext msgContext, String clsName) this method returns my skeleton class org.apache.axis.util.cache.* these classes create my skeleton instance and return it from cache on later invocations Cheers. Joerg Joerg Buchberger schrieb am 09.04.2003: >Hi. > >Assuming a webservice Foo that was created using wsdl2java (thus a class >FooSoapBindingSkeleton would be contained on the server-side): > >If I'm not wrong, this is the process flow upon service call by some client: >AxisServlet -> AxisEngine/Server (...transport...provider) -> >myService/skeleton/impl ? >(Where the provider (e.g. RPCProvider) creates (or receives?) an instance of my >skeleton class. It finds the skeleton based on the classname which I provided >for my service in its xml-tag in "server-config.wsdd".) > >Can someone point me to the class/source/method where the object of my >skeleton-class is actually created? > > >Cheers. >Joerg >