dongyu4455 2012-12-20 09:54
浏览 184
已采纳

通过HTTPS从SAP Web Application Server接收数据

I am trying to receive xml idoc data I from a SAP system. It should get push to me over HTTPS but something is not working. I gave out a ssl certificate and the ip address of the server. I can see the SAP is trying to send me something because I am getting an call from Agent: SAP Web Application Server (1.0;701) but no data is transmitted in GET, POST or FILE.

The SAP system is controlled by someone else. They got this working with some other server so I assume it must be my fault.

Currently my script loges this values: serialize($_GET), serialize($_POST), serialize($_FILES), $_SERVER['REMOTE_ADDR'], $_SERVER['HTTP_USER_AGENT'], serialize(apache_request_headers())

Header tells me: content-type: text/xml, content-length: 76702 but I am not getting any content.

What I am doing wrong? How could I dig into this?

  • 写回答

2条回答 默认 最新

  • doudou_3636 2012-12-20 11:20
    关注

    Solution is to read HTTP body directly from file_get_contents("php://input"). The data has no variable so it's not getting parsed into any $_POST variable:

    <?xml version="1.0" encoding="UTF-8"?><ZSHPMNT05>...
    

    See: http://php.net/manual/en/reserved.variables.httprawpostdata.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退