Changes

UBIK Web Service

1,346 bytes added, 16:28, 27 February 2020
/* Downloading branch */
</source>
[[Category==== SOAP ====<source lang="html4strict" style="padding-bottom:Server|Web 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>APP</tem:appName> <tem:contextName>CTX</tem:contextName> <tem:args> <ubik:ChildrenDepth>1</ubik:ChildrenDepth> <ubik:ParentDepth>0</ubik:ParentDepth> <ubik:StartingPoint xsi:type="ubik:HierarchyStartingPoint"> <ubik:UID>9E8FC21E-137E-4DDB-9D85-6E71B01F12FA</ubik:UID> </ubik:StartingPoint> </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