/
dimamir
/
node-soap
Обзор
Документация
Войти
/
dimamir
/
node-soap
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/request-response-samples/update__complex_extension_with_array_attributes/response.xml
16 строк
979 B
ankush-garg
Support for attributes array elements and support for complex extensions
31 мар 2014, 21:04
31 мар 2014, 21:04
044d093
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <platformMsgs:documentInfo xmlns:platformMsgs="urn:messages_2013_2.platform.webservices.netsuite.com"> <platformMsgs:nsId>WEBSERVICES_TSTDRV1081821_03262014105141171582141231_57da7cf</platformMsgs:nsId> </platformMsgs:documentInfo> </soapenv:Header> <soapenv:Body> <updateResponse xmlns="urn:messages_2013_2.platform.webservices.netsuite.com"> <writeResponse> <platformCore:status isSuccess="true" xmlns:platformCore="urn:core_2013_2.platform.webservices.netsuite.com"/> <baseRef internalId="42" externalId="Alex Dniprovskyy" type="contact" xsi:type="platformCore:RecordRef" xmlns:platformCore="urn:core_2013_2.platform.webservices.netsuite.com"/> </writeResponse> </updateResponse> </soapenv:Body> </soapenv:Envelope>