3.3.4.1.3.1 ChangePasswordFault

The ChangePasswordFault complex type extends a CustomActionFault complex type, defined in section 2.2.4.6. The server MUST return this fault when it is unable to process the ChangePassword request.

 <xs:complexType name="ChangePasswordFault">
   <xs:complexContent mixed="false">
     <xs:extension base="ca:CustomActionFault">
       <xs:sequence />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>