4.5 ConvertFile

In the following sample, the conversion client requests that the launcher service at http://contoso:12345/HtmlTrLauncher  use the docxpageconverter.exe conversion application to convert a document from the .docx file format to the html file format. The conversion client passes in the file in the SOAP-ENC:Array node with the identifier set to ref-7. The return value is a CreateDCInfo object with the error level set to CE_NONE, the file name of the converted file set to output.html, and the converted file in the SOAP-ENC:Array node. For brevity, the value A1B2C3D4 represents the content, encoded with base64 encoding, of the file to be converted and the converted file.