----------------------------------------------------------
Netcore Solutions Pvt. Ltd.
Website:  http://www.netcore.co.in
Spamtraps: http://cleanmail.netcore.co.in/directory.html
----------------------------------------------------------
--- Begin Message ---
On Wed, 2005-03-02 at 11:43, jayachandra wrote:
that's true
SOAP message just contain method name and parameter.

but we define java class information in server-config.wsdd

for respective service.
so i think still no need of skelton.


> Not that easy buddy.
> Even for RPCProvider how is it to know from the plain SOAP message to
> which Java classes the XML need to be deserialized before invoking the
> java class.
> There comes the need for skeleton code.
> 
> Jayachandra
> 
> On Wed, 02 Mar 2005 11:23:44 +0530, Pavan Kumar Choukhada
> <[EMAIL PROTECTED]> wrote:
> > that's true i am not using static invocation.
> > but i think we do not require skelton on server.
> > because as i mentioned earlier using RPCProvider axis invoke java class
> > via reflection.
> > 
> > On Wed, 2005-03-02 at 11:04, Shahi, Ashutosh wrote:
> > > Pavan,
> > >       The skeleton code is used at the server for delegating the work
> > > to the actual java class. The stubs are used at the client end if u r
> > > using static invocation, which I think you r not using, so u can do
> > > without them at client.
> > >
> > > Ashutosh
> > >
> > > -----Original Message-----
> > > From: Pavan Kumar Choukhada [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, March 02, 2005 9:59 AM
> > > To: axis-user@ws.apache.org
> > > Subject: stub and skelton
> > >
> > > hi
> > >
> > > where do axis use generated stub and skelton.
> > > since we just send soap message and it call respective handler and
> > > invoke method using reflection.
> > >
> > > thanks
> > >
> > > with regards
> > > pavan
> > >
> > >
> > >
> > > ----------------------------------------------------------
> > > Netcore Solutions Pvt. Ltd.
> > > Website:  http://www.netcore.co.in
> > > Spamtraps: http://cleanmail.netcore.co.in/directory.html
> > > ----------------------------------------------------------
> > >
> > 
> > ----------------------------------------------------------
> > Netcore Solutions Pvt. Ltd.
> > Website:  http://www.netcore.co.in
> > Spamtraps: http://cleanmail.netcore.co.in/directory.html
> > ----------------------------------------------------------
> > 
> 

--- End Message ---

Reply via email to