-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hey guys,
we are using the WebService (1.8.0) and I have a problem when requesting the GetCMDeviceCollection endpoint.
I'll use the python requests library and the payload looks like this:
<!-- Secret is removed. -->
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetCMDeviceCollections xmlns="http://www.scconfigmgr.com">
<secret>XXXXXXX-XXXXXXX-XXXXXXX-XXXXXX-XXXXXX</secret>
<filter>[OSD]></filter>
</GetCMDeviceCollections>
</soap12:Body>
</soap12:Envelope>I try to filter something with square brackets and it is showing me everything... the request is not filtered... i also tried to use a CDATA element or some XML encoding... but this does not work either.
What is wrong?
Metadata
Metadata
Assignees
Labels
No labels