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>

1 comment:

  1. if your domain is not gmail.com and something like abc@mycompany.com then userID should be same as your mailid i.e. you can not write abc instead you've to write abc@mycompany.com

    ReplyDelete