<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:OrderShipmentControllerwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="OrderShipmentController" targetNamespace="urn:OrderShipmentControllerwsdl">
  <wsdl:portType name="OrderShipmentControllerPortType"/>
  <wsdl:binding name="OrderShipmentControllerBinding" type="tns:OrderShipmentControllerPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  </wsdl:binding>
  <wsdl:service name="OrderShipmentControllerService">
    <wsdl:port name="OrderShipmentControllerPort" binding="tns:OrderShipmentControllerBinding">
      <soap:address location="https://ds.hitpromo.net/orderShipment/orderShipment?ws=1"/>
    </wsdl:port>
  </wsdl:service>
</definitions>
