Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://xml.itris.nl/viewpoint/2016/01/01/soap-header" xmlns:data="http://cad.soap.itris.nl/2016/01/01/calls/data" xmlns:data1="http://xml.itris.nl/viewpoint/2016/01/01/data">
  2.  
  3. <soapenv:Header>
  4.  
  5. <soap:MessageIdentification>
  6.  
  7. <soap:messageUID>234234</soap:messageUID>
  8.  
  9. <soap:messageCreatedDate>2013-05-22T03:02:49+02:00</soap:messageCreatedDate>
  10.  
  11. </soap:MessageIdentification>
  12.  
  13. <soap:BasicSecurity>
  14.  
  15. <soap:username>username</soap:username>
  16.  
  17. <soap:password>wachtwoord</soap:password>
  18.  
  19. <soap:sessionId>1234001257:ab02b1c0e989f8ddc68073e461dfaa60</soap:sessionId>
  20.  
  21. </soap:BasicSecurity>
  22.  
  23. </soapenv:Header>
  24.  
  25. <soapenv:Body>
  26.  
  27. <data:UpdateCase>
  28.  
  29. <data:case>
  30.  
  31. <data1:id>940002079</data1:id>
  32.  
  33. <data1:caseNumber>19.1</data1:caseNumber>
  34.  
  35. <data1:currentPhase>
  36.  
  37. <data1:phaseDefinition>
  38.  
  39. <data1:id>940000009</data1:id>
  40.  
  41. </data1:phaseDefinition>
  42.  
  43. </data1:currentPhase>
  44.  
  45. <data1:object>
  46.  
  47. <data1:id>100010123</data1:id>
  48.  
  49. </data1:object>
  50.  
  51. </data:case>
  52.  
  53. </data:UpdateCase>
  54.  
  55. </soapenv:Body>
  56.  
  57. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement