RE: Web Service Model - Security Issues

2003-01-28 Thread James Flagg
Since you are most likely using SOAP over HTTP, you have the same tools used to protect other HTTP services -- you can require client certificates, restrict to certain IPs, use HTTP basic authentication, etc., which can all be set up using your web application server. But these are probably usef

RE: Programmatic deployment of web services

2003-01-27 Thread James Flagg
mplex - probably more buggy, too. On Mon, 2003-01-27 at 14:24, Benjamin Tomasini wrote: > I would just modifiy the server-config.wsdd manually. Same effect. > > On Mon, 2003-01-27 at 14:26, James Flagg wrote: > > > > Greetings all, > > > > According to the Axi

Programmatic deployment of web services

2003-01-27 Thread James Flagg
Greetings all, According to the Axis documentation, the way to deploy web services using WSDD is to invoke the AdminClient from the command line: % java org.apache.axis.client.AdminClient deploy.wsdd which connects to the Axis servlet on localhost:8080 and registers the service. However, I hav

RE: Axis TaskDef

2003-01-23 Thread James Flagg
Hi Cory, I think that Keith is right. If you run ant with the "-verbose" flag, it will show you more information about the exception being thrown, and you will probably see that it can't load Wsdl2javaAntTask because it can't load a class that Wsdl2javaAntTask requires. At least that's what I e

Empty WSDD file

2003-01-22 Thread James Flagg
Greetings all, I have just started using Axis and I'm having a problem with the WSDL2Java tool. It always gives me a deploy.wsdd file containing only an empty tag. Here's the steps I take. 1. Generate the WSDL file from an existing Java interface, using Java2WSDL. There are no errors, and the