-
-
Save chrislerum/5365540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
</Credentials> | |
</soap:Header> | |
<soap:Body> | |
<GetAccounts> | |
<accttype>All</accttype> | |
<skiprefresh>false</skiprefresh> | |
</GetAccounts> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
</Credentials> | |
</soap:Header> | |
<soap:Body> | |
<GetHistory> | |
<accountid>3b4fc480adeff0d6cdb65678d1afcb67</accountid> | |
<!--<startdate>string</startdate>--> | |
</GetHistory> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>wnltaizcjvlg1k45i0eidq45</SessionKey> | |
</Credentials> | |
</soap:Header> | |
<soap:Body> | |
<GetHistoryResponse xmlns="http://www.w-w-i-s.com/hb/51"> | |
<GetHistoryResult> | |
<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> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
</Credentials> | |
</soapenv:Header> | |
<soapenv:Body> | |
<Login> | |
<loginsteps> | |
<Step>Step1</Step> | |
</loginsteps> | |
</Login> | |
</soapenv:Body> | |
</soapenv:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>ilq34liolkjzbtrhv5kg5z55</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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey> | |
</Credentials> | |
</soap:Header> | |
<soap:Body> | |
<Login> | |
<loginsteps> | |
<Step>Step2</Step> | |
<User> | |
<level>PromptQuestions</level> | |
</User> | |
</loginsteps> | |
</Login> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>ilq34liolkjzbtrhv5kg5z55</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>98b4733ac764d3fc7b6d3e42c0dc161c</id> | |
<text>What is the name of your pet?</text> | |
<language>EN</language> | |
</question> | |
</questions> | |
<level>ValidateAnswers</level> | |
</User> | |
</Content> | |
</LoginResult> | |
</LoginResponse> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>ilq34liolkjzbtrhv5kg5z55</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>98b4733ac764d3fc7b6d3e42c0dc161c</id> | |
<text>1</text> | |
<language>EN</language> | |
</TFAQuestion> | |
</Questions> | |
<Level>ValidateAnswers</Level> | |
</User> | |
</loginsteps> | |
</Login> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>ariel1234</UserName> | |
<Password>worldwide1</Password> | |
<SessionKey>ilq34liolkjzbtrhv5kg5z55</SessionKey> | |
</Credentials> | |
</soap:Header> | |
<soap:Body> | |
<LoginResponse xmlns="http://www.w-w-i-s.com/hb/51"> | |
<LoginResult> | |
<ResultCode>0</ResultCode> | |
<Content> | |
<Step>Complete</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>LoggedIn</level> | |
</User> | |
</Content> | |
</LoginResult> | |
</LoginResponse> | |
</soap:Body> | |
</soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment