首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >[row,col {unknown-source}]处的属性值中存在意外EOF:[2,3861] TIBCO BW 6.3中的web服务回复问题

[row,col {unknown-source}]处的属性值中存在意外EOF:[2,3861] TIBCO BW 6.3中的web服务回复问题
EN

Stack Overflow用户
提问于 2019-04-13 20:18:51
回答 1查看 880关注 0票数 0

从TIBCO BW 6.3.3调用web服务时,回复消息中出现错误。错误日志如下:

有谁可以指导我解决这个问题。

代码语言:javascript
复制
ERROR [Axis2 Task] com.tibco.bw.binding.soap - TIBCO-BW-BINDING-               SOAP-550120: Error occurred while processing reply message from the service provider of the Operation [{urn:GenericSoap}GenericSoapOperation], SoapReferenceBinding [SOAPReferenceBinding], Application [webCenter.application:1.0] due to exception [org.apache.axiom.om.OMException]
15:11:51.647 ERROR [Axis2 Task] com.tibco.bw.binding.soap - com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in attribute value
 at [row,col {unknown-source}]: [2,3861]
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.

15:11:51.673 ERROR [bwEngThread:In-Memory Process Worker-7]   com.tibco.bw.core - TIBCO-BW-CORE-500050: The BW process [webcenter.Process] instance faulted, JobId [bw0a100], ProcessInstanceId [bw0a100], ParentProcessInstanceId [-], Module [webCenter:1.0.0.qualifier], Application [webCenter.application:1.0].  
<CausedBy> TIBCO-BW-CORE-500052: Invoke activity [GenericSoapOperation] fault.  
<CausedBy> com.tibco.bw.binding.soap.BWSOAPReferenceBindingException: TIBCO-BW-BINDING-SOAP-550120: Error occurred while processing reply message from the service provider of the Operation [{urn:GenericSoap}GenericSoapOperation], SoapReferenceBinding [SOAPReferenceBinding], Application [webCenter.application:1.0] due to exception [org.apache.axiom.om.OMException]
<CausedBy> org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in attribute value


at [row,col {unknown-source}]: [2,3861]
    <CausedBy> com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in attribute value at [row,col {unknown-source}]: [2,3861]
EN

回答 1

Stack Overflow用户

发布于 2019-04-17 15:39:43

检查xml/xsd文件中的编码,它必须是相同的

代码语言:javascript
复制
<?xml version="1.0" **encoding="UTF-8"?**>
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55665345

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档