javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

Where to find documentation? #1199

Open benjamingorman opened 7 years ago

benjamingorman commented 7 years ago

Hi,

I'm trying to find documentation for jax-ws, preferably in JavaDocs format. The issue I'm having is that the documentation link I've been given (http://jax-ws.java.net/nonav/jaxws-api/2.2/index.html) just redirects to the main page of this github repo.

I've noticed that there are some DocBook formatted files in jaxws-ri/docs. Are these useful and should I attempt to convert them to a readable format?

Thanks

edbratt commented 7 years ago

You might try

https://javaee.github.io/metro-jax-ws/doc/user-guide/index.html

I'll wait for others to answer about javadoc contents.

-- Ed

On 7/6/2017 8:13 AM, Benjamin Gorman wrote:

Hi,

I'm trying to find documentation for jax-ws, preferably in JavaDocs format. The issue I'm having is that the documentation link I've been given (http://jax-ws.java.net/nonav/jaxws-api/2.2/index.html) just redirects to the main page of this github repo.

I've noticed that there are some DocBook formatted files in jaxws-ri/docs. Are these useful and should I attempt to convert them to a readable format?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/javaee/metro-jax-ws/issues/1199, or mute the thread https://github.com/notifications/unsubscribe-auth/ALtmbtVI_8kkMU8caTUNbV0YAY9ibsWgks5sLPmRgaJpZM4OPx_9.

benjamingorman commented 7 years ago

Thanks edbratt,

This guide is very helpful. Perhaps there should be a link to it from the project's main README? If there is a link already, it's not in an obvious place.

stephanoapiolaza commented 6 years ago

I need it, thanks @edbratt

ghost commented 6 years ago

how can i disable "xml" string be transfered to "escaped string",such as '<age>10</age>' is transfered to '&ltage&gt10&lt/age&gt' when i return a xml string? _20171102200214