我正在尝试做一些关于与JAVA API集成的Rightfax的POC。在Rightfax服务器( java /XML )中安装了所有必需的组件,并在运行示例java程序时配置了IIS (在安装rightfax服务器时要小心),得到以下消息
Msg: Failed to load XML into DOM tree.如果Rightfax服务器端或IIS中缺少任何配置,有人可以帮助我吗
发布于 2014-11-01 00:19:24
//Create a outbound fax object
RFaxSubmit faxSubmit= new RFaxSubmit();
//set XMLNS and make sure you have XML_FAX_SUBMIT_schema.xml in your classpath.
faxSubmit.m_FaxDocument.setXMLNS("classpath:XML_FAX_SUBMIT_schema.xml");此文件必须在您的RightFax服务器上可用,@ This location \RightFax\Production\xml\schemas\XML_FAX_SUBMIT_schema.xml下载此文件或询问服务器支持并将其添加到您的类路径中。
https://stackoverflow.com/questions/23250482
复制相似问题