Advertisement
sslamm

request

Jul 30th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.45 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://dom.gosuslugi.ru/schema/integration/6.0.0.1/" xmlns:hous="http://dom.gosuslugi.ru/schema/integration/6.0.0.1/house-management/" xmlns:xd="http://www.w3.org/2000/09/xmldsig#">
  2.    <soapenv:Header>
  3.       <ns:RequestHeader>
  4.          <ns:Date>2015-07-21T00:00:00</ns:Date>
  5.          <ns:MessageGUID>${=java.util.UUID.randomUUID()}</ns:MessageGUID>
  6.          <ns:SenderID>844ef69a-7d05-4a9f-8a09-a3570f42ac5b</ns:SenderID>
  7.       </ns:RequestHeader>
  8.    </soapenv:Header>
  9.    <soapenv:Body>
  10.       <hous:importVotingProtocolRequest Id="?">
  11.          <ns:TransportGUID>180fd180-92d5-4804-bd0e-33aab6a6b3fe</ns:TransportGUID>
  12.          <hous:Protocol>
  13.             <hous:FIASHouseGuid>980fd180-92d5-4804-bd0e-33aab6a6b3fe</hous:FIASHouseGuid>
  14.             <hous:ProtocolNum>Prot1</hous:ProtocolNum>
  15.             <hous:ProtocolDate>2015-07-22</hous:ProtocolDate>
  16.             <hous:AVoting>
  17.                <hous:VotingPlace>Место</hous:VotingPlace>
  18.                <hous:AVotingDate>2015-07-30</hous:AVotingDate>
  19.             </hous:AVoting>
  20.             <hous:AnnualVoting>true</hous:AnnualVoting>
  21.             <hous:MeetingEligibility>C</hous:MeetingEligibility>
  22.             <hous:DecisionList>
  23.                <hous:QuestionNumber>1</hous:QuestionNumber>
  24.                <hous:QuestionName>Название вопроса</hous:QuestionName>
  25.                <hous:DecisionsType>
  26.                   <ns:Code>1</ns:Code>
  27.                   <ns:GUID>3f554e2a-23f3-4042-8545-df0ff7e3b20a</ns:GUID>
  28.                   <ns:Name>Пункт 1 части 2 статьи 44 ЖК РФ</ns:Name>
  29.                </hous:DecisionsType>
  30.                <hous:Agree>20</hous:Agree>
  31.                <hous:Against>15</hous:Against>
  32.                <hous:Abstent>10</hous:Abstent>
  33.                <hous:votingResume>M</hous:votingResume>
  34.             </hous:DecisionList>
  35.             <hous:Attachments>
  36.                <ns:Name>123download321.docx</ns:Name>
  37.                <ns:Description>doc</ns:Description>
  38.                <ns:Attachment>
  39.                   <ns:AttachmentGUID>e580daa6-038d-4296-85d2-9a308b91c51a</ns:AttachmentGUID>
  40.                </ns:Attachment>
  41.                <ns:AttachmentHASH>9a195403885cec2329beacb9b7d8585b3cbc311c3a13b02b1c896043cc711665</ns:AttachmentHASH>
  42.             </hous:Attachments>
  43.          </hous:Protocol>
  44.       </hous:importVotingProtocolRequest>
  45.    </soapenv:Body>
  46. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement