mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 19:30:46 +02:00
11 lines
258 B
XML
11 lines
258 B
XML
<soapenv:Envelope
|
|
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
|
|
xmlns:blz="http://thomas-bayer.com/blz/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<blz:getBank>
|
|
<blz:blz>10020200</blz:blz>
|
|
</blz:getBank>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>
|