Skip to content

Instantly share code, notes, and snippets.

@jansu76
Created November 17, 2015 09:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jansu76/5d0e062ddf1f9776430d to your computer and use it in GitHub Desktop.
Esimerkki X-Road palvelukutsusta
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xro="http://x-road.eu/xsd/xroad.xsd"
xmlns:iden="http://x-road.eu/xsd/identifiers"
xmlns:prod="http://fi.vero.example/producer">
<soapenv:Header>
<xro:protocolVersion>4.x</xro:protocolVersion>
<xro:id>ABC1226354</xro:id>
<xro:userId>EE1234567890</xro:userId>
<xro:client iden:objectType="SUBSYSTEM">
<iden:xRoadInstance>FI</iden:xRoadInstance>
<iden:memberClass>GOV</iden:memberClass>
<iden:memberCode>2296962-1</iden:memberCode>
<iden:subsystemCode>TukiSS1</iden:subsystemCode>
</xro:client>
<xro:service iden:objectType="SERVICE">
<iden:xRoadInstance>FI</iden:xRoadInstance>
<iden:memberClass>GOV</iden:memberClass>
<iden:memberCode>0245458-3</iden:memberCode>
<iden:subsystemCode>VeroSS2</iden:subsystemCode>
<iden:serviceCode>getTaxRating</iden:serviceCode>
<iden:serviceVersion>v1</iden:serviceVersion>
</xro:service>
</soapenv:Header>
<soapenv:Body>
<prod:getTaxRating>
<request>
<id>1710128-9</id>
</request>
</prod:getTaxRating>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment