You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)