本帖最后由 holts 于 2023-5-10 13:35 编辑
【myApps/OBPM版本号】:wei365.4
【浏览器类型】:Chrome/其他
【联系方式-QQ】:请留下您的QQ号码
【联系电话】: 请留下您的联系电话,以便技术同事更好解决您的问题
【问题描述】: 第三方提供了可置化的Web Service接口(SOAP),接收外部系统推送的业务数据并进行相应的业务逻辑处理。现准备将 myapps中的内容推送过去,不知道如何实现
接口地址:http//xxx.xxx.xxx.xxx:8080/STAdS.x/services/teic.asmx
用户名:userid
密码:zxxxx
通用接口方法:
•RunAct(string strActionID, object[] arrParams, string strUsrnam, string strPwd)
要推送的内容 object[] 具体数据示例如下:
[
{
"DEPT": "IT",
"REQUESTID": "A0001",
"BATCHNO": "B2310001"
}
]
在MYAPPS中要如何写段代码实现这一功能 ?
|