Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  2. <soapenv:Body>
  3. <tem:SendNotificationAboutAppointment xmlns:tem="http://tempuri.org/" xmlns:hub="http://schemas.datacontract.org/2004/07/HubService2" xmlns:dss="http://ws.wso2.org/dataservice" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <tem:idLpu>97</tem:idLpu>
  5. <tem:appointmentSource>ЦТО</tem:appointmentSource>
  6. <tem:guid>DD026086-A39D-430B-AD71-7E8AE1748FD3</tem:guid>
  7. <tem:member>DD026086-A39D-430B-AD71-7E8AE1748FD3</tem:member>
  8. <tem:idHistory>19274334</tem:idHistory>
  9. <tem:appointmentSource>Прочее</tem:appointmentSource>
  10. <tem:doctor>
  11. <hub:AriaNumber xsi:nil="true"/>
  12. <hub:IdDoc>2387</hub:IdDoc>
  13. <hub:Name>МАДАСОВА ЛИДИЯ МАТВЕЕВНА</hub:Name>
  14. <hub:Snils>03588293693</hub:Snils>
  15. </tem:doctor>
  16. <tem:spesiality>
  17. <hub:FerIdSpesiality xsi:nil="true"/>
  18. <hub:IdSpesiality>23910</hub:IdSpesiality>
  19. <hub:NameSpesiality>врач-стоматолог-терапевт</hub:NameSpesiality>
  20. </tem:spesiality>
  21. <tem:patient>
  22. <hub:AriaNumber xsi:nil="true"/>
  23. <hub:Birthday>1976-07-17T08:00:00.000</hub:Birthday>
  24. <hub:CellPhone>89246550065</hub:CellPhone>
  25. <hub:Document_N>035434</hub:Document_N>
  26. <hub:Document_S>8199</hub:Document_S>
  27. <hub:HomePhone xsi:nil="true"/>
  28. <hub:IdPat>7201268</hub:IdPat>
  29. <hub:Name>МЭДЭГМА</hub:Name>
  30. <hub:Polis_N>0352320882000199</hub:Polis_N>
  31. <hub:Polis_S xsi:nil="true"/>
  32. <hub:SecondName>МУНКУЕВНА</hub:SecondName>
  33. <hub:Surname>ТУМУРОВА</hub:Surname>
  34. </tem:patient>
  35. <tem:appointment xsi:type="hub:NoticeAppointment">
  36. <hub:IdAppointment>7278657</hub:IdAppointment>
  37. <hub:VisitEnd>2018-01-27T00:40:00.000</hub:VisitEnd>
  38. <hub:VisitStart>2018-01-27T00:00:00.000</hub:VisitStart>
  39. <hub:RecordDateTime>2018-01-17T04:15:13.594</hub:RecordDateTime>
  40. </tem:appointment>
  41. </tem:SendNotificationAboutAppointment>
  42. </soapenv:Body>
  43. </soapenv:Envelope>
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  61. <s:Body>
  62. <SendNotificationAboutAppointmentResponse xmlns="http://tempuri.org/">
  63. <SendNotificationAboutAppointmentResult xmlns:a="http://schemas.datacontract.org/2004/07/HubService2" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  64. <a:ErrorList>
  65. <a:Error>
  66. <a:ErrorDescription>Получен не полный набор данных для выполнения метода</a:ErrorDescription>
  67. <a:IdError>4</a:IdError>
  68. </a:Error>
  69. </a:ErrorList>
  70. <a:IdHistory>19274334</a:IdHistory>
  71. <a:Success>false</a:Success>
  72. <a:IdNotification i:nil="true"/>
  73. </SendNotificationAboutAppointmentResult>
  74. </SendNotificationAboutAppointmentResponse>
  75. </s:Body>
  76. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement