﻿POST https://test.tbconline.ge/dbi/dbiService
------------------------------------------------------------


HEADERS
------------------------------------------------------------

Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SoapAction: "http://www.mygemini.com/schemas/mygemini/ChangePassword"
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)


BODY
------------------------------------------------------------

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myg="http://www.mygemini.com/schemas/mygemini" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  <soapenv:Header>
  <wsse:Security>
    <wsse:UsernameToken>
      <wsse:Username>USER</wsse:Username>
      <wsse:Password>CURRENTPASSWORD</wsse:Password>
      <wsse:Nonce>1111</wsse:Nonce>
    </wsse:UsernameToken>
  </wsse:Security>
  </soapenv:Header>
  <soapenv:Body>
    <myg:ChangePasswordRequestIo>
    <myg:newPassword>NEWPASSWORD</myg:newPassword>
  </myg:ChangePasswordRequestIo>
  </soapenv:Body>
</soapenv:Envelope>