| Version | Date | Notes | By |
|---|---|---|---|
| 1.0 | 2020-11-13 | Initial release | ROB |
This management system allows for the definition and testing of both REST and SOAP webservices, with multiple endpoints, making them available for use by WeFlow scripts inside a bpmn process.
For the SOAP webservices, you must provide the WSDL link, that will generate all the endpoint information including inputs and outputs for each endpoint.
You may also test each endpoint to make sure the information returned is in the format interpreted from the WSDL.
Note: Some WSDL's interpret arrays as objects by mistake, usualy if the object name is "0", that is probably an array.
If the webservice changes, you may create a new revision for the webservice definition, but you must create new revisions for all processes that use that webservice as well.