Web services 我正在寻找SOAP服务,我想通过客户机做一个示例

Web services 我正在寻找SOAP服务,我想通过客户机做一个示例,web-services,soap,Web Services,Soap,我只是想了解如何查询SOAP服务,那么是否有基于SOAP的服务可以使用 这里有大量可用的SOAP web服务。。。 有许多基于SOAP的服务可用。您可以编写自己的测试 在此处查找更多详细信息--> 例如: SOAP Endpoint URL: http://www.SoapClient.com/xml/SQLDataSoap.WSDL SOAP Action: /SQLDataSRL Method Names: ProcessSRL WSDL URL: http://ww

我只是想了解如何查询SOAP服务,那么是否有基于SOAP的服务可以使用

这里有大量可用的SOAP web服务。。。

有许多基于SOAP的服务可用。您可以编写自己的测试

在此处查找更多详细信息-->

例如:

SOAP Endpoint URL:      http://www.SoapClient.com/xml/SQLDataSoap.WSDL
SOAP Action:    /SQLDataSRL
Method Names:   ProcessSRL
WSDL URL:   http://www.SoapClient.com/xml/SQLDataSoap.wsdl
Parameters:     

   1. SRLFile: The name of the Service Request Language File, use /xml/WEB.SRI for web searches.
   2. RequestName: The name of the search engine, use Altavista, Yahoo, Excite, etc.
   3. key: The keywords to be searched for.
SOAP消息示例

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsd="http://www.w3.org/1999/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <SOAP-ENV:Body>
        <mns:ProcessSRL xmlns:mns="http://www.SoapClient.com/xml/SQLDataSoap.xsd">
            <SRLFile xsi:type="xsd:string">/xml/web.sri</SRLFile>
            <RequestName xsi:type="xsd:string">Altavista</RequestName>
            <key xsi:type="xsd:string">SOAP</key>
        </mns:ProcessSRL>
    </SOAP-ENV:Body> 
</SOAP-ENV:Envelope>

/xml/web.sri
阿尔塔维斯塔
肥皂