%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://some-web-service.com/CustomUI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsdLocal0="http://www.some-web-service.com/xml/ContactInformation" targetNamespace="http://some-web-service.com/CustomUI">
<message name="Contact_Information_Input">
<part name="Contact_Id" type="xsd:string" />
</message>
<message name="Contact_Information_Output">
<part name="Response_Code" type="xsd:string" />
<part name="Response_Message" type="xsd:string" />
</message>
<portType name="Contact_Information">
<operation name="Contact_Information">
<input message="tns:Contact_Information_Input" />
<output message="tns:Contact_Information_Output" />
</operation>
</portType>
<binding name="Contact_Information" type="tns:Contact_Information">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
<operation name="Contact_Information">
<soap:operation soapAction="rpc/http://some-web-service.com/CustomUI:Contact_Information" />
<input>
<soap:body namespace="http://some-web-service.com/CustomUI" use="literal" />
</input>
<output>
<soap:body namespace="http://some-web-service.com/CustomUI" use="literal" />
</output>
</operation>
</binding>
<service name="Web_Service">
<port binding="tns:Contact_Information" name="Contact_Information">
<soap:address location="https://some-web-service.com" />
</port>
</service>
</definitions>