FLEXNET OPERATIONS ON PREMISES SOAP WEB SERVICES GUIDE

FlexNet Operations 2020 R1 On Premises SOAP Web Services Guide

FlexNet Operations supports the integration of software license delivery into the business operations of software producers. Much of its functionality is exposed as Web services to facilitate its integration with software producer back office systems.

FlexNet Operations Web services are accessed using a document-style SOAP mechanism from client applications that you write. SOAP is an XML-based protocol that supports information exchange using HTTP and has implementations in many programming languages. Because each Web service is a document-style SOAP service, its parameters are sent in a specific XML format. This format is defined in a service-specific XML Schema document and a WSDL file. A language-specific client implementation (for example, C, C++, Java, Visual Studio .NET, Perl) of each interface can be generated from its WSDL file.

A WSDL file defines the interface to each web service. The custom data types and XML Schema elements specific to each interface are defined in one or more companion XML Schema documents. The files containing these interface definitions are located in the FlexNet Operations installation.

Sources
Name  Description 
ProductPackagingService  Web service to create, update, delete, count and query various product packaging definitions.
EntitlementOrderService  Web service to create, update, delete, count and query entitlements.
LicenseService  Web service to create, rehost, repair, return, query of license activations.
UserOrgHierarchyService  Web service to create, update and query organizational hierarchies as well as to create, update or delete users and user roles in an organization.
UserAdministration  Web service to manage users.
OrganizationAdministration  Web service to manage organizations.
FlexnetAuthentication  Web service to manage Flexnet authentication.
ManageDeviceService  Web service to manage devices.
DownloadPackagingService  The Download Packaging Web Service is an add-on to the FlexNet Operations entitlement management system.
UsageService  Web service to retrieve real-time, reconciled usage data for an organization.
EsdWebService  The Electronic Software Delivery Web Service has been replaced with the Download Packaging Service, and Flexera Software suggests that existing implementations be migrated to the newer service. Please contact Support if you have an Electronic Software Delivery implementation and you require documentation.
Appendix-A  Web Service Data Types with Choices
Appendix-B  License Model Attributes
Appendix-C  ClientSecurityCredentials Class Source
Appendix-D  Error Codes
Appendix-E  Supported Hostid Types