Kvarz

Untitled

Jan 20th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  3. <s:Header>
  4. <h:ServerVersionInfo MajorVersion="15" MinorVersion="0" MajorBuildNumber="1236" MinorBuildNumber="1" Version="V2_23" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  5. </s:Header>
  6. <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  7. <m:GetRoomsResponse ResponseClass="Success" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
  8. <m:ResponseCode>NoError</m:ResponseCode>
  9. <m:Rooms>
  10. <t:Room>
  11. <t:Id>
  12. <t:Name>Meeting Room KSN 1</t:Name>
  13. <t:EmailAddress>Meeting.RoomKSN@dataart.com</t:EmailAddress>
  14. <t:RoutingType>SMTP</t:RoutingType>
  15. <t:MailboxType>Mailbox</t:MailboxType>
  16. </t:Id>
  17. </t:Room>
  18. <t:Room>
  19. <t:Id>
  20. <t:Name>English room KSN</t:Name>
  21. <t:EmailAddress>EnglishroomKSN@dataart.com</t:EmailAddress>
  22. <t:RoutingType>SMTP</t:RoutingType>
  23. <t:MailboxType>Mailbox</t:MailboxType>
  24. </t:Id>
  25. </t:Room>
  26. </m:Rooms>
  27. </m:GetRoomsResponse>
  28. </s:Body>
  29. </s:Envelope>
Add Comment
Please, Sign In to add comment