| <?xml version="1.0" encoding="UTF-8"?> |
| <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/LoadAndPrintTest/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LoadAndPrintTest" targetNamespace="http://tempuri.org/LoadAndPrintTest/" xmlns:wsdl1="http://www.example.org/Imported/"> |
| <wsdl:import namespace="http://www.example.org/Imported/" location="Imported.wsdl"></wsdl:import> |
| <wsdl:types> |
| <xsd:schema targetNamespace="http://tempuri.org/LoadAndPrintTest/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| <xsd:element name="NewOperationResponse" type="xsd:string"/> |
| <xsd:element name="NewOperationRequest" type="xsd:string"/> |
| <xsd:element name="NewOperationNewFault" type="xsd:string"></xsd:element> |
| </xsd:schema> |
| </wsdl:types> |
| <wsdl:message name="NewOperationResponse"> |
| <wsdl:part element="tns:NewOperationResponse" name="NewOperationResponse"/> |
| </wsdl:message> |
| <wsdl:message name="NewOperationRequest"> |
| <wsdl:part element="tns:NewOperationRequest" name="NewOperationRequest"/> |
| </wsdl:message> |
| <wsdl:message name="NewOperationNewFault"> |
| <wsdl:part name="NewOperationNewFault" |
| element="tns:NewOperationNewFault"> |
| </wsdl:part> |
| </wsdl:message> |
| <wsdl:portType name="LoadAndPrintTest"> |
| <wsdl:operation name="NewOperation"> |
| <wsdl:input message="tns:NewOperationRequest"/> |
| <wsdl:output message="tns:NewOperationResponse"/> |
| <wsdl:fault name="NewFault" message="tns:NewOperationNewFault"></wsdl:fault> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="LoadAndPrintTestSOAP" type="tns:LoadAndPrintTest"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="NewOperation"> |
| <soap:operation soapAction="http://tempuri.org/LoadAndPrintTest/NewOperation"/> |
| <wsdl:input> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| <wsdl:fault name="NewFault"></wsdl:fault> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="LoadAndPrintTest"> |
| <wsdl:port binding="tns:LoadAndPrintTestSOAP" name="LoadAndPrintTestSOAP"> |
| <soap:address location="http://tempuri.org"/> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |