HistoryDevByCx/二开源码/欧姆龙/oml0409/WEB-INF/prop/BIS_setting.properties

49 lines
1.5 KiB
Properties
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#共享文件夹所有服务器ip地址
serverip=10.20.2.33
#共享文件夹访问帐号
username=test
#共享文件夹访问密码
pwd=test
#共享文件夹所在网络路径(OA发到BIS的申请报文保存) ,等号前面的数据是对应流程id。
webpath_Input=/OMS/Staff/Test/Input
#共享文件夹所在网络路径(返回报文保存)
webpath_Output=/OMS/Staff/Test/Output
#共享文件夹所在网络路径(查询报文保存)
webpath_Search=/OMS/Staff/Test/Search
#oa文件下载地址
fjdownUrl=http://localhost:8080/weaver/weaver.file.FileDownloadNew?fileid=
#oa回写表单字段名
oaFieldName=zfjg
#++++++建模表相关配置++++++++++++
#维护对应关系建模表名
jm_table=uf_wf_bisxml
#流程名称字段名
jm_wfname=wfname
#流程ID字段名
jm_wfid=wfid
#流程主表名称字段名
jm_formname=formname
#流程明细表名称字段名
jm_formname_dt=formname_dt
#签字意见表名称字段名
jm_Signname=Signname
#OA字段数据库名字段名
jm_fieldname=fieldname
#BISXML标签名字段名
jm_xml_name=xml_name
#标签组字段名
jm_org_name=org_name
#是否附件类型字段名
jm_attachment=attachment
#+++++++++++++++++++++++++end+++++++++++++++++
#报文头配置,根据第三方提供配置
xmlHeader=<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.biz.omcc.cn/"><soapenv:Header><auth:authentication xmlns:auth="http://auth.ommcc.cn//authentication"><wpID>OAG</wpID><userID>user</userID><password>password</password></auth:authentication></soapenv:Header><soapenv:Body><ws:paymentDetail><!--Optional:--><arg0>
#报文尾配置,根据第三方提供配置
xmlend=</arg0></ws:paymentDetail></soapenv:Body></soapenv:Envelope>