Re: deploying with a wsdd file

2003-09-17 Thread eric . pinder
I'm a little late, but I just had that same problem and I wanted to "share the code" for the mailing list archive: Note that this is code for the client, the server seems to serialize the ArrayList correctly (or at least in a manner that the ArrayDeserializer can parse). I am not sure if it will

Re: deploying with a wsdd file

2003-09-17 Thread Stephen Gordon
perhaps you might submit a documentation patch for the axis ant tasks ?? I am of the same opinion... if i have some spare time I might write up some better docs (and examples) for the tasks. stephen Haddad, William wrote: Okay, thanks. I did get the deployment to work using the axis-admin ant t

re: deploying with a wsdd file

2003-09-17 Thread Haddad, William
Okay, thanks. I did get the deployment to work using the axis-admin ant task, but it was a bit daunting for me, an Ant novice. The documentation of the various axis-admin attributes was not at all clear, so I will show the combination that finally worked, as a help to anyone else trying to get t

Re: deploying with a wsdd file

2003-09-16 Thread Stephen Gordon
Try using the axis-admin Ant task. Stephen Haddad, William wrote: Hi I have installed axis on two different systems, one a Tomcat instance on an internal network server and the other on my laptop with a BEJY server. Both run the jws files fine, and both fail to allow me to deploy the identical

deploying with a wsdd file

2003-09-15 Thread Haddad, William
Hi I have installed axis on two different systems, one a Tomcat instance on an internal network server and the other on my laptop with a BEJY server. Both run the jws files fine, and both fail to allow me to deploy the identical service as a class, using a deploy.wsdd file. I have tried using A