- Adding a PHP web reference in a .NET application
- The HTML document does not contain Web service discovery information.
- <?xml version="1.0" encoding="utf-8"?>
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema"
- xmlns:tns="http://leopard-ext.its-dispatch.com/ws/request.php" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://leopard-ext.its-dispatch.com/ws/request.php">
- <types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://leopard-ext.its-dispatch.com/ws/request.php">
- <s:element name="fetchImport">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="accessKey" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="requestURL" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="requestFunction" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="requestType" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="fetchImportResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="fetchImport" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getLoads">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="accessKey" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getLoadsResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="getLoads" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </types>
- <message name="fetchImportSoapIn">
- <part name="parameters" element="tns:fetchImport" />
- </message>
- <message name="fetchImportSoapOut">
- <part name="parameters" element="tns:fetchImportResponse" />
- </message>
- <message name="getLoadsSoapIn">
- <part name="parameters" element="tns:getLoads" />
- </message>
- <message name="getLoadsSoapOut">
- <part name="parameters" element="tns:getLoadsResponse" />
- </message>
- <portType name="ITSDispatchServiceSoap">
- <operation name="fetchImport">
- <input message="tns:fetchImportSoapIn" />
- <output message="tns:fetchImportSoapOut" />
- </operation>
- <operation name="getLoads">
- <input message="tns:getLoadsSoapIn" />
- <output message="tns:getLoadsSoapOut" />
- </operation>
- </portType>
- <binding name="ITSDispatchServiceSoap" type="tns:ITSDispatchServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <operation name="fetchImport">
- <soap:operation soapAction="http://leopard-ext.its-dispatch.com/ws/request.php/fetchImport" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="getLoads">
- <soap:operation soapAction="http://leopard-ext.its-dispatch.com/ws/request.php/getLoads" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- </binding>
- <service name="ITSDispatchService">
- <port name="ITSDispatchServiceSoap" binding="tns:ITSDispatchServiceSoap">
- <soap:address location="http://leopard-ext.its-dispatch.com/ws/request.php" />
- </port>
- </service>
- </definitions>