Open benjamingorman opened 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.
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.
I need it, thanks @edbratt
how can i disable "xml" string be transfered to "escaped string",such as '<age>10</age>' is transfered to '<age>10</age>' when i return a xml string?
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