Re: Dynamic Deployment

2003-07-29 Thread Richard Emberson
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

Re: Dynamic Deployment

2003-07-29 Thread Stuart Barlow
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

Dynamic Deployment

2003-07-29 Thread Richard Emberson
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

2002-12-02 Thread Walter.Kwaan
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

RE: Using wsdd/dynamic deployment to generate WSDL with multiple serv ices

2002-12-02 Thread Tom Jordahl
, 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

Using wsdd/dynamic deployment to generate WSDL with multiple services

2002-12-02 Thread ajbanck
  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