• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

XSL to enhance WSDL presentation

 
Greenhorn
Posts: 9
Eclipse IDE Tomcat Server Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic