<?xml version="1.0"?>
<definitions name="WhatsMyIpService"
   targetNamespace="https://in.je/ip/wsdl"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:tns="https://in.je/ip/wsdl"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
   <message name="WhatsMyIpRequest"/>
	
   <message name="WhatsMyIIpesponse">
      <part name="ip-address" type="xsd:string"/>
   </message>

   <portType name="WhatsMyIp_PortType">
      <operation name="WhatsMyIp">
         <input message="tns:WhatsMyIpRequest"/>
         <output message="tns:WhatsMyIpResponse"/>
      </operation>
   </portType>

   <binding name="WhatsMyIp_Binding" type="tns:WhatsMyIp_PortType">
      <soap:binding style="rpc"
         transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="WhatsMyIp">
         <soap:operation soapAction="WhatsMyIp"/>
         <input>
            <soap:body
               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
               namespace="urn:examples:whatsmyipservice"
               use="encoded"/>
         </input>
		
         <output>
            <soap:body
               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
               namespace="urn:examples:whatsmyipservice"
               use="encoded"/>
         </output>
      </operation>
   </binding>

   <service name="WhatsMyIp_Service">
      <documentation>WSDL File for WhatsMyIpService</documentation>
      <port binding="tns:WhatsMyIp_Binding" name="WhatsMyIp_Port">
         <soap:address
            location="https://in.je/ip/soap" />
      </port>
   </service>
</definitions>
