Changes

UBIK Web Service

1,285 bytes added, 16:03, 27 February 2020
/* Downloading Infrastructure Objects */
</source>
Make sure to replace the <code><tags></code> accordingly!
 
==== SOAP ====
<source lang="html4strict" style="padding-bottom: 0; border-bottom: 0;">
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ubik="http://schemas.datacontract.org/2004/07/UBIK.Service.DTO.V211" xmlns:ubik1="http://schemas.datacontract.org/2004/07/UBIK.Service" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ubik2="http://schemas.datacontract.org/2004/07/UBIK.Service.DTO.V244" xmlns:ubik3="http://schemas.datacontract.org/2004/07/UBIK.Service.DTO.V260">
<soapenv:Header/>
<soapenv:Body>
<tem:GetHierarchyDeltasV212>
<tem:appName>application</tem:appName>
<tem:contextName>context</tem:contextName>
<tem:args>
<ubik:ChildrenDepth>1</ubik:ChildrenDepth>
<ubik:ParentDepth>0</ubik:ParentDepth>
<ubik:StartingPoint xsi:type="ubik:HierarchyInfrastructure"/>
</tem:args>
<tem:authentication>authttoken</tem:authentication>
<tem:version>264</tem:version>
</tem:GetHierarchyDeltasV212>
</soapenv:Body>
</soapenv:Envelope>
</source>
 
Make sure to replace the application, context and authtoken accordingly!
==== C#====
1,579
edits