Versions Compared

Key

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

...

Code Block
languagexml
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <BankIdAuthentication xmlns="http://tempuri.org/">
      <req>
        <Credentials>
          <UserName>yourusername</UserName>
          <Password>yourpassword</Password>
        </Credentials>
        <identify>youridentifier</identify>
        <Domain>Front</Domain>
        <PersonalNumber>196506167326</PersonalNumber>
        <BankIdType>Mobile</BankIdType>
		<AuthenticatePerson>true</AuthenticatePerson>
      </req>
    </BankIdAuthentication>
  </s:Body>
</s:Envelope>

...