Page 1 of 1

Extending WSDL doc-generator

Posted: Mon Jun 13, 2005 9:49 am
by dkruitbosch
Hi,

I've been lloking into extending WSDL "doc-generator" (from the WSDL samples dir). My goal is to generate output like the schema documentation generator. Currently I'm trying to get a list of declared namespaces from my WSDL. I've tried copying parts of the xs3p.xsl, but that doesn't work.

I'm quite new to xsl(t) so any ideas would be great...

Thanks,

Danny

Posted: Mon Jun 13, 2005 10:48 am
by george
Hi Danny,

The xs3p stylesheet is a complex stylesheet, I recommend getting more familiar with XSLT before working on changing that to generate documentation for WSDL.

If you want to see what target namespaces have the schemas used from WSDL you should look for //xs:schema/@targetNamespace and also use the document function to access other wsdl or schema files imported in the current wsdl file.

Best Regards,
George