Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
Legacy ImplementationLegacy ImplementationiFrame Integration
iFrame Integration
nopaneltrue

Table of Contents

example request of registerUser()

Code Block
languagexml
<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:ns1='http://services.registrations.edentiti.com/'>
 <SOAP-ENV:Body>
  <ns1:registerUser xmlns:ns1='http://services.registrations.edentiti.com/'>
   <customerId>somecustomer</customerId>
   <password>fake-password</password>
   <ruleId>default</ruleId>
   <name>
    <givenName>James</givenName>
    <middleNames/>
    <surname>Smith</surname>
   </name>
   <currentResidentialAddress>
    <country>Australia</country>
    <postcode>2913</postcode>
    <state>act</state>
    <streetName>Phillip</streetName>
    <streetNumber>22</streetNumber>
    <streetType>AVE</streetType>
    <suburb>DOWNER</suburb>
   </currentResidentialAddress>
   <dob>1980-12-25</dob>
<homePhone>0262541234</homePhone>
  </ns1:registerUser>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

...