Skip to content

flexible SOAP support for loose coupling to concrete client implementation

Compare
Choose a tag to compare
@m29h m29h released this 23 Sep 23:03
· 6 commits to master since this release
  • generate structs not only from schema but also for wsdl messages that have multiple parts and are to be executed RPC style.
  • remove the very simple soap client implementation from generated code so that the client can be more easily dependency-injected into more complex soap client implementations
  • renovated internals removing all deprecated code
  • updated/adapt unit test to new behaviour