Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@jsdevel jsdevel released this 28 Sep 22:57
· 453 commits to master since this release
  • [ENHANCEMENT] Add support for xsd element ref. (#700)
  • [MAINTENANCE] Moving travis build to containers.
  • [MAINTENANCE] Add request sample for an operation without any parameters. (#703)
  • [DOC] update spelling and formatting to clarify several sections of Readme. (#708)
  • [ENHANCEMENT] Add the correct namespace alias for operations without parameters by simply removing the special case where input.parts is empty. If special logic is wanted for this case, it should be contained in objectToRpcXML in any case. (#703)
  • [FIX] Fix a typo in WSDL#findChildParameterObject. (#686)
  • [FIX] Fixed SOAP Fault errors not being raised as errors. (#676)
  • [FIX] Use diffrent namespace styles for soap fault 1.1 and 1.2. (#674)