Advertisement
Guest User

Untitled

a guest
Dec 20th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 KB | None | 0 0
  1. POST http://localhost:8080/unidata-backend/api/public/v5/UnidataService HTTP/1.1
  2. Accept-Encoding: gzip,deflate
  3. Content-Type: text/xml;charset=UTF-8
  4. SOAPAction: "apiCall"
  5. Content-Length: 587
  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/v5/" xmlns:data="http://data.mdm.unidata.com/v5/">
  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:requestStopJob id="9">
  20.      
  21.          </api:requestStopJob>
  22.       </api:apiRequestBody>
  23.    </soapenv:Body>
  24. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement