文档
测试
EAS
业务接口(InP)
WebService

💦 Step2:请求接口

POST
http://ip:port/ormrpc/services/WSINPCoreImpFacade

接口描述

AS的Webservice业务接口-InP核心接口

请求头

参数名
类型
描述
必填
Content-Type
text/xml
必填
SOAPAction
application/soap+xml;charset=utf-8
必填

请求参数

参数名
类型
描述
必填
param
object
请求参数
必填
interfaceNumber
string
接口编码-示例:EAS接口配置编码
必填
request
object
请求明细
必填
xxx...
string
匹配接口字段映射内容
可选
timeStamp
string
示例:2022-12-12 12:00:00
必填

响应参数

参数名
类型
描述
必填
interfaceNumber
string
接口编码-示例:EAS接口配置编码
必填
response
object
响应结果
必填
code
string
示例:200 / 404 / 505...
必填
status
string
示例:success / fail / error / other
必填
message
string
示例:接口请求成功 / 接口请求失败,异常:未找到接口配置!
必填
timeStamp
string
时间戳-示例:2022-12-12 12:00:00(格式:yyyy-MM-dd hh:mm:ss)
必填