Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Forked from arieliten/GetAccounts.request.xml
Created April 11, 2013 17:46

Revisions

  1. @arieliten arieliten revised this gist Apr 10, 2013. 10 changed files with 20 additions and 23 deletions.
    5 changes: 2 additions & 3 deletions GetAccounts.request.xml
    Original file line number Diff line number Diff line change
    @@ -3,9 +3,8 @@
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    </Credentials>
    </soap:Header>
    <soap:Body>
    4 changes: 2 additions & 2 deletions GetAccounts.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    5 changes: 2 additions & 3 deletions GetHistory.request.xml
    Original file line number Diff line number Diff line change
    @@ -6,9 +6,8 @@
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    </Credentials>
    </soap:Header>
    <soap:Body>
    4 changes: 2 additions & 2 deletions GetHistory.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    5 changes: 2 additions & 3 deletions Login.step1.request.xml
    Original file line number Diff line number Diff line change
    @@ -3,9 +3,8 @@
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <!--<SessionKey>ce5w4j45ay0y0e45b3zlun45</SessionKey>-->
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    </Credentials>
    </soapenv:Header>
    <soapenv:Body>
    4 changes: 2 additions & 2 deletions Login.step1.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    4 changes: 2 additions & 2 deletions Login.step2.promptQuestions.request.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    4 changes: 2 additions & 2 deletions Login.step2.promptQuestions.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    4 changes: 2 additions & 2 deletions Login.step3.validateAnswers.request.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    4 changes: 2 additions & 2 deletions Login.step3.validateAnswers.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <UserName>ariel1234</UserName>
    <Password>worldwide1</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
  2. @arieliten arieliten revised this gist Jan 8, 2013. 6 changed files with 15 additions and 22 deletions.
    4 changes: 2 additions & 2 deletions Login.step1.request.xml
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>aleja1234</UserName>
    <Password>aleja1234</Password>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <!--<SessionKey>ce5w4j45ay0y0e45b3zlun45</SessionKey>-->
    </Credentials>
    </soapenv:Header>
    6 changes: 3 additions & 3 deletions Login.step1.response.xml
    Original file line number Diff line number Diff line change
    @@ -3,9 +3,9 @@
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>aleja1234</UserName>
    <Password>aleja1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    2 changes: 1 addition & 1 deletion Login.step2.promptQuestions.request.xml
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    6 changes: 3 additions & 3 deletions Login.step2.promptQuestions.response.xml
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    @@ -30,8 +30,8 @@
    <User>
    <questions>
    <question>
    <id>985dbeb02c6696b8edeb742906744945</id>
    <text>If you could live any place on Earth where would it be?</text>
    <id>98b4733ac764d3fc7b6d3e42c0dc161c</id>
    <text>What is the name of your pet?</text>
    <language>EN</language>
    </question>
    </questions>
    4 changes: 2 additions & 2 deletions Login.step3.validateAnswers.request.xml
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    @@ -16,7 +16,7 @@
    <Questions>
    <TFAQuestion xsi:nil="true" />
    <TFAQuestion>
    <id>985dbeb02c6696b8edeb742906744945</id>
    <id>98b4733ac764d3fc7b6d3e42c0dc161c</id>
    <text>1</text>
    <language>EN</language>
    </TFAQuestion>
    15 changes: 4 additions & 11 deletions Login.step3.validateAnswers.response.xml
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,15 @@
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    <SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <LoginResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <LoginResult>
    <ResultCode>200</ResultCode>
    <ResultCode>0</ResultCode>
    <Content>
    <Step>Step2</Step>
    <Step>Complete</Step>
    <Client>
    <MinimumBalance>true</MinimumBalance>
    <NonRelatedAccountTransfers>true</NonRelatedAccountTransfers>
    @@ -28,14 +28,7 @@
    <AccessPIN>StandardAccessPIN</AccessPIN>
    </Client>
    <User>
    <questions>
    <question>
    <id>6dc4dee92206035c44fbfce2212c55ef</id>
    <text>What is your religion?</text>
    <language>EN</language>
    </question>
    </questions>
    <level>ValidateAnswers</level>
    <level>LoggedIn</level>
    </User>
    </Content>
    </LoginResult>
  3. @arieliten arieliten revised this gist Jan 8, 2013. 1 changed file with 32 additions and 1 deletion.
    33 changes: 32 additions & 1 deletion GetHistory.response.xml
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,38 @@
    <soap:Body>
    <GetHistoryResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <GetHistoryResult>
    <ResultCode>1</ResultCode>
    <ResultCode>-1</ResultCode>
    <Content>
    <History>
    <id>463fc65ecf0eb4dc806c355dda4897db</id>
    <postdate>2012-10-18</postdate>
    <amount>-60.00</amount>
    <serial>0</serial>
    <balance>245.69</balance>
    <code>SW</code>
    <shortdescription>A share withdrawal</shortdescription>
    <longdescription>PY UNITED METHOD CASH MGMT ID:102</longdescription>
    <recordid>121000009076</recordid>
    <interest>0.00</interest>
    <teller>C/F</teller>
    <showserial>False</showserial>
    <sign>-</sign>
    </History>
    <History>
    <postdate>2012-10-11</postdate>
    <amount>-60.00</amount>
    <serial>0</serial>
    <balance>305.69</balance>
    <code>SW</code>
    <shortdescription>A share withdrawal</shortdescription>
    <longdescription>PY UNITED METHOD CASH MGMT ID:102</longdescription>
    <recordid>121000009075</recordid>
    <interest>0.00</interest>
    <teller>C/F</teller>
    <showserial>False</showserial>
    <sign>-</sign>
    </History>
    </Content>
    </GetHistoryResult>
    </GetHistoryResponse>
    </soap:Body>
  4. @arieliten arieliten created this gist Jan 7, 2013.
    17 changes: 17 additions & 0 deletions GetAccounts.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <soap:Envelope xmlns="http://www.w-w-i-s.com/hb/51" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" >
    <soap:Header>
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <GetAccounts>
    <accttype>All</accttype>
    <skiprefresh>false</skiprefresh>
    </GetAccounts>
    </soap:Body>
    </soap:Envelope>
    84 changes: 84 additions & 0 deletions GetAccounts.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,84 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <GetAccountsResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <GetAccountsResult>
    <ResultCode>0</ResultCode>
    <Content>
    <Account>
    <id>6b0d39b6b7f1d176dfa909f6ee1025a9</id>
    <accountnumber>817</accountnumber>
    <accounttype>S</accounttype>
    <suffix>A</suffix>
    <ssn>080405438</ssn>
    <currentbalance>1925.22</currentbalance>
    <availablebalance>1925.22</availablebalance>
    <pledges>0.00</pledges>
    <shortdescription>Savings</shortdescription>
    <ytd>1.00</ytd>
    <lytd>0.00</lytd>
    <divrate>0.40</divrate>
    <nextpaymentamount>0.40</nextpaymentamount>
    <partialpaymentdue>0.00</partialpaymentdue>
    <openflag>True</openflag>
    <isloanaccount>False</isloanaccount>
    <standardaccountdisplay>817 - A</standardaccountdisplay>
    <transferlimit>0</transferlimit>
    <datatext>Savings 817 - A</datatext>
    </Account>
    <Account>
    <id>456476984e9ddd03bd2a77508f3e37c2</id>
    <accountnumber>817</accountnumber>
    <accounttype>L</accounttype>
    <sharetype>D</sharetype>
    <suffix>A</suffix>
    <ssn>080405438</ssn>
    <currentbalance>5173.29</currentbalance>
    <creditlimit>0.00</creditlimit>
    <ytd>64.35</ytd>
    <lytd>0.00</lytd>
    <divrate>299.00</divrate>
    <nextpaymentdate>2012-04-30</nextpaymentdate>
    <nextpaymentamount>299.00</nextpaymentamount>
    <partialpaymentdue>0.00</partialpaymentdue>
    <openflag>True</openflag>
    <isloanaccount>False</isloanaccount>
    <standardaccountdisplay>817 - D - A</standardaccountdisplay>
    <transferlimit>0</transferlimit>
    <datatext>817 - D - A</datatext>
    </Account>
    <Account>
    <id>3b4fc480adeff0d6cdb65678d1afcb67</id>
    <accountnumber>817</accountnumber>
    <accounttype>S</accounttype>
    <sharetype>X</sharetype>
    <suffix>X</suffix>
    <ssn>080405438</ssn>
    <currentbalance>245.69</currentbalance>
    <availablebalance>245.69</availablebalance>
    <pledges>0.00</pledges>
    <shortdescription>Checking</shortdescription>
    <ytd>0.00</ytd>
    <lytd>0.00</lytd>
    <divrate>0.00</divrate>
    <nextpaymentamount>0.00</nextpaymentamount>
    <partialpaymentdue>0.00</partialpaymentdue>
    <openflag>True</openflag>
    <isloanaccount>False</isloanaccount>
    <standardaccountdisplay>817 - X - X</standardaccountdisplay>
    <transferlimit>0</transferlimit>
    <datatext>Checking 817 - X - X</datatext>
    </Account>
    </Content>
    </GetAccountsResult>
    </GetAccountsResponse>
    </soap:Body>
    </soap:Envelope>
    20 changes: 20 additions & 0 deletions GetHistory.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <soap:Envelope xmlns="http://www.w-w-i-s.com/hb/51"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <GetHistory>
    <accountid>3b4fc480adeff0d6cdb65678d1afcb67</accountid>
    <!--<startdate>string</startdate>-->
    </GetHistory>
    </soap:Body>
    </soap:Envelope>
    18 changes: 18 additions & 0 deletions GetHistory.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <GetHistoryResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <GetHistoryResult>
    <ResultCode>1</ResultCode>
    </GetHistoryResult>
    </GetHistoryResponse>
    </soap:Body>
    </soap:Envelope>
    18 changes: 18 additions & 0 deletions Login.step1.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <soapenv:Envelope xmlns="http://www.w-w-i-s.com/hb/51" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.w-w-i-s.com/hb/51" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <soapenv:Header>
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>aleja1234</UserName>
    <Password>aleja1234</Password>
    <!--<SessionKey>ce5w4j45ay0y0e45b3zlun45</SessionKey>-->
    </Credentials>
    </soapenv:Header>
    <soapenv:Body>
    <Login>
    <loginsteps>
    <Step>Step1</Step>
    </loginsteps>
    </Login>
    </soapenv:Body>
    </soapenv:Envelope>
    37 changes: 37 additions & 0 deletions Login.step1.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>aleja1234</UserName>
    <Password>aleja1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <LoginResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <LoginResult>
    <ResultCode>0</ResultCode>
    <Content>
    <Step>Step2</Step>
    <Client>
    <MinimumBalance>true</MinimumBalance>
    <NonRelatedAccountTransfers>true</NonRelatedAccountTransfers>
    <ForgotPassword>true</ForgotPassword>
    <DeletePendingTransfers>true</DeletePendingTransfers>
    <DisableNewUserTab>false</DisableNewUserTab>
    <DraftWithDrawal>false</DraftWithDrawal>
    <CheckImaging>true</CheckImaging>
    <IsTaxFormEnabled>true</IsTaxFormEnabled>
    <TwoFactorCaseInsensitive>false</TwoFactorCaseInsensitive>
    <UserRelationType>UsernameBySSN</UserRelationType>
    <AccessPIN>StandardAccessPIN</AccessPIN>
    </Client>
    <User>
    <level>Init</level>
    </User>
    </Content>
    </LoginResult>
    </LoginResponse>
    </soap:Body>
    </soap:Envelope>
    21 changes: 21 additions & 0 deletions Login.step2.promptQuestions.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    <soap:Envelope xmlns="http://www.w-w-i-s.com/hb/51" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <Login>
    <loginsteps>
    <Step>Step2</Step>
    <User>
    <level>PromptQuestions</level>
    </User>
    </loginsteps>
    </Login>
    </soap:Body>
    </soap:Envelope>
    44 changes: 44 additions & 0 deletions Login.step2.promptQuestions.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <LoginResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <LoginResult>
    <ResultCode>0</ResultCode>
    <Content>
    <Step>Step2</Step>
    <Client>
    <MinimumBalance>true</MinimumBalance>
    <NonRelatedAccountTransfers>true</NonRelatedAccountTransfers>
    <ForgotPassword>true</ForgotPassword>
    <DeletePendingTransfers>true</DeletePendingTransfers>
    <DisableNewUserTab>false</DisableNewUserTab>
    <DraftWithDrawal>false</DraftWithDrawal>
    <CheckImaging>true</CheckImaging>
    <IsTaxFormEnabled>true</IsTaxFormEnabled>
    <TwoFactorCaseInsensitive>false</TwoFactorCaseInsensitive>
    <UserRelationType>UsernameBySSN</UserRelationType>
    <AccessPIN>StandardAccessPIN</AccessPIN>
    </Client>
    <User>
    <questions>
    <question>
    <id>985dbeb02c6696b8edeb742906744945</id>
    <text>If you could live any place on Earth where would it be?</text>
    <language>EN</language>
    </question>
    </questions>
    <level>ValidateAnswers</level>
    </User>
    </Content>
    </LoginResult>
    </LoginResponse>
    </soap:Body>
    </soap:Envelope>
    29 changes: 29 additions & 0 deletions Login.step3.validateAnswers.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <Login xmlns="http://www.w-w-i-s.com/hb/51">
    <loginsteps>
    <Step>Step2</Step>
    <User>
    <Questions>
    <TFAQuestion xsi:nil="true" />
    <TFAQuestion>
    <id>985dbeb02c6696b8edeb742906744945</id>
    <text>1</text>
    <language>EN</language>
    </TFAQuestion>
    </Questions>
    <Level>ValidateAnswers</Level>
    </User>
    </loginsteps>
    </Login>
    </soap:Body>
    </soap:Envelope>
    44 changes: 44 additions & 0 deletions Login.step3.validateAnswers.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <Credentials xmlns="http://www.w-w-i-s.com/hb/51">
    <HMac>string</HMac>
    <ClientID>DEMOS</ClientID>
    <UserName>rober1234</UserName>
    <Password>rober1234</Password>
    <SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey>
    </Credentials>
    </soap:Header>
    <soap:Body>
    <LoginResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <LoginResult>
    <ResultCode>200</ResultCode>
    <Content>
    <Step>Step2</Step>
    <Client>
    <MinimumBalance>true</MinimumBalance>
    <NonRelatedAccountTransfers>true</NonRelatedAccountTransfers>
    <ForgotPassword>true</ForgotPassword>
    <DeletePendingTransfers>true</DeletePendingTransfers>
    <DisableNewUserTab>false</DisableNewUserTab>
    <DraftWithDrawal>false</DraftWithDrawal>
    <CheckImaging>true</CheckImaging>
    <IsTaxFormEnabled>true</IsTaxFormEnabled>
    <TwoFactorCaseInsensitive>false</TwoFactorCaseInsensitive>
    <UserRelationType>UsernameBySSN</UserRelationType>
    <AccessPIN>StandardAccessPIN</AccessPIN>
    </Client>
    <User>
    <questions>
    <question>
    <id>6dc4dee92206035c44fbfce2212c55ef</id>
    <text>What is your religion?</text>
    <language>EN</language>
    </question>
    </questions>
    <level>ValidateAnswers</level>
    </User>
    </Content>
    </LoginResult>
    </LoginResponse>
    </soap:Body>
    </soap:Envelope>
    18 changes: 18 additions & 0 deletions NewUser.request.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <soapenv:Envelope xmlns="http://www.w-w-i-s.com/hb/51" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header>
    <Credentials>
    <HMac>string</HMac>
    <ClientID>AHHRV</ClientID>
    <UserName>aleja1234</UserName>
    <Password>aleja1234</Password>
    </Credentials>
    </soapenv:Header>
    <soapenv:Body>
    <NewUser>
    <!-- Social Security Number OR Tax ID -->
    <info1>080405438</info1>
    <!-- Account Number OR Member number -->
    <info2>817</info2>
    </NewUser>
    </soapenv:Body>
    </soapenv:Envelope>
    7 changes: 7 additions & 0 deletions NewUser.response.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <NewUserResponse xmlns="http://www.w-w-i-s.com/hb/51">
    <NewUserResult>0</NewUserResult>
    </NewUserResponse>
    </soap:Body>
    </soap:Envelope>