Description
Gets an XML with Status and everything
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
XMLLogKey |
integer |
0 |
25 |
XML Id |
2 |
LogKeyXML |
integer |
0 |
25 |
XML Id |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiImportGetXML>
<dem:XMLLogKey>25</dem:XMLLogKey>
<dem:LogKeyXML>25</dem:LogKeyXML>
</dem:pixiImportGetXML>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
0 |
XMLLogKey |
integer |
ID of the XML |
1 |
Source |
string |
Source of this XML |
2 |
XMLRequest |
string |
XML request |
3 |
XMLResponse |
string |
XML response |
4 |
Status |
string |
status of this XML XIM = XML is imported XER = error in this XML XPR = xml processed COC = constraints checked |
5 |
OperationTypeRef |
integer |
Operation type for this XML |
6 |
CreateEmp |
string |
Creator |
7 |
CreateDate |
string |
create date |
8 |
UpdateEmp |
string |
update users |
9 |
UpdateDate |
string |
update date |
10 |
ChannelRef |
integer |
channel |
11 |
AttemptsToProcess |
integer |
attempts to process |
12 |
Error |
string |
error if there was any |
13 |
XmlRequestXml |
string |
XML request |
14 |
XmlResponseXml |
string |
XML response |
15 |
XmlRequestCastErrorNr |
integer |
XML request error code |
16 |
XmlResponseCastErrorNr |
integer |
XML response error code |
17 |
XmlRequestCastErrorMessage |
string |
XML request error message |
18 |
XmlResponseCastErrorMessage |
string |
XML response error message |
Additional Notes