Time |
2023-04-14 11:58:08.487368 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"args": {},
"data": "{\"payload\": \"@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n\\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>\\n _:2 .\\n\\n_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>\\n \\\"1900\\\";\\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> \\\"1000\\\" .\\n\\n_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> \\\"486584468321154\\\" .\\n\\n_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> \\\"EUR\\\";\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \\\"2023-04-14\\\" .\\n\\n_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;\\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;\\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .\\n\\n_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;\\n <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>\\n \\\"Bruynzeel\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "1613",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.2",
"X-Amzn-Trace-Id": "Root=1-64393fd0-15c78f6a5096822073c78aab"
},
"json": {
"payload": "@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>\n _:2 .\n\n_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>\n \"1900\";\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> \"1000\" .\n\n_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> \"486584468321154\" .\n\n_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> \"EUR\";\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \"2023-04-14\" .\n\n_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .\n\n_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;\n <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>\n \"Bruynzeel\" .\n"
},
"origin": "34.147.121.59",
"url": "https://httpbin.org/post"
}
|
Request
<?xml version="1.0" encoding="UTF-8"?>
<MijnProductCatalogus xmlns="https://example.org/messages/MijnPrijsCatalogus#" xmlns:ns0="https://example.org/messages/MijnPrijsCatalogus#">
<VerzendDatum>2023-04-14</VerzendDatum>
<PrijsValuta>EUR</PrijsValuta>
<Producten>
<Leverancier>
<Naam>Bruynzeel</Naam>
</Leverancier>
<Product>
<ID>
<GTIN>486584468321154</GTIN>
</ID>
<Prijs>
<Bruto>1900</Bruto>
<Netto>1000</Netto>
</Prijs>
</Product>
</Producten>
</MijnProductCatalogus>
|
Transformed into
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>
_:2 .
_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>
"1900";
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> "1000" .
_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> "486584468321154" .
_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> "EUR";
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> "2023-04-14" .
_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .
_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;
<http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>
"Bruynzeel" .
|
Time |
2023-04-14 10:20:02.022843 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"args": {},
"data": "{\"payload\": \"@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n\\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>\\n _:2 .\\n\\n_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>\\n \\\"1\\\";\\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> \\\"1\\\" .\\n\\n_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;\\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> \\\"486584 eea01\\\" .\\n\\n_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> \\\"e68a61 5aaa0\\\";\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \\\"2023-04-14\\\" .\\n\\n_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;\\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;\\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .\\n\\n_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;\\n <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>\\n \\\"01c984 639ab\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "1616",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.2",
"X-Amzn-Trace-Id": "Root=1-643928d1-2cad9c63318deae6194b4a16"
},
"json": {
"payload": "@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>\n _:2 .\n\n_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>\n \"1\";\n <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> \"1\" .\n\n_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;\n <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> \"486584 eea01\" .\n\n_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> \"e68a61 5aaa0\";\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \"2023-04-14\" .\n\n_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;\n <http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .\n\n_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;\n <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>\n \"01c984 639ab\" .\n"
},
"origin": "34.147.121.59",
"url": "https://httpbin.org/post"
}
|
Request
<?xml version="1.0" encoding="UTF-8"?>
<MijnProductCatalogus xmlns="https://example.org/messages/MijnPrijsCatalogus#" xmlns:ns0="https://example.org/messages/MijnPrijsCatalogus#">
<VerzendDatum>2023-04-14</VerzendDatum>
<PrijsValuta>e68a61 5aaa0</PrijsValuta>
<Producten>
<Leverancier>
<Naam>01c984 639ab</Naam>
</Leverancier>
<Product>
<ID>
<GTIN>486584 eea01</GTIN>
</ID>
<Prijs>
<Bruto>1</Bruto>
<Netto>1</Netto>
</Prijs>
</Product>
</Producten>
</MijnProductCatalogus>
|
Transformed into
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>
_:2 .
_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>
"1";
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> "1" .
_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> "486584 eea01" .
_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> "e68a61 5aaa0";
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> "2023-04-14" .
_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .
_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;
<http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>
"01c984 639ab" .
|
Time |
2023-04-14 10:11:05.690539 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"args": {},
"data": "{\"payload\": \"@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n\\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \\\"2023-04-14\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "318",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.2",
"X-Amzn-Trace-Id": "Root=1-643926b8-135d754e70d3d2c81404d55d"
},
"json": {
"payload": "@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n\n_:0 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;\n <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> \"2023-04-14\" .\n"
},
"origin": "34.147.121.59",
"url": "https://httpbin.org/post"
}
|
Request
<?xml version="1.0" encoding="UTF-8"?>
<MijnProductCatalogus xmlns="https://example.org/messages/MijnPrijsCatalogus#" xmlns:ns0="https://example.org/messages/MijnPrijsCatalogus#">
<VerzendDatum>2023-04-14</VerzendDatum>
<PrijsValuta>e68a61 5aaa0</PrijsValuta>
<Producten>
<Leverancier>
<Naam>01c984 639ab</Naam>
</Leverancier>
<Product>
<ID>
<GTIN>486584 eea01</GTIN>
</ID>
<Prijs>
<Bruto>1</Bruto>
<Netto>1</Netto>
</Prijs>
</Product>
</Producten>
</MijnProductCatalogus>
|
Transformed into
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
_:0 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> "2023-04-14" .
|
Time |
2023-04-14 10:09:44.136986 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCatalogus': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCatalogus>
<VerzendDatum>
2013-01-10
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 10:08:57.728092 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCatalogus': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCatalogus>
<VerzendDatum>
2013-01-10
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 10:00:22.700720 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCatalogus': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCatalogus>
<VerzendDatum>
2013-01-10
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 10:00:07.867362 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCataloguss': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCataloguss>
<VerzendDatum>
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 09:59:56.258240 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCatalogus': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCatalogus>
<VerzendDatum>
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 09:59:32.163118 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: Element 'MijnProductCatalogus': No matching global declaration available for the validation root. (<string>, line 0)
|
Request
<?xml version="1.1"?>
<MijnProductCatalogus>
<VerzendDatum>
</VerzendDatum>
</MijnProductCatalogus>
|
|
Time |
2023-04-14 09:59:13.725829 |
Endpoint |
MijnProductCatalogus20230413
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: line 1: b"parsing XML declaration: '?>' expected" (line 1)
|
Request
<?xml version="1.1">
<MijnProductCatalogus>
<VerzendDatum>
</VerzendDatum>
</MijnProductCatalogus>
|
|