- Fixed issue when you have
$ref
in generated metadata
- Added possibility to handle WSDL files where the "message" doesn't contain an element
- Updated the Sailor version to 3.3.9
- Added component pusher build script
- Add configuration field
Request timeout
forCall
action: timeout period in milliseconds (1-1140000) while component waiting for server response. Defaults to 60000 (60 sec).
- Update Sailor version to 3.3.6
Call
action: add an option to emit a platform message instead of throwing an exception in case of a SOAP fault
- Update Sailor version to 3.3.1
- Annual audit of the component code to check if it exposes sensitive data in the logs
- Fix bug for some cases with WSDL behind basic auth
- Remove the job which updates docs on code changes
- Replace weight in component.json with order
- Fix component.json field order
- Fix component.json descriptions and links
- Add basic authorization support to Call action
- Improved SOAP Body parsing
* Add Soap Reply action
* Add Receive SOAP Request trigger
* Optimize memory consumptions, refactor code and tests.
* Add circle ci status badge.