master
XML Declaration
Fix issue of reference element in another namespace. (#831)
add native support for long deserialization (#1160)
Always submit valid XML from the client. (#862)
Improve deserialization of inline simpleType declarations (#1015)
Fix min/maxOccurs parsing and handling (#1100)
Adds a wsdlOption 'returnNilAsNull' which returns xml tags which have been marked as nil as null values in JavaScript. (#952)
only detect xsi:nil if its value is `true` (#983)
Avoid matching <x:Envelope> tags inside comments (#877)
Added preserveWhitespace option to prevent trimming leading / trailin… (#972)
Added 'useEmptyTag' wsdlOption, which if set, creates <Tag /> instead of <Tag></Tag> if no body is present (#962)
Fixed request-response-samples-test so that tests with only request.xml and request.json actually get run (#878)
Fixed some issues with xsd elements (#1057)
Fix usage of ref maxoccurs and minoccurs attributes (#1260)
Arrays with proper prefix and namespace (#1137)
Optionally add Created to wssecurity header (#833)
Custom deserializer - allow to deserialize dates or any other type yourself. (#901)
Lookup definitions in child element first (#958)
Fix incorrect WSDL in CDATA test case. (#830)
Fix missing namespace declaration on array if the namespace is already declared with another prefix. (#923)
Re-enable ignore base namespace option and fixed expected result for its unit test.
add optional targetNamespace to output message name (#1176)
Added MTOM support for binary data (#1054)
fixed the soap request envelop generation part when request has complex Type as root. (#849)
Namespace prefix is required on first element when elementFormDefault=unqualified (#905)
Revert "Undo the changes which are refactoring."
Fixed checking for empty obj.Body before further actions (#986)
Support for soap attachments in response. (#1148)
Reverting #914 (#937)
Now supporting XSI namespace overrides (#1079)
Fix document error: wsdl_options.json, not .wsdl (#900)