您的位置:首页 > 编程语言 > Java开发

在用eclipse开发bpel时,在引用外部服务的时候,出现的问题

2007-04-03 14:18 381 查看
问题1:在用eclipse开发bpel时,在引用外部服务的时候,出现的问题?

在bpel流程中加入了一个<invoke>引入一个发布到本地的bpel服务器的服务:所得税处理系统。但是在我add Partner link的时候,在弹出窗口中,选择WSDLLocation后,无法显示Local BPEL SERVER.
错误信息:failed to retrieve service list from :[http:port]/BPELConsole/xmlGetProcesslist.jsp?domainId=default&password=bpel]Http://[http_host]:[http:port]/BPELConsole/xmlGetProcesslist.jsp?domainId=default&password=bpel
Cause:
无效的语句
Potential Fixes:
Make sure that the BPEL server has been started ;check syntax of WSIL document;check network settings and WSIL document URL.

答:在d:/eclipse/plugins/com.oracle.bpel.designer_0.9.13/html/config/UDDIProviderList.xml中修改
<inquiryURL>http://[HTTP_HOST]:[HTTP_PORT]/BPELConsole/xmlGetProcessList.jsp?domainId=default&password=bpel</inquiryURL>
中的主机地址和端口地址。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐