[Java] PHP使用SOAP调用.net的WebService结果 →→→→→进入此内容的聊天室

来自 , 2020-06-17, 写在 Java, 查看 113 次.
URL http://www.code666.cn/view/3cef96dc
  1. POST /SearchService.asmx HTTP/1.1
  2. Host: 202.105.183.61
  3. Content-Type: text/xml; charset=utf-8
  4. Content-Length: length
  5. SOAPAction: "http://tempuri.org/GetTrafficViolationInfo"
  6.  
  7. <?xml version="1.0" encoding="utf-8"?>
  8. <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  9.   <soap:Body>
  10.     <GetArticle xmlns="http://tempuri.org/">
  11.       <param1>string</param1>
  12.       <param2>string</param2>
  13.     </GetArticle>
  14.   </soap:Body>
  15. </soap:Envelope>
  16.  

回复 "PHP使用SOAP调用.net的WebService结果"

这儿你可以回复上面这条便签

captcha