<small id='lPzAd'></small><noframes id='lPzAd'>

      <bdo id='lPzAd'></bdo><ul id='lPzAd'></ul>
    1. <tfoot id='lPzAd'></tfoot>

    2. <legend id='lPzAd'><style id='lPzAd'><dir id='lPzAd'><q id='lPzAd'></q></dir></style></legend>

    3. <i id='lPzAd'><tr id='lPzAd'><dt id='lPzAd'><q id='lPzAd'><span id='lPzAd'><b id='lPzAd'><form id='lPzAd'><ins id='lPzAd'></ins><ul id='lPzAd'></ul><sub id='lPzAd'></sub></form><legend id='lPzAd'></legend><bdo id='lPzAd'><pre id='lPzAd'><center id='lPzAd'></center></pre></bdo></b><th id='lPzAd'></th></span></q></dt></tr></i><div id='lPzAd'><tfoot id='lPzAd'></tfoot><dl id='lPzAd'><fieldset id='lPzAd'></fieldset></dl></div>

      如何创建 SOAP 1.2 请求

      时间:2023-05-22

    4. <legend id='6pks0'><style id='6pks0'><dir id='6pks0'><q id='6pks0'></q></dir></style></legend>
    5. <small id='6pks0'></small><noframes id='6pks0'>

      <i id='6pks0'><tr id='6pks0'><dt id='6pks0'><q id='6pks0'><span id='6pks0'><b id='6pks0'><form id='6pks0'><ins id='6pks0'></ins><ul id='6pks0'></ul><sub id='6pks0'></sub></form><legend id='6pks0'></legend><bdo id='6pks0'><pre id='6pks0'><center id='6pks0'></center></pre></bdo></b><th id='6pks0'></th></span></q></dt></tr></i><div id='6pks0'><tfoot id='6pks0'></tfoot><dl id='6pks0'><fieldset id='6pks0'></fieldset></dl></div>

            <tbody id='6pks0'></tbody>

              <tfoot id='6pks0'></tfoot>
                <bdo id='6pks0'></bdo><ul id='6pks0'></ul>

                本文介绍了如何创建 SOAP 1.2 请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我需要有关创建 SOAP 1.2 请求的帮助.我只有这个:

                I need help with creating SOAP 1.2 request. All i have is this:

                样品请求:

                POST /WS/PriceList.asmx HTTP/1.1
                Host: gateway.systemb2b.com
                Content-Type: application/soap+xml; charset=utf-8
                Content-Length: length
                
                <?xml version="1.0" encoding="utf-8"?>
                <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
                  <soap12:Body>
                    <GetProducts xmlns="http://gateway.systemb2b.com/schemas/Product" />
                  </soap12:Body>
                </soap12:Envelope>
                

                响应示例:

                HTTP/1.1 200 OK
                Content-Type: application/soap+xml; charset=utf-8
                Content-Length: length
                
                <?xml version="1.0" encoding="utf-8"?>
                <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
                  <soap12:Body>
                    <GetProductsResponse xmlns="http://gateway.systemb2b.com/schemas/Product">
                      <GetProductsResult>xml</GetProductsResult>
                    </GetProductsResponse>
                  </soap12:Body>
                </soap12:Envelope>
                

                非常感谢.

                推荐答案

                <?php
                    $client = new SoapClient("URL/OF/YOUR/WSDL", array('soap_version' => SOAP_1_2));
                    $result = $client('GetProducts');
                ?>
                

                这篇关于如何创建 SOAP 1.2 请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:调试 PHP SOAP 调用 下一篇:我如何通过 PHP 读取 SOAP 回复信封

                相关文章

                最新文章

                  <tfoot id='yvYI2'></tfoot>
                1. <i id='yvYI2'><tr id='yvYI2'><dt id='yvYI2'><q id='yvYI2'><span id='yvYI2'><b id='yvYI2'><form id='yvYI2'><ins id='yvYI2'></ins><ul id='yvYI2'></ul><sub id='yvYI2'></sub></form><legend id='yvYI2'></legend><bdo id='yvYI2'><pre id='yvYI2'><center id='yvYI2'></center></pre></bdo></b><th id='yvYI2'></th></span></q></dt></tr></i><div id='yvYI2'><tfoot id='yvYI2'></tfoot><dl id='yvYI2'><fieldset id='yvYI2'></fieldset></dl></div>
                  • <bdo id='yvYI2'></bdo><ul id='yvYI2'></ul>

                  1. <legend id='yvYI2'><style id='yvYI2'><dir id='yvYI2'><q id='yvYI2'></q></dir></style></legend>
                  2. <small id='yvYI2'></small><noframes id='yvYI2'>