(New to Axis).  

I've used wsdl2java to generate client and server-side code, and the
generated code includes an xxBindingSkeleton with two constructors. The
no-arg constructor and a constructor that takes an Impl of the correct
type.  

I use this by calling AxisServer which eventually uses a JavaProvider
which calls my Skeleton and right now uses the no-arg constructor.
  
How can I influence the AxisServer to be able to use the other
constructor -- e.g. can I set a context setting somewhere or something
to specify my Impl?   
TIA

Reply via email to