Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

Generating Service Specifications from WSDL

It would be pretty cool if soapUI can generate a service specs html document from a given WSDL. We find that our services specs (ms word version written by developers) is always out of date and does not always agree with the XSD.

The service specs (at least ours) has the following things.
1. all the methods in the WSDL
2. the element in the request and their datatypes
3. if an element is a complex type, then that element's datatype has a link to the complex type
4. if an element is an enumeration then that element has a link to where the enumeration is defined.


as you can see maintaining the service specs in MS-WORD can be a night mare.

Thanks