Soap Envelope Generator (http://code.google.com/p/soap-envelope-generator/) is my new contribution to Google Code. It's a XSLT that can be used to read WSDL and generate SOAP method call samples.
There are some advantages over using SoapUI:
There are some advantages over using SoapUI:
- Very easy to maintain
- Language independent
- Shows parameters data types and allowed values (enums)
- Can be part of a more complex dynamic webservice calling software