RE: cannot persist server-config.wsdd file in a war

2003-08-14 Thread Junaid . Bhatra
cc: 08/06/2003 09:05 Subject: RE: cannot persist server-config.wsdd file in a war

RE: cannot persist server-config.wsdd file in a war

2003-08-14 Thread Jim Harris
 Junaid,   Instead of using the AdminClient tool to deploy your services you could always just edit the server-config.wsdd file by hand.  I realise this is a fudge but I don't know of any other way of doing what you want at the moment apart from adding the functionality yourself as you sugges

RE: cannot persist server-config.wsdd file in a war

2003-08-08 Thread Junaid . Bhatra
uk> cc: Subject: RE: cannot persist server-config.wsdd file in a war

RE: cannot persist server-config.wsdd file in a war

2003-08-07 Thread Jim Harris
> IMHO, I still think that Axis should provide this facility in a future > release. Good stuff! Why not submit your code to the axis folks for consideration? Jim

RE: cannot persist server-config.wsdd file in a war

2003-08-06 Thread Junaid . Bhatra
o: <[EMAIL PROTECTED]> nder.co.uk> cc: Subject: RE: cannot persist server-config.wsdd file in a war

Re: cannot persist server-config.wsdd file in a war

2003-08-06 Thread Stuart Barlow
I run the WSDL2Java tool and then cut and paste the service entry from the deploy.wsdd file into the server-config.wsdd file. Seems to work. Unless you know all the details of service specification and type mappings then its safer to leave it to the AXIS tools. Ta. Stuart. Jim Harris wrote: Junaid,

RE: cannot persist server-config.wsdd file in a war

2003-08-06 Thread Jim Harris
> I run the WSDL2Java tool and then cut and paste the service entry > from the deploy.wsdd file into the server-config.wsdd file. Seems > to work. For more complicated services thats exactly what I do Stuart - you are right, it does seem to work very well and I find is much easier than using the