http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
SetPassword Element
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents : SetPassword Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
Diagram
isForceChangePasswordOnNextLogin Element newPassword Element oldPassword Element passwordFormat Element userId Element Sequence SetPassword Element
Overview
Sequence
Source
<xs:element name="SetPassword" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="1" name="userId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="passwordFormat" type="tns:PasswordFormat" />
      <xs:element minOccurs="0" maxOccurs="1" name="oldPassword" type="xs:string" />
      <xs:element minOccurs="0" maxOccurs="1" name="newPassword" type="xs:string" />
      <xs:element minOccurs="1" maxOccurs="1" name="isForceChangePasswordOnNextLogin" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents