Hi, everyone.
I am writing a custom request (6.5 SP3).
I have the following query:
</soapenv:Header>
<soapenv:Body>
<core:get>
<!--Optional:-->
<forObjects isInternal="?">
<!--Zero or more repetitions:-->
<core1:Identities valueType="OBJECT_ID" repositoryName="repo_name">
<!--You have a CHOICE of the next 6 items at this level-->
<core1:ObjectId id="your_object_id"/>
<core1:ObjectKey objectType="?">
</core1:ObjectKey>
<core1:ObjectPath path="?"/>
<core1:Qualification qualificationValueType="?" objectType="?">
<!--Optional:-->
<core1:String>?</core1:String>
</core1:Qualification>
<core1:CompositeObjectId objectType="?">
<!--Optional:-->
</core1:CompositeObjectId>
<core1:StringUri>?</core1:StringUri>
</core1:Identities>
</forObjects>
</core:get>
</soapenv:Body>
</soapenv:Envelope>
What should I append to a query work?