Previous Topic

Next Topic

Book Contents

Writing the web service

ODMProcessorService Web Services Description Language (WSDL) defines how a receiving application receives ODM extract data from InForm Publisher. A receiving application must implement the web service using the WSDL provided. The web service defines a single operation, called receiveODMData.

The receiving application should provide implementation logic to receive ODM data and process it based on the application's requirements. Further processing might involve validating ODM data, storing the data in its database or file system, or transforming and sending the data to downstream applications.

Send Feedback