You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ryan Bloom <rb...@redhat.com> on 2004/07/09 17:09:49 UTC

Trying to take over determining which method should be called

I have a very specific problem that I am trying to solve.  Basically, I 
want Axis to let me do most of the work, I just want axis to de-marshall 
the XML request to a series of arguments, and then I want it to marshall 
the object that my method returns.

I want to do all of this without any wsdd or wsdl.

Is it possible to do this with axis?

Ryan