- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Re: upload a Capability Request Files for offline processing
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
upload a Capability Request Files for offline processing
I would like to use a soap api call to upload a Capability Request File for offline processing.
I expect to get a capability response file which I then can use to activate this entitlement within an application that uses Flexnet server.
Attached the call - which I suspect to be used and its response.
I wonder why do I get a failure and how can I do it properly?
Hi, your envelop should look more like this (replacing the content ID with your own ID).
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:v3.fne.webservices.operations.flexnet.com">
<soapenv:Header/>
<soapenv:Body>
<urn:generateCapabilityResponseRequest>
<!--Zero or more repetitions:-->
<urn:device>
<urn:deviceIdentifier>
<urn:deviceType>CLIENT</urn:deviceType>
<urn:deviceId>device1</urn:deviceId>
</urn:deviceIdentifier>
</urn:device>
<urn:request>cid:108186918559</urn:request>
</urn:generateCapabilityResponseRequest>
</soapenv:Body>
</soapenv:Envelope>