idea. One would have to have different url's for some
of the common axis webpages, etc. but since one's services have
unique urls they at least would not collide. I will have to try it.
thanks-
Richard Emberson wrote:
Can one dynamically deploy a new service using axis?
What do I mean
dynamically deploy a new service using axis?
What do I mean by dynamic deployment? Well, I do not mean that
you have to know what you are going to deploy and put all the
needed jar files into the WEB-INF/lib directory before you
start the axis servlet - thats hardly dynamic.
Rather, I want to be able
Can one dynamically deploy a new service using axis?
What do I mean by dynamic deployment? Well, I do not mean that
you have to know what you are going to deploy and put all the
needed jar files into the WEB-INF/lib directory before you
start the axis servlet - thats hardly dynamic.
Rather, I
RE: Using
wsdd/dynamic deployment to generate WSDL with multiple serv
ices
There is a /path/to/file element in
the service declaration in WSDD.
Axis
will return this file instead of generating WSDL on the fly if this is
set.
-- Tom
Jordahl Macromedia Server D
, December 02, 2002 2:49
PMTo: [EMAIL PROTECTED]Subject: Using wsdd/dynamic
deployment to generate WSDL with multiple serv ices
Hello,
I am looking for a way to dynamically create a single
WSDL with multiple services.
I succeeded in generating a static WSDL having multiple
services with
Hello,
I am looking for a way to dynamically create a single WSDL with
multiple services.
I succeeded in generating a static WSDL having multiple services with
Java2WSDL, but can't find a way to specify this with WSDD.
Is there a way to do this with WSDD, if yes, how can I do it