Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread matthew.hawthorne
Jason Etherton wrote: When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'. I know this is wrong, but what I d

Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread NYY96
It is my understanding that all deploy.wsdd does is add a service section to the web.xml for Axis. It is my undersatnding that the AdminClient simply performs a pseudo "copy and paste" for the developer to allow him to quickly deploy and undeploy the service. You can manually do it by working in

RE: deployment descriptor

2002-04-02 Thread Volkmann, Mark
Title: RE: deployment descriptor There's some syntax in the DTD that I don't understand. For example, It seems that a lot of those parens aren't necessary. Also, I've never seen a solitary * in a DTD. I don't think that's a valid way of saying that any

RE: deployment descriptor

2002-04-02 Thread Glen Daniels
Title: RE: deployment descriptor Both of which are, alas, way out of date.  Sigh.  This is on my list, but keeps getting bumped due to higher-priority stuff.   --G -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 02, 2002 10:36 AMTo

RE: deployment descriptor

2002-04-02 Thread Volkmann, Mark
Title: RE: deployment descriptor Download the source for Axis and look in the java/wsdd directory. You'll find both a DTD and an XML Schema there. > -Original Message- > From: Ramzy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 9:20 AM > To: [EMAIL PRO