Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.13 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:get="http://iec.ch/TC57/2011/GetMeterReadingsMessage" xmlns:mes="http://iec.ch/TC57/2011/schema/message" xmlns:get1="http://iec.ch/TC57/2011/GetMeterReadings#" xmlns:met="http://iec.ch/TC57/2011/MeterReadings#">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <get:GetMeterReadings>
  5.          <get:Header>
  6.             <mes:Verb>Get</mes:Verb>
  7.             <mes:Noun>MeterReadings</mes:Noun>
  8.             <mes:AsyncReplyFlag>false</mes:AsyncReplyFlag>
  9.          </get:Header>
  10.          <get:Request>
  11.             <get1:GetMeterReadings>
  12.                <get1:Reading>
  13.                   <!--Optional:-->
  14.                   <get1:reason>serviceDisconnect</get1:reason>
  15.                   <!--Optional:-->
  16.                   <get1:source>System</get1:source>
  17.                    <get1:timePeriod>
  18.                      <!--Optional:-->
  19.                      <get1:end>2018-11-25T07:05:50+04:00</get1:end>
  20.                      <!--Optional:-->
  21.                      <get1:start>2018-11-25T06:41:16+04:00</get1:start>
  22.                   </get1:timePeriod>
  23.  
  24.                </get1:Reading>
  25.                <!--Zero or more repetitions:-->
  26.                <get1:ReadingType>
  27.                   <!--Optional:-->
  28.                   <get1:mRID>0.0.2.4.1.1.12.0.0.0.0.0.0.0.0.0.72.0</get1:mRID>
  29.                   <!--Zero or more repetitions:-->
  30.                   <get1:Names>
  31.                      <get1:name>[15-minutes] Secondary Delta A+ (Wh)</get1:name>
  32.                      <!--Optional:-->
  33.                      <get1:NameType>
  34.                         <!--Optional:-->
  35.                         <get1:description>A+</get1:description>
  36.                      </get1:NameType>
  37.                   </get1:Names>
  38.                </get1:ReadingType>
  39.  
  40. <!--                  <get1:ReadingType>-->
  41.                   <!--Optional:-->
  42. <!--                  <get1:mRID>0.0.0.1.1.1.12.0.0.0.0.0.0.0.0.0.72.0</get1:mRID>-->
  43.                   <!--Zero or more repetitions:-->
  44. <!--                  <get1:Names>-->
  45. <!--                     <get1:name>Secondary Bulk A+ (Wh)</get1:name>-->
  46.                      <!--Optional:-->
  47. <!--                     <get1:NameType>-->
  48.                         <!--Optional:-->
  49. <!--                        <get1:description>A+</get1:description>-->
  50. <!--                     </get1:NameType>-->
  51. <!--                  </get1:Names>-->
  52. <!--               </get1:ReadingType>-->
  53.                <!--Zero or more repetitions:-->
  54.                <get1:UsagePoint>
  55.                   <!--Optional:-->
  56.                   <get1:mRID>c0ed37a3-201f-457a-ac55-063c4b6e66d9</get1:mRID>
  57.                   <!--Zero or more repetitions:-->
  58.                   <get1:Names>
  59.                      <get1:name>SUPE01000001</get1:name>
  60.                      <!--Optional:-->
  61.                      <get1:NameType>
  62.                         <get1:name>Market</get1:name>
  63.                      </get1:NameType>
  64.                   </get1:Names>
  65.                </get1:UsagePoint>
  66.             </get1:GetMeterReadings>
  67.          </get:Request>
  68.       </get:GetMeterReadings>
  69.    </soapenv:Body>
  70. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement