现在有个小程序定时向sap发送订单信息,订单是xml格式的。目前客户要接受订单的地址,可是以前的源码和需求文档都找不到了。-_-
有个需求信息
Following is the information to make a http request to us :
URL:
====
https://xxx.gxs.com/xxx/gxs.mssmg.https.comm.in.basic.auth/receive
AP_F4F
======
user : user
pwd : password
HTTP-Headers:
=============
Ent-Sender :user
Ent-Receiver:xxx
Ent-APRF: <depending on the transctionType>
Ent-SNRF:<TIMESTAMP>
Content-Type:text/xml
根据以上信息重新写了个程序, 发送httprequest,
现在的问题是,HTTP-Headers中
Ent-APRF: <depending on the transctionType>
Ent-SNRF:<TIMESTAMP>
这2个信息改填什么,问过客户了,客户也不知道。
谁能帮帮我