cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
efner_o
Level 3

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?

 

0 Kudos
(2) Replies
cfischer
Revenera
Revenera

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>

efner_o
Level 3

thanks!
0 Kudos