<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://tracker.ba/tracker.wsdl" 
xmlns:apachesoap="http://xml.apache.org/xml-soap" 
xmlns:impl="http://tracker.ba/tracker.wsdl"
xmlns:types="http://tracker.ba/types"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<types>
 <xsd:schema elementFormDefault="qualified" targetNamespace="http://tracker.ba/types">
 <xsd:import namespace="http://tracker.ba/types" schemaLocation="http://pcba10.ba.infn.it:8080/axis/tracker.xsd" />
</xsd:schema>
</types>
   <wsdl:message name="getTrackerRequest">
      <wsdl:part name="parameters" element="types:getTracker" />
   </wsdl:message>

   <wsdl:message name="getTrackerResponse">
      <wsdl:part name="parameters"  element="types:getTrackerResponse" />
   </wsdl:message>

   <wsdl:portType name="TrackerPortType">
      <wsdl:operation name="getTracker" >
         <wsdl:input message="impl:getTrackerRequest" />
         <wsdl:output message="impl:getTrackerResponse" />
      </wsdl:operation>
   </wsdl:portType>

   <wsdl:binding name="TrackerSoapBinding" type="impl:TrackerPortType">

      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="getTracker">
         <wsdlsoap:operation style="document" soapAction="getTracker" />
         <wsdl:input>
            <wsdlsoap:body  use="literal" />
         </wsdl:input>

         <wsdl:output>
            <wsdlsoap:body  use="literal" />
         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="TrackerService">

      <wsdl:port binding="impl:TrackerSoapBinding" name="tracker">

         <wsdlsoap:address location="http://pcba10.ba.infn.it:8080/axis/services/tracker"/>

      </wsdl:port>

   </wsdl:service>


</wsdl:definitions>

