If you want to change the indenting of the WSDL to make it easier to read, use something like HTML Tidy (http://tidy.sf.net). It can handle XML as input and output formats.
If you want something to extract the <annotation><documentation> values out of your WSDL and generate a set of HTML pages for human-readable consumption, do a Google on "wsdldoc". I think IBM had such a tool in it's "emerging tool kit". I believe that bluetetra also has one (http://www.bluetetra.com/). JDG > -----Original Message----- > From: Hernan Bay Area Guy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 05, 2006 12:37 PM > To: [email protected] > Subject: (OT) Making WSDL pretty? > > > Hello, > > (Apologies for the semi-offtopic post...) > > Does anybody know of a tool that one can use to > generate a human-readable version of a WSDL file? > > I am working on a little SOAP service to wrap around a > number-crunching engine (written in Perl and C). The > programmer of the engine is even less experienced on > WSDL than I am, so it would be useful to be able to > have a nicely formatted version of the service's WSDL > file so we can discuss the signatures of the > operations, for example. > > So far the options I found were: > > - Print Screen's of the Eclipse WSDL editor > > - A little ad-hoc XML parser that I wrote from some > code samples from the 'Net (so far it generates > Twiki-fied text that I can cut&paste to our Twiki) > > Obviously none of these options is too elegant, and > Google is not being much help here either :-( > > Is there an "official" tool for this type of job? > > Thanks in advance, > > Hernan > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
