Web Service: AddressApiService

Target Namespace:
http://address.infocom.kg/ws/

Port AddressApiPort Port typeSource code

Location:
http://address.infocom.kg/app_dev.php/ws/AddressApi
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:
  1. getAllChildrenDetailSource code
  2. getAteByStreetDetailSource code
  3. getAteFullPathNameDetailSource code
  4. getAteFullPathNameByStreetAteDetailSource code
  5. getAteNameDetailSource code
  6. getChildrenDetailSource code
  7. getChildrenWithoutAymakDetailSource code
  8. getCountriesDetailSource code
  9. getEstateDetailSource code
  10. getEstateChildDetailSource code
  11. getEstateListDetailSource code
  12. getKeyAtesDetailSource code
  13. getOblastLevelUnitsDetailSource code
  14. getParentDetailSource code
  15. getSoateCodeDetailSource code
  16. getStreetFullNameDetailSource code
  17. getStreetFullNameByStreetAteDetailSource code
  18. getStreetFullNamePathDetailSource code
  19. getStreetIdByNameDetailSource code
  20. getStreetTypesDetailSource code
  21. getStreetsDetailSource code
  22. searchAtesDetailSource code
  23. searchStreetsDetailSource code

Operations

    Port type AddressApiPortTypeSource code

    1. getAllChildren
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getAllChildren
      Input:
      getAllChildrenRequest (soap:body, use = literal, part = token)Source code
      parent type int
      Output:
      getAllChildrenResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    2. getAteByStreet
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getAteByStreet
      Input:
      getAteByStreetRequest (soap:body, use = literal, part = token)Source code
      street type int
      currentDate type dateTime
      Output:
      getAteByStreetResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    3. getAteFullPathName
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getAteFullPathName
      Input:
      getAteFullPathNameRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getAteFullPathNameResponse (soap:body, use = literal)Source code
      return type string
    4. getAteFullPathNameByStreetAte
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getAteFullPathNameByStreetAte
      Input:
      getAteFullPathNameByStreetAteRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getAteFullPathNameByStreetAteResponse (soap:body, use = literal)Source code
      return type string
    5. getAteName
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getAteName
      Input:
      getAteNameRequest (soap:body, use = literal, part = token)Source code
      id type int
      currentDate type dateTime
      Output:
      getAteNameResponse (soap:body, use = literal)Source code
      return type string
    6. getChildren
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getChildren
      Input:
      getChildrenRequest (soap:body, use = literal, part = token)Source code
      parent type int
      Output:
      getChildrenResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    7. getChildrenWithoutAymak
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getChildrenWithoutAymak
      Input:
      getChildrenWithoutAymakRequest (soap:body, use = literal, part = token)Source code
      parent type int
      Output:
      getChildrenWithoutAymakResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    8. getCountries
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getCountries
      Input:
      getCountriesRequest (soap:body, use = literal, part = token)Source code
      lang type string
      Output:
      getCountriesResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    9. getEstate
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getEstate
      Input:
      getEstateRequest (soap:body, use = literal, part = token)Source code
      id type int
      currentDate type dateTime
      Output:
      getEstateResponse (soap:body, use = literal)Source code
      return type Address.ServiceBundle.Soap.Type.Estate
      • id type int
      • name type string
      • type type int
    10. getEstateChild
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getEstateChild
      Input:
      getEstateChildRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getEstateChildResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Estate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Estate
        • id type int
        • name type string
        • type type int
    11. getEstateList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getEstateList
      Input:
      getEstateListRequest (soap:body, use = literal, part = token)Source code
      ate type int
      street type int
      Output:
      getEstateListResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Estate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Estate
        • id type int
        • name type string
        • type type int
    12. getKeyAtes
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getKeyAtes
      Input:
      getKeyAtesRequest (soap:body, use = literal, part = token)Source code
      Output:
      getKeyAtesResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    13. getOblastLevelUnits
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getOblastLevelUnits
      Input:
      getOblastLevelUnitsRequest (soap:body, use = literal, part = token)Source code
      Output:
      getOblastLevelUnitsResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Ate
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Ate
        • id type int
        • nameRu type string
        • nameEn type string
        • nameKg type string
        • ikaoA3 type string
        • type type int
    14. getParent
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getParent
      Input:
      getParentRequest (soap:body, use = literal, part = token)Source code
      id type int
      currentDate type dateTime
      Output:
      getParentResponse (soap:body, use = literal)Source code
      return type Address.ServiceBundle.Soap.Type.Ate
      • id type int
      • nameRu type string
      • nameEn type string
      • nameKg type string
      • ikaoA3 type string
      • type type int
    15. getSoateCode
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getSoateCode
      Input:
      getSoateCodeRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getSoateCodeResponse (soap:body, use = literal)Source code
      return type string
    16. getStreetFullName
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreetFullName
      Input:
      getStreetFullNameRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getStreetFullNameResponse (soap:body, use = literal)Source code
      return type string
    17. getStreetFullNameByStreetAte
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreetFullNameByStreetAte
      Input:
      getStreetFullNameByStreetAteRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getStreetFullNameByStreetAteResponse (soap:body, use = literal)Source code
      return type string
    18. getStreetFullNamePath
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreetFullNamePath
      Input:
      getStreetFullNamePathRequest (soap:body, use = literal, part = token)Source code
      id type int
      Output:
      getStreetFullNamePathResponse (soap:body, use = literal)Source code
      return type string
    19. getStreetIdByName
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreetIdByName
      Input:
      getStreetIdByNameRequest (soap:body, use = literal, part = token)Source code
      ate type int
      name type string
      Output:
      getStreetIdByNameResponse (soap:body, use = literal)Source code
      return type int
    20. getStreetTypes
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreetTypes
      Input:
      getStreetTypesRequest (soap:body, use = literal, part = token)Source code
      Output:
      getStreetTypesResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.StreetType
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.StreetType
        • id type int
        • nameRu type string
    21. getStreets
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/getStreets
      Input:
      getStreetsRequest (soap:body, use = literal, part = token)Source code
      ate type int
      streetType type int
      Output:
      getStreetsResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.Street
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.Street
        • id type int
        • nameRu type string
    22. searchAtes
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/searchAtes
      Input:
      searchAtesRequest (soap:body, use = literal, part = token)Source code
      ate type int
      Output:
      searchAtesResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.SearchAte
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.SearchAte
        • id type int
        • name type string
        • fullname type string
    23. searchStreets
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://address.infocom.kg/ws/searchStreets
      Input:
      searchStreetsRequest (soap:body, use = literal, part = token)Source code
      ate type int
      Output:
      searchStreetsResponse (soap:body, use = literal)Source code
      return type ArrayOfAddress.ServiceBundle.Soap.Type.SearchStreet
      • item - optional, unbounded; type Address.ServiceBundle.Soap.Type.SearchStreet
        • id type int
        • streetId type int
        • name type string
        • fullname type string

WSDL source code

<?xml version="1.0"?>
<definitions name="AddressApi" targetNamespace="http://address.infocom.kg/ws/"
xmlns:tns="http://address.infocom.kg/ws/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
<portType name="AddressApiPortType"></portType>
<types>
<xsd:schema targetNamespace="http://address.infocom.kg/ws/"></xsd:schema>
</types>
<binding name="AddressApiBinding" type="tns:AddressApiPortType"></binding>
</definitions>

About wsdl-viewer.xsl

This document was generated by SAXON 9.1.0.8 from Saxonica XSLT engine. The engine processed the WSDL in XSLT 2.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.02
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.

The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT