<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.ippages.com/soap2008/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.ippages.com/soap2008/">
<types><xsd:schema targetNamespace="http://www.ippages.com/soap2008/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="IP_Address_Properties">
  <xsd:all>
   <xsd:element name="IP" type="xsd:string"/>
   <xsd:element name="HOST" type="xsd:string"/>
   <xsd:element name="COUNTRY" type="xsd:string"/>
   <xsd:element name="STATE" type="xsd:string"/>
   <xsd:element name="CITY" type="xsd:string"/>
   <xsd:element name="ISP" type="xsd:string"/>
   <xsd:element name="ORG" type="xsd:string"/>
   <xsd:element name="PROXY" type="xsd:string"/>
   <xsd:element name="PROXY_HOST" type="xsd:string"/>
   <xsd:element name="PROXY_COUNTRY" type="xsd:string"/>
   <xsd:element name="PROXY_STATE" type="xsd:string"/>
   <xsd:element name="PROXY_CITY" type="xsd:string"/>
   <xsd:element name="PROXY_ISP" type="xsd:string"/>
   <xsd:element name="PROXY_ORG" type="xsd:string"/>
   <xsd:element name="DATETIME_STAMP" type="xsd:string"/>
   <xsd:element name="TIMESERVER_STAMP" type="xsd:string"/>
   <xsd:element name="VERSION" type="xsd:string"/>
   <xsd:element name="COMMENTS" type="xsd:string"/>
   <xsd:element name="CURRENCY_CODE" type="xsd:string"/>
   <xsd:element name="CURRENCY_NAME" type="xsd:string"/>
   <xsd:element name="CONTINENT" type="xsd:string"/>
   <xsd:element name="NATIONALITY" type="xsd:string"/>
   <xsd:element name="PROXY_CURRENCY_CODE" type="xsd:string"/>
   <xsd:element name="PROXY_CURRENCY_NAME" type="xsd:string"/>
   <xsd:element name="PROXY_CONTINENT" type="xsd:string"/>
   <xsd:element name="PROXY_NATIONALITY" type="xsd:string"/>
   <xsd:element name="LATITUDE" type="xsd:string"/>
   <xsd:element name="LONGITUDE" type="xsd:string"/>
   <xsd:element name="TOR_DETECTION" type="xsd:string"/>
   <xsd:element name="RBL_DNSBL_STATUS" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="callshowmyipRequest"><part name="optional_registered_ddns_name" type="xsd:string" /><part name="optional_language_code" type="xsd:string" /><part name="optional_access_key" type="xsd:string" /></message>
<message name="callshowmyipResponse"><part name="return" type="tns:IP_Address_Properties" /></message>
<portType name="callshowmyipPortType"><operation name="callshowmyip"><input message="tns:callshowmyipRequest"/><output message="tns:callshowmyipResponse"/></operation></portType>
<binding name="callshowmyipBinding" type="tns:callshowmyipPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="callshowmyip"><soap:operation soapAction="http://www.ippages.com/soap2008/server.php/callshowmyip" style="rpc"/><input><soap:body use="encoded" namespace="http://www.ippages.com/soap2008/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.ippages.com/soap2008/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding>
<service name="callshowmyip"><port name="callshowmyipPort" binding="tns:callshowmyipBinding"><soap:address location="http://www.ippages.com/soap2008/server.php"/></port></service>
</definitions>