Hi all,
The axis 1.1 user's guide states (
Bindings-
Skeleton Description (for Skeleton Deployment)
):
"The skeleton contains an implementation of the AddressBook service. This
implementation is either passed into the skeleton on construction, or an
instance of the generated implementation is created. When the AXIS engine
calls the skeleton's addEntry method, it simply delegates the invocation to
the real implementation's addEntry method. "
Question: how do you specify which implementation for the skeleton to use
without hardcoding the name in the skeleton class. There seems to be an
indication that you can use the skeleton constructor with the impl as a
param, however, how do you tell the axis to use this constructor to
instantiate the service class and how do you specify the impl name for this
purpose?
Thanks