master
Fixed namespace resolution in case of complexType extension. (#1145)
Make sure wsdl:import is not overwritten by xsd:import
Resolve element references when other types are referenced
add handling for extension base without children (#1135)
Allow a fixed file path for local includes (#1089)
WSDL: make merging external schema works correctly (#1023)
Fix performance bug when converting POJO to xml (#968)
Fixes 743, Allow circular XSD files to be loaded
Convert decimals (#1118)
Fix xml namespace/element/type handling
Add overrideImportLocation option (#1114)
Fix including xsd from another xsd while using inline xmlns (#1202)
Fix for `TargetNamespace not loaded when import in schema #325` with Test-WSDL(Dummy.wsdl) and Test-Schemas(Common.xsd, Name.xsd) and writes message to the console when an `targetNamespace` already exists for an specific Schema and skips the extra Schema
Fix: Allow operations to not have definitions
Fixing XSD conflict with same namespace
fix(wsdl): array namespace override with colon(:) (#1045)
Added MTOM support for binary data (#1054)
An exception raised while parsing XML now hands off to callback of createConnection() instead of throwing it into the ether (+tests)
Catch errors when parsing WSDL (#1102)
Added checking if there is input and output for operations under bindings section
Consolidate commit, intended to supersede #208 PR.
Remove special handling of methods only taking a string paramter (#854)
soap client describe() resolves namespace cross references between schema (#1014)
replace non identifier chars to underscore (#978)
add SOAP v1.2 support for client
fix undefined targetNamespace (#1161)
When SOAP Body is returned blank <soap:body/>, there were failures in… (#891)
Updated 'extend' function. Refactored the function to copy properties from one object to another one and avoid properties overriding. This way we ensure the 'inheritance' of <xsd:extension base=...> usage.
Fix description for recursive wsdl with extended element (#1078)
* fix: lastElapsedTime for non streaming requests (#1162)
If response is json, then error should not be thrown. Fix issue #580
Add test for accepting array as parameter based on wsdl (#933)
Get current namespace when parent namespace is empty string fixes vpulim/node-soap/issues/533
Handle missing message definitions when creating SOAP client (#1241)
Arrays with proper prefix and namespace (#1137)
recursive element should work in wsdl
Failing test case for recursive types (#940)
Circular element references inside wsdl - assistance needed (#1142)
Keep ns from top-level
fix for circular descriptions (#1101)
Allow wsdl:documentation element under wsdl:message
Fix and test for #257
The extend function was throwing an error (#585). This null and typeof check will handle elements that are not objects.
Ignore unknown elements
* check method style if exists instead of binding style (#1153)
Add missing attributes (#1251)
Allow ComplexContentElement to have a restriction (#1252)