Автор |
Сообщение |
|
Всем доброго времени суток,
Подскажите пожалуйста, делаю запрос в soapUI, запрос проходит валидацию soapUI
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://api.vetrf.ru/schema/cdm/application/ws-definitions"
xmlns:app="http://api.vetrf.ru/schema/cdm/application"
xmlns:merc="http://api.vetrf.ru/schema/cdm/mercury/g2b/applications/v2"
xmlns:base="http://api.vetrf.ru/schema/cdm/base"
xmlns:vd="http://api.vetrf.ru/schema/cdm/mercury/vet-document/v2"
xmlns:ent="http://api.vetrf.ru/schema/cdm/dictionary/v2">
<soapenv:Header/>
<soapenv:Body>
<ws:submitApplicationRequest>
<ws:apiKey>DELETED</ws:apiKey>
<app:application>
<app:serviceId>mercury-g2b.service:2.0</app:serviceId>
<app:issuerId>DELETED</app:issuerId>
<app:issueDate>2018-02-12T17:05:00</app:issueDate>
<app:data>
<merc:getVetDocumentListRequest>
<merc:localTransactionId>a0000234</merc:localTransactionId>
<merc:initiator>
<vd:login>DELETED</vd:login>
</merc:initiator>
<base:listOptions>
<base:count>10</base:count>
<base:offset>0</base:offset>
</base:listOptions>
<ent:enterpriseGuid>DELETED</ent:enterpriseGuid>
</merc:getVetDocumentListRequest>
</app:data>
</app:application>
</ws:submitApplicationRequest>
</soapenv:Body>
</soapenv:Envelope>
но в ответ приходит сообщение
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Client</faultcode>
<faultstring>BEA-382030: Failure while unmarshalling message: Failed to parse XML text</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-382030</con:errorCode>
<con:reason>Failure while unmarshalling message: Failed to parse XML text</con:reason>
<con:location>
<con:path>request-pipeline</con:path>
<con:error-handler>true</con:error-handler>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
что не так делаю?
|
 |
|
|
|