ENDRPrint/.svn/pristine/6e/6e37046304fcdbe9a1b12030eac6bd088fc8b778.svn-base
2024-08-14 10:33:27 +07:00

36 lines
1.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5. --><definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://wf108.edas.scc.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://wf108.edas.scc.com/" name="MTLGetUrlWS">
<types>
<xsd:schema>
<xsd:import namespace="http://wf108.edas.scc.com/" schemaLocation="http://10.1.2.19:7003/mtlwf108/MTLGetUrlWS?xsd=1"/>
</xsd:schema>
</types>
<message name="getUrl">
<part name="parameters" element="tns:getUrl"/>
</message>
<message name="getUrlResponse">
<part name="parameters" element="tns:getUrlResponse"/>
</message>
<portType name="MTLGetUrlWS">
<operation name="getUrl">
<input message="tns:getUrl"/>
<output message="tns:getUrlResponse"/>
</operation>
</portType>
<binding name="MTLGetUrlWSPortBinding" type="tns:MTLGetUrlWS">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="getUrl">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="MTLGetUrlWS">
<port name="MTLGetUrlWSPort" binding="tns:MTLGetUrlWSPortBinding">
<soap:address location="http://10.1.2.19:7003/mtlwf108/MTLGetUrlWS"/>
</port>
</service>
</definitions>