Wsdl to get html version of file
We are using dynamic converter to render html version of files in the system. Using RIDC, we can call the service GET_DYNAMIC_CONVERSION to view the file on a third part application.
Due to some limitation, we can not use RIDC. So, we have created a WSDL by copying the existing service definition of GET_DYNAMIC_CONVERSION into a custom webservice. The service gets executed without any error but we are not able to fetch the html version of the file or any file content for that matter. Any idea how the web service will return html version of the file rendered by Dynamic Converter component?