xml-toolkit 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/NamespacePrefixesMap.js +2 -2
- package/package.json +1 -1
- package/test/test.js +1 -1
package/package.json
CHANGED
package/test/test.js
CHANGED
|
@@ -337,7 +337,7 @@ function test_007_wsdl (fn) {
|
|
|
337
337
|
const soap11 = new SOAP11 ('test/20186.wsdl')
|
|
338
338
|
const soap12 = new SOAP12 ('test/20186.wsdl')
|
|
339
339
|
|
|
340
|
-
const d = {GetForm9Sync:
|
|
340
|
+
const d = {"GetForm9Sync":{"person":{"LastName":"ИВАНОВА","FirstName":"ПЕТР","SecondName":null,"BirthDate":"1970-11-11"},"address":{"Region":{"Code":"78","Name":"Санкт-Петербург"},"Street":{"Code":6597,"Name":"Московский пр-кт"},"House":"д. 18 литера Е","Flat":"33"}}}
|
|
341
341
|
|
|
342
342
|
console.log (soap11.http (d))
|
|
343
343
|
console.log (soap12.http (d))
|