偶然路过的靓仔-胡阳

为中华之崛起而读书!中国加油! 问题不能及时回答,有需要的话加微信:921308494

   ::  ::  ::  ::  :: 管理

先用soupUI调试  fiddler抓包

然后再写:

web_custom_request("createSoapOrder",
        "URL=http://{hosts}:****/****/webService/eifWebService",
        "Method=post",
        "TargetFrame=",
        "Resource=1",
        "Referer=",
        "Mode=HTML",
        "EncType=text/xml;charset=UTF-8",
        "Body=<soapenv:Envelope xmlns:soapenv=\"http://schemas.****.org/soap/envelope/\" xmlns:web=\"http://****.***.supcom.th.com/\">"
                      "<soapenv:Header/>"
                       "<soapenv:Body>"
                      "<web:acceptMessage>"
                     "<!--Optional:-->"
                     "<arg0>    <![CDATA["
                    "<Request>"
                      "*****"

      "*****"

      "*****"
                    "</Request>"
                    "]]></arg0>"
                      "</web:acceptMessage>"
                       "</soapenv:Body>"
                    "</soapenv:Envelope>",
        LAST);   

 

posted on 2022-09-27 15:51  偶然路过的靓仔-胡阳  阅读(15)  评论(0编辑  收藏  举报