Re: WSDL2Java and deploy.wsdd

2004-10-19 Thread Dan Ciarniello
Nathan Wardle wrote: Here's the template I'm using and ant target. Thanks, Nathan. I've never used XDoclet, though I had heard of it, and so wasn't sure how it worked. Your template gives me a much better idea of how to use it. Thanks again, Dan. begin:vcard fn:Dan Ciarniello n:Ciarniello;D

RE: WSDL2Java and deploy.wsdd

2004-10-18 Thread Nathan Wardle
rniello [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 10:22 AM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java and deploy.wsdd Nathan Wardle wrote: >Hi Dan, > >I had similar problems because I wanted to use a custom provider. My solution was to >not use WSDL2Java for the generation

Re: WSDL2Java and deploy.wsdd

2004-10-18 Thread Dan Ciarniello
Nathan Wardle wrote: Hi Dan, I had similar problems because I wanted to use a custom provider. My solution was to not use WSDL2Java for the generation of server side code. Instead, I used XDoclet to generate the deploy.wsdd (well actually I just generated the server-config.wsdd for all services.

RE: WSDL2Java and deploy.wsdd

2004-10-18 Thread Nathan Wardle
Hi Dan, I had similar problems because I wanted to use a custom provider. My solution was to not use WSDL2Java for the generation of server side code. Instead, I used XDoclet to generate the deploy.wsdd (well actually I just generated the server-config.wsdd for all services. This works really w