duanhuan5409 2017-02-24 07:23
浏览 43

PHP Soap - 错误在发送长XML字符串时获取http标头

as I've described my issue in the title. I'm working with SoapClient in PHP to call my method in WCF Service WSDL. When I send my XML string which has under 3 elements it work properly. But when I send a XML string which contains more than 5 elements it return Error. I guess this issue caused by the size of String i'm trying to post. I've tried to configure some parameters but it didn't make any sense. Moreover, I pretty sure that my WCF Service still working well with large XML string after Testing with SOAPUI and WcfTestClient tool.

Hence some parameters I've already tried according to lots of topic on the internet with Soap option but it still failed. Hence my code: My SoapClient call

Hence my ComplexType which xmlDOMAIN is my XML string: WCF ComplexType

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 delta降尺度方法,未来数据怎么降尺度
    • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
    • ¥15 再不同版本的系统上,TCP传输速度不一致
    • ¥15 高德地图点聚合中Marker的位置无法实时更新
    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程