Advertisement
Guest User

Untitled

a guest
Dec 4th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.81 KB | None | 0 0
  1. POST http://localhost:8080/unidata-backend/api/public/v4/UnidataService HTTP/1.1
  2. Accept-Encoding: gzip,deflate
  3. Content-Type: text/xml;charset=UTF-8
  4. SOAPAction: "apiCall"
  5. Content-Length: 2583
  6. Host: localhost:8080
  7. Connection: Keep-Alive
  8. User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
  9.  
  10. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.mdm.unidata.com/v4/" xmlns:data="http://data.mdm.unidata.com/v4/">
  11.    <soapenv:Header/>
  12.    <soapenv:Body>
  13.       <api:apiRequestBody>
  14.          <api:common storageId="1" operationId="1">
  15.             <api:security>
  16.                <api:credentials username="admin" password="12345678qQ"/>
  17.             </api:security>
  18.          </api:common>
  19.          <api:requestSaveJob>
  20.             <api:job enabled="true" error="" cronExpression="" description="Job Description" skipCronWarnings="true" name="exportDataJob_917757" jobNameReference="exportDataJob">
  21.                <api:parameters type="STRING" name="asOf">
  22.                   <api:value>
  23.                      <api:stringValue>value</api:stringValue>
  24.                   </api:value>
  25.                </api:parameters>
  26.                <api:parameters type="STRING" name="updatesAfter">
  27.                   <api:value>
  28.                      <api:stringValue>value</api:stringValue>
  29.                   </api:value>
  30.                </api:parameters>
  31.                <api:parameters type="BOOLEAN" name="skipDeleted">
  32.                   <api:value>
  33.                      <api:booleanValue>true</api:booleanValue>
  34.                   </api:value>
  35.                </api:parameters>
  36.                <api:parameters type="BOOLEAN" name="skipRelations">
  37.                   <api:value>
  38.                      <api:booleanValue>false</api:booleanValue>
  39.                   </api:value>
  40.                </api:parameters>
  41.                <api:parameters type="LONG" name="blockSize">
  42.                   <api:value>
  43.                      <api:longValue>500</api:longValue>
  44.                   </api:value>
  45.                </api:parameters>
  46.                <api:parameters type="STRING" name="databaseUrl">
  47.                   <api:value>
  48.                      <api:stringValue>value</api:stringValue>
  49.                   </api:value>
  50.                </api:parameters>
  51.                <api:parameters type="STRING" name="operationId">
  52.                   <api:value>
  53.                      <api:stringValue>value</api:stringValue>
  54.                   </api:value>
  55.                </api:parameters>
  56.                <api:parameters type="STRING" name="definitionContent">
  57.                   <api:value>
  58.                      <api:stringValue>value</api:stringValue>
  59.                   </api:value>
  60.                </api:parameters>
  61.             </api:job>
  62.          </api:requestSaveJob>
  63.       </api:apiRequestBody>
  64.    </soapenv:Body>
  65. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement