Re: wsdl and documentation

2003-03-05 Thread Steve Loughran
- Original Message - From: Pascale, Peter H. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 06:33 Subject: RE: wsdl and documentation Why does java2wsdl run against the .class files? Is that to ensure the WSDL is generated from a compile-able version

Re: wsdl and documentation

2003-03-05 Thread Nicholas
[EMAIL PROTECTED] wrote: - Original Message - From: Pascale, Peter H. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 06:33 Subject: RE: wsdl and documentation Why does java2wsdl run against the .class files? Is that to ensure the WSDL is generated

RE: wsdl and documentation

2003-03-05 Thread Almeida, Timothy
command; I finally had to resort to calling a batch file using the Ant exec command -- the batch file makes the call to Java2WSDL utility. -Original Message- From: Nicholas To: [EMAIL PROTECTED] Sent: 3/5/2003 5:18 PM Subject: Re: wsdl and documentation i never thought it'd be simple

Re: wsdl and documentation

2003-03-05 Thread Steve Loughran
- Original Message - From: Nicholas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 15:18 Subject: Re: wsdl and documentation i never thought it'd be simple :(. And like I said before: xdoclet. Though I still think you should write the WSDL and generate

RE: wsdl and documentation

2003-02-26 Thread Pascale, Peter H.
Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:37 AM To: [EMAIL PROTECTED] Subject: Re: wsdl and documentation - Original Message - From: Pascale, Peter H. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 07:49 Subject: RE

wsdl and documentation

2003-02-25 Thread Praveen Peddi
Pardon me but this is the 2nd time I am posting this question. While usingJava2WSDL, is there option that I can specify so that it takes the java doc comments and puts them in WSDL. Right now when I append ?WSDL to my services, I don't see the javadoc comments or documentation elements in

Re: wsdl and documentation

2003-02-25 Thread Tom Oinn
Praveen Peddi wrote: Pardon me but this is the 2nd time I am posting this question. While using Java2WSDL, is there option that I can specify so that it takes the java doc comments and puts them in WSDL. Right now when I append ?WSDL to my services, I don't see the javadoc comments or

Re: wsdl and documentation

2003-02-25 Thread James Black
Praveen Peddi wrote: While using Java2WSDL, is there option that I can specify so that it takes the java doc comments and puts them in WSDL. Right now when I append ?WSDL to my services, I don't see the javadoc comments or documentation elements in the wsdl document. You could write the

RE: wsdl and documentation

2003-02-25 Thread Pascale, Peter H.
: Tuesday, February 25, 2003 9:35 AM To: [EMAIL PROTECTED] Subject: Re: wsdl and documentation Praveen Peddi wrote: While using Java2WSDL, is there option that I can specify so that it takes the java doc comments and puts them in WSDL. Right now when I append ?WSDL to my services, I don't see

Re: wsdl and documentation

2003-02-25 Thread Steve Loughran
- Original Message - From: Pascale, Peter H. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 07:49 Subject: RE: wsdl and documentation This is an interesting thought - it doesn't seem like it would be that hard. Is anyone doing this, or interested in pairing