Are your templates XDoclet xdt files that you have written to generate the wsdd stuff?
Bill ----- Original Message ----- From: Armond Avanes To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:54 AM Subject: RE: XDoclet and Axis deployment descriptor Actually inside <ejbdoclet> tag, I'm using my own templates to generate all those SOAP specific codes and configuration files. Regards, Armond -----Original Message----- From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:11 AM To: [EMAIL PROTECTED] Subject: Re: XDoclet and Axis deployment descriptor Armond, Thanks for the response. I'm not sure I fully understand your setup. Are you using the ejbdoclet to to generate a java web service interface file AND generate the WSDD file? or do you just have templates of these that work for you? I guess what I was hoping for was an XDoclet tag to indicate that a class was a service and inidicate which methods would be exposed as web service methods. The XDoclet task would then inspect the tags and gen the WSDD file for me (hopefully recognizing which referenced objects needed explicit serializers). Thanks for any light you can shed on this! Bill ----- Original Message ----- From: Armond Avanes To: 'Axis-User' Sent: Sunday, March 09, 2003 12:12 AM Subject: RE: XDoclet and Axis deployment descriptor Hi Bill, Well, as on my scenario, I have some EJBs which should be somehow exposed/called/used in a Swing client. While I'm using "ejbdoclet" tag to generate the necessary bean stuffs, the same tag is used to generate a web-service interface for the beans (I know I can directly introduce my beans as services via AXIS but I prefer this way because of some optimizations I've done there) and WSDD file for all my services as well as the client SOAP code to call the desired services. For web-service interfaces, WSDD file and client side SOAP code, I'm using some templates and they're working fine all together J So no SOAP specific tasks in my case. As for old Apache SOAP (2.2), I'm not experienced so prefer not to answer this part. Best Regards, Armond -----Original Message----- From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 6:01 PM To: [EMAIL PROTECTED]; 'Axis-User' Subject: Re: XDoclet and Axis deployment descriptor Which XDoclet task/tag are you using? I see the docs for the Apache SOAP stuff. Does the old SOAP and new Axis use the same WSDD? If you are using this, where do you specify serializers,etc. (maybe they are automatically determined, which would be very cool!) If you are not using the XDoclet provided apache soap task/tag, which are you using? Does axis provide XDoclet support? I don't see in the 1.1rc2 stuff? Sorry for the flurry of questions, but I'd really like to auto generate this stuff. Thanks for any help you can give towards getting me started with Xdoclet/Axis! Bill ----- Original Message ----- From: Armond Avanes To: [EMAIL PROTECTED] ; 'Axis-User' Sent: Saturday, March 08, 2003 1:06 AM Subject: RE: XDoclet and Axis deployment descriptor Hi, Yes! I'm generating the WSDD file by XDoclet and it has been fully ok. What' s the problem on your side? Best Regards, Armond -----Original Message----- From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 2:14 AM To: Axis-User Subject: XDoclet and Axis deployment descriptor Is anyone working on an XDoclet task to generate the WSDD from javadoc tags? Bill Pfeiffer