Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@herom herom released this 10 Feb 20:00
· 532 commits to master since this release
  • [ENHANCEMENT] Server emits a headers event to globally handle SOAP Headers. (#564 )
  • [ENHANCEMENT] A service method can send back a SOAP Fault response to a client by throwing an object that contains a Fault property. (#563)
  • [FIX] Don't throw an Error if an element is not defined. (#562)
  • [ENHANCEMENT] Added more primitive types (['positiveInteger', 'nonPositiveInteger', 'negativeInteger', 'nonNegativeInteger']). (#560)
  • [FIX] Respect empty SOAP actions in operations. (#554)
  • [ENHANCEMENT] The client now emits message, request and soapError events. (#547, #559)
  • [ENHANCEMENT] The server is now aware of the SOAP header(s) from incoming request. (#551)
  • [ENHANCEMENT] Until now, only the SOAP Body was returned from the invoked client method. With this PR also the SOAP Header(s) will be returned. (#539)