Showing posts with label setprofile. Show all posts
Showing posts with label setprofile. Show all posts

Monday, December 16, 2013

Set Profile SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP:Body>
    <SetProfile xmlns="http://schemas.cordys.com/1.0/email">
      <displayName>Appspace</displayName>
      <mailId>appspace2012@gmail.com</mailId>
      <password>******</password>
      <userId>appspace2012</userId>
    </SetProfile>
  </SOAP:Body>
</SOAP:Envelope>