-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgetAttachmentsRequest.xml
28 lines (28 loc) · 1.33 KB
/
getAttachmentsRequest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xro="http://x-road.eu/xsd/xroad.xsd" xmlns:iden="http://x-road.eu/xsd/identifiers" >
<soapenv:Header>
<xro:client iden:objectType="SUBSYSTEM">
<iden:xRoadInstance>FI_TEST</iden:xRoadInstance>
<iden:memberClass>GOV</iden:memberClass>
<iden:memberCode>1234567-8</iden:memberCode>
<iden:subsystemCode>TestClient</iden:subsystemCode>
</xro:client>
<xro:service iden:objectType="SERVICE">
<iden:xRoadInstance>FI_TEST</iden:xRoadInstance>
<iden:memberClass>GOV</iden:memberClass>
<iden:memberCode>9876543-1</iden:memberCode>
<iden:subsystemCode>DemoService</iden:subsystemCode>
<iden:serviceCode>getAttachments</iden:serviceCode>
<iden:serviceVersion>v1</iden:serviceVersion>
</xro:service>
<xro:id>ID11234</xro:id>
<xro:userId>EE1234567890</xro:userId>
<xro:protocolVersion>4.0</xro:protocolVersion>
</soapenv:Header>
<soapenv:Body>
<prod:getAttachments xmlns:prod="http://test.x-road.global/producer">
<!--1 or more repetitions:-->
<prod:size>100</prod:size>
<prod:size>50</prod:size>
</prod:getAttachments>
</soapenv:Body>
</soapenv:Envelope>