Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.19 KB | None | 0 0
  1. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  2.    <s:Body>
  3.       <GetMyConversationsResponse xmlns="http://tempuri.org/">
  4.          <GetMyConversationsResult xmlns:a="http://schemas.datacontract.org/2004/07/GolfWebAcademy.domain.DTO" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  5.             <a:PrivateConversationDTO>
  6.                <a:messages>
  7.                   <a:PrivateMessageDTO>
  8.                      <a:UserId>29960</a:UserId>
  9.                      <a:Value>probando</a:Value>
  10.                      <a:date>2015-06-02T12:37:52.727</a:date>
  11.                      <a:read>false</a:read>
  12.                      <a:readDate i:nil="true"/>
  13.                   </a:PrivateMessageDTO>
  14.                   <a:PrivateMessageDTO>
  15.                      <a:UserId>29960</a:UserId>
  16.                      <a:Value>contesta</a:Value>
  17.                      <a:date>2015-06-02T12:38:00.587</a:date>
  18.                      <a:read>false</a:read>
  19.                      <a:readDate i:nil="true"/>
  20.                   </a:PrivateMessageDTO>
  21.                </a:messages>
  22.                <a:participants>
  23.                   <a:ParticipantsConversationDTO>
  24.                      <a:FullName>Paul Jaure</a:FullName>
  25.                      <a:IdUser>6</a:IdUser>
  26.                      <a:ThumbnailPath>http://golf-test-srv.aconcaguasf.com.ar/Content/Image/UsersImage/0000006/profilePicture/Thumbnail29wkbgr7ekeechyp7yfa9n62g7hktj86133.jpg</a:ThumbnailPath>
  27.                      <a:UserName>paul@golfboost.com</a:UserName>
  28.                   </a:ParticipantsConversationDTO>
  29.                   <a:ParticipantsConversationDTO>
  30.                      <a:FullName>Federico Cuadros</a:FullName>
  31.                      <a:IdUser>29960</a:IdUser>
  32.                      <a:ThumbnailPath>http://golf-test-srv.aconcaguasf.com.ar/Content/Image/UsersImage/0029960/profilePicture/Thumbnail8bfc56atvm767ymbttmh9tgce9tkre943.jpg</a:ThumbnailPath>
  33.                      <a:UserName>fedecuadros@gmail.com</a:UserName>
  34.                   </a:ParticipantsConversationDTO>
  35.                </a:participants>
  36.             </a:PrivateConversationDTO>
  37.          </GetMyConversationsResult>
  38.       </GetMyConversationsResponse>
  39.    </s:Body>
  40. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement