| Author |
XSL to enhance WSDL presentation
|
Franck Times
Greenhorn
Joined: Sep 20, 2011
Posts: 9
|
|
Hello everyone
I have a webservice running (which is good )
I can obtain its WSDL thru : requesting in a browser WS_Name?WSDL
The WSDL starts with:
I would like to add a XSL line to the WSDL:
1st question: is that legit ? I mean does the XSL line could break the WS discovery process form a third party ?
2nd question: the WSDL seems to be generated by Jax WS RI. How can I configure things to have this XSL element added to my WSDL ?
Thanks for your help
Franck
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 299
|
|
1. The wsdl created or generated has to be conformed to the wsdl schema
See wsdl version: http://en.wikipedia.org/wiki/Web_Services_Description_Language
2. Just do 1 test, use any IDE and create a wsdl, then insert any thing/lines you want
to see if it's OK by validating the wsdl.
|
 |
 |
|
|
subject: XSL to enhance WSDL presentation
|
|
|