Re: Generating java doc from wsdl documentation

2011-08-03 Thread Daniel Kulp
On Wednesday, August 03, 2011 2:37:03 PM Prisca POLYTE wrote: > Hi, > > there are 2 JIRAs ( [CXF-2465] and [CXF-3182]) about this fetaure. they are > supposed to be fixed but it still does not seem to work. > What am I doing wrong ? > Is there any dedicated keyword or format to use ? > Is there an

Re: Generating java doc from wsdl documentation

2010-05-13 Thread Nikolay Elenkov
i did not find >> any comments in the generated code which i have added in wsdl file. Please >> help me to generate the java doc from wsdl documentation. > That may not be exactly what you are looking for, but try Enunciate ([1]). Its documentation task generates WS html documentation fro

Re: Generating java doc from wsdl documentation

2010-05-13 Thread Daniel Kulp
i have added in wsdl file. Please > help me to generate the java doc from wsdl documentation. This isn't implemented yet. Per JAX-WS spec, any javadoc should come from custom jax-ws binding files, but that really does suck. If you'd like to tackle it, I'd me more than happy to po

Generating java doc from wsdl documentation

2010-05-11 Thread Naresh Tallapelli
Hi All, I have added documentation in wsdl for some of my operations. And i tried to generate the java code from wsdl using "WSDL2JAVA". But i did not find any comments in the generated code which i have added in wsdl file. Please help me to generate the java doc from wsdl documentat

Re: wsdl documentation tags

2009-04-09 Thread Daniel Kulp
On Thu April 9 2009 2:42:46 am Vassilis Virvilis wrote: > On Thursday 09 April 2009, Daniel Kulp wrote: > > On Wed April 8 2009 8:18:58 am Vassilis Virvilis wrote: > > > https://issues.apache.org/jira/browse/CXF-1353 > > > > > > What's the status on that? > > > > As far as I know, no one has really

Re: wsdl documentation tags

2009-04-08 Thread Vassilis Virvilis
On Thursday 09 April 2009, Daniel Kulp wrote: > On Wed April 8 2009 8:18:58 am Vassilis Virvilis wrote: > > > > https://issues.apache.org/jira/browse/CXF-1353 > > > > What's the status on that? > > As far as I know, no one has really started on it yet. > > Would you think using javadoc (via API

Re: wsdl documentation tags

2009-04-08 Thread Daniel Kulp
On Wed April 8 2009 8:18:58 am Vassilis Virvilis wrote: > On Monday 06 April 2009, Vassilis Virvilis wrote: > > Hi everybody, > > > > A new requirement has come up and I really need to ask more knowledgable > > guys. > > > > Is there a way to inject the in a wsdl the tag in java > > first approach

Re: wsdl documentation tags

2009-04-08 Thread Vassilis Virvilis
On Monday 06 April 2009, Vassilis Virvilis wrote: > Hi everybody, > > A new requirement has come up and I really need to ask more knowledgable guys. > > Is there a way to inject the in a wsdl the tag in java first > approach. > > Ideally it could pick the information from comments in the sourc

wsdl documentation tags

2009-04-06 Thread Vassilis Virvilis
Hi everybody, A new requirement has come up and I really need to ask more knowledgable guys. Is there a way to inject the in a wsdl the tag in java first approach. Ideally it could pick the information from comments in the source (class wide, and per operation) but if this is not possible I a

Re: WSDL Documentation

2008-06-18 Thread Daniel Kulp
in context: http://www.nabble.com/WSDL-Documentation-tp16951003p17862503.html Sent from the cxf-user mailing list archive at Nabble.com. --- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: WSDL Documentation

2008-06-16 Thread javian
I accomplish this? >> > >> > Thanks >> >> Already logged as a feature request: >> https://issues.apache.org/jira/browse/CXF-1449 >> >> >> -- >> J. Daniel Kulp >> Principal Engineer, IONA >> [EMAIL PROTECTED] >> htt

Re: WSDL Documentation

2008-04-29 Thread marcelo melo
Ok, waiting on the fix, then. Thanks for the (really) fast answer. On Mon, Apr 28, 2008 at 9:50 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > On Monday 28 April 2008, marcelo melo wrote: > > Hi all. > > > > I've developed a WS using JAXB and JSR 181. I would like to add > > documentation to th

Re: WSDL Documentation

2008-04-28 Thread Daniel Kulp
On Monday 28 April 2008, marcelo melo wrote: > Hi all. > > I've developed a WS using JAXB and JSR 181. I would like to add > documentation to the operations of the wsdl that cxf generates. How > can I accomplish this? > > Thanks Already logged as a feature request: https://issues.apache.org/jira/b

WSDL Documentation

2008-04-28 Thread marcelo melo
Hi all. I've developed a WS using JAXB and JSR 181. I would like to add documentation to the operations of the wsdl that cxf generates. How can I accomplish this? Thanks