In reading the samples that come with Axis, it isn't clear to me whether
I need a deploy.wsdd for an application, and if I didn't use one, how I
would structure an endpoint and OperationName.
Suppose I have:
WEB-INF
classes
myPackage
myClass
lib
(axis JARs)
and I've done a default installation of Axis and I want to run the
"myMethod" method of myPackage.myClass without using a deploy.wsdd ? My
guess would be OperationName = "myMethod", but what would I use for an
endpoint ? I'm assuming that I want to use a URL that runs AxisServlet,
but how do I communicate the fact that I want him to go to
myPackage.myClass to find myMethod ? Is there any way to "point" Axis
to arbitrary classes/methods in its WEB-INF/classes directory without
specifically deploying each one ?
TIA,
Frank