51Testing软件测试论坛

标题: 求助:soap_requset()函数报错:警告: 带有参数分隔符的字符串“result”不是参数 [打印本页]

作者: ianoops    时间: 2012-11-20 15:34
标题: 求助:soap_requset()函数报错:警告: 带有参数分隔符的字符串“result”不是参数
使用soap_request()函数报错:警告: 带有参数分隔符的字符串“result”不是参数。
  1. soap_request(
  2.          "StepName=SOAP 单边收付款",
  3.          "URL=http://192.168.15.203:9081/tcrcb_webservice/services/DirectlyCreatePayment?wsdl",
  4.           "SOAPEnvelope="
  5.          "<?xml version=\"1.0\" encoding=\"UTF-8\"?> "
  6. "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">   "
  7. " <SOAP-ENV:Body>                                                                                                                                                                    "
  8. "  <directlyCreatePayment xmlns=\"http://bosent.com/webservice/paymentgateway/createpayment/\">                                                                                        "
  9. "   <input>                                                                                                                                                                          "
  10. "    <ns1:commonHeader xmlns:ns1=\"http://createpayment.paymentgateway.webservice.bosent.com\">                                                                                        "
  11. "     <ns1:date>20140101</ns1:date>                                                                                                                                                  "
  12. "     <ns1:domain>501</ns1:domain>                                                                                                                                                   "
  13. "     <ns1:medium>1001</ns1:medium>                                                                                                                                                  "
  14. "     <ns1:refPayNo>225{random}{random1}{random2}884444447</ns1:refPayNo>                                                                                                                                       "
  15. "     <ns1:trade**Id>0101</ns1:trade**Id>                                                                                                                                      "
  16. "     <ns1:userLoginId>00000385</ns1:userLoginId>                                                                                                                                    "
  17. "    </ns1:commonHeader>                                                                                                                                                             "
  18. "    <ns2:mainParameters xmlns:ns2=\"http://createpayment.paymentgateway.webservice.bosent.com\">                                                                                      "
  19. "     <ns2:amount>1000</ns2:amount>                                                                                                                                                  "
  20. "     <ns2:currencyUomId>CNY</ns2:currencyUomId>                                                                                                                                     "
  21. "     <ns2:customerInfo>                                                                                                                                                             "
  22. "      <ns2:customer**Id>0101</ns2:customer**Id>                                                                                                                               "
  23. "     </ns2:customerInfo>                                                                                                                                                            "
  24. "     <ns2:extMap>                                                                                                                                                                   "
  25. "      <ns2:dateValue>20140101</ns2:dateValue>                                                                                                                                       "
  26. "     </ns2:extMap>                                                                                                                                                                  "
  27. "     <ns2:iscred>X</ns2:iscred>                                                                                                                                                     "
  28. "     <ns2:manualRefNum></ns2:manualRefNum>                                                                                                                                          "
  29. "     <ns2:paymentMethodInfo>                                                                                                                                                        "
  30. "      <ns2:accountNumber>200015130900351</ns2:accountNumber>                                                                                                                        "
  31. "      <ns2:paymentMethodType>CAPITAL_ACCOUNT</ns2:paymentMethodType>                                                                                                                "
  32. "      <ns2:paymentServiceTypeEnumId>PRDS_PAY_DEPOSIT</ns2:paymentServiceTypeEnumId>                                                                                                 "
  33. "      <ns2:paymentTypeId>DISBURSEMENT</ns2:paymentTypeId>                                                                                                                           "
  34. "     </ns2:paymentMethodInfo>                                                                                                                                                       "
  35. "    </ns2:mainParameters>                                                                                                                                                           "
  36. "   </input>                                                                                                                                                                         "
  37. " </directlyCreatePayment>                                                               "
  38. " </SOAP-ENV:Body>                                                                  "
  39. " </SOAP-ENV:Envelope> "
  40.         // "Snapshot=t1.inf",     
  41.          "ResponseParam=result",  
  42.          LAST);
复制代码





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2