This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
developer:soap-1.3:methods:runchecksale [2010/08/06 11:14] vladg |
developer:soap-1.3:methods:runchecksale [2010/08/06 11:53] epouchak |
||
---|---|---|---|
Line 205: | Line 205: | ||
} | } | ||
</code> | </code> | ||
- | |||
==== XML ==== | ==== XML ==== | ||
<code xml> | <code xml> | ||
Line 216: | Line 215: | ||
<ns1:runCheckSale> | <ns1:runCheckSale> | ||
<Token xsi:type="ns1:ueSecurityToken"> | <Token xsi:type="ns1:ueSecurityToken"> | ||
- | <ClientIP xsi:type="xsd:string">192.168.0.1</ClientIP> | + | <ClientIP xsi:type="xsd:string">192.168.0.1</ClientIP> |
- | <PinHash xsi:type="ns1:ueHash"> | + | <PinHash xsi:type="ns1:ueHash"> |
- | <HashValue xsi:type="xsd:string">673d067b9e414b11d3be405d3537fbf7bc359ffa</HashValue> | + | <HashValue xsi:type="xsd:string">11ac55b0a0b59f8f028dbf85bc32266fa973dd0e</HashValue> |
- | <Seed xsi:type="xsd:string">12045764872012320491</Seed> | + | <Seed xsi:type="xsd:string">12678150211876663375</Seed> |
- | <Type xsi:type="xsd:string">sha1</Type> | + | <Type xsi:type="xsd:string">sha1</Type> |
- | </PinHash> | + | </PinHash> |
- | <SourceKey xsi:type="xsd:string">nE3D6frKFj27U9ug1Yd2366e0062hepS</SourceKey> | + | <SourceKey xsi:type="xsd:string">HB4P7C4K2w2ZCQQQXRqrxDj6agrS2NIT</SourceKey> |
</Token> | </Token> | ||
<Params xsi:type="ns1:TransactionRequestObject"> | <Params xsi:type="ns1:TransactionRequestObject"> | ||
Line 250: | Line 249: | ||
^ Version ^ Change ^ | ^ Version ^ Change ^ | ||
| 1.0 | Method added in soap v1.0 | | | 1.0 | Method added in soap v1.0 | | ||
- | |||
- |