<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="https://www.collivery.co.za/ws/v2" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" name="ColliverySoapService_v2" targetNamespace="https://www.collivery.co.za/ws/v2"><types><xsd:schema targetNamespace="https://www.collivery.co.za/ws/v2"/></types><portType name="ColliverySoapService_v2Port"><operation name="authenticate"><documentation>It is recommended that you create a new user on your account (Using User Admin in collivery.net) Use this username (email) and password to authenticate your web service so you can distinguish Colliveries added by the web service and those added manually. Please note that all correspondence for this collivery will go to this email address, so make sure it's a valid email that someone reads often. Once authenticated, store the returned token in a session and use that token on every query. Tokens expire after 1 hour of inactivity.</documentation><input message="tns:authenticateIn"/><output message="tns:authenticateOut"/></operation><operation name="get_towns"><documentation>Returns array with town id's and names for creating new addresses.</documentation><input message="tns:get_townsIn"/><output message="tns:get_townsOut"/></operation><operation name="search_towns"><documentation>Search for towns / suburbs for using in quick Price functionality.</documentation><input message="tns:search_townsIn"/><output message="tns:search_townsOut"/></operation><operation name="filter_suburbs"><documentation>Filter towns / suburbs by phrase.</documentation><input message="tns:filter_suburbsIn"/><output message="tns:filter_suburbsOut"/></operation><operation name="get_suburbs"><documentation>Returns all the suburbs of a town.</documentation><input message="tns:get_suburbsIn"/><output message="tns:get_suburbsOut"/></operation><operation name="get_all_suburbs"><documentation>Returns all the suburbs of a town.</documentation><input message="tns:get_all_suburbsIn"/><output message="tns:get_all_suburbsOut"/></operation><operation name="search_suburbs"><documentation>Given a latitude and longitude, match the closest town and suburb of ours</documentation><input message="tns:search_suburbsIn"/><output message="tns:search_suburbsOut"/></operation><operation name="get_all_towns"><documentation>Returns all the suburbs of a town.</documentation><input message="tns:get_all_townsIn"/><output message="tns:get_all_townsOut"/></operation><operation name="get_location_types"><documentation>Returns the type of Address Locations. Certain location type incur a surcharge due to time spent during delivery.</documentation><input message="tns:get_location_typesIn"/><output message="tns:get_location_typesOut"/></operation><operation name="get_services"><documentation>Returns the available Collivery services types.</documentation><input message="tns:get_servicesIn"/><output message="tns:get_servicesOut"/></operation><operation name="get_address"><documentation>Returns address.</documentation><input message="tns:get_addressIn"/><output message="tns:get_addressOut"/></operation><operation name="get_addresses"><documentation>Returns all the addresses belonging to a client.</documentation><input message="tns:get_addressesIn"/><output message="tns:get_addressesOut"/></operation><operation name="get_contacts"><documentation>Returns the Contact people of a given Address ID.</documentation><input message="tns:get_contactsIn"/><output message="tns:get_contactsOut"/></operation><operation name="get_colliveries"><documentation>Returns the all active Colliveries for the client.</documentation><input message="tns:get_colliveriesIn"/><output message="tns:get_colliveriesOut"/></operation><operation name="add_address"><documentation>Add's a new Address with the data provided in an array.</documentation><input message="tns:add_addressIn"/><output message="tns:add_addressOut"/></operation><operation name="add_contact"><documentation>Add's a contact person for a given Address ID.</documentation><input message="tns:add_contactIn"/><output message="tns:add_contactOut"/></operation><operation name="update_contact"><documentation>Update a contact person information.</documentation><input message="tns:update_contactIn"/><output message="tns:update_contactOut"/></operation><operation name="get_pod"><documentation>Returns the POD image for a given Waybill Number.</documentation><input message="tns:get_podIn"/><output message="tns:get_podOut"/></operation><operation name="get_waybill"><documentation>Returns the POD image for a given Waybill Number.</documentation><input message="tns:get_waybillIn"/><output message="tns:get_waybillOut"/></operation><operation name="get_parcel_image"><documentation>Returns the image of a given parcel-id of a waybill. If the Waybill number is 54321 and there are 3 parcels, they would be referenced by id's 54321-1, 54321-2 and 54321-3.</documentation><input message="tns:get_parcel_imageIn"/><output message="tns:get_parcel_imageOut"/></operation><operation name="get_parcel_image_list"><documentation>Returns a list of available parcel images for a given Waybill Number.</documentation><input message="tns:get_parcel_image_listIn"/><output message="tns:get_parcel_image_listOut"/></operation><operation name="get_parcels"><documentation>Returns a list of parcels for a given Waybill Number.</documentation><input message="tns:get_parcelsIn"/><output message="tns:get_parcelsOut"/></operation><operation name="get_collivery_status"><documentation>Returns the status tracking detail of a given Waybill number. If the collivery is still active, the estimated time of delivery will be provided. If delivered, the time and receivers name (if available) with returned.</documentation><input message="tns:get_collivery_statusIn"/><output message="tns:get_collivery_statusOut"/></operation><operation name="get_parcel_types"><documentation>Returns the available Parcel Type id and value array for use in adding a collivery.</documentation><input message="tns:get_parcel_typesIn"/><output message="tns:get_parcel_typesOut"/></operation><operation name="validate_collivery"><documentation>Returns the validated data array of all details pertaining to a collivery. This process validates the information based on services, time frames and parcel information. Dates and times may be altered during this process based on the collection and delivery towns service parameters. The parcels volumetric calculations are also done at this time.</documentation><input message="tns:validate_colliveryIn"/><output message="tns:validate_colliveryOut"/></operation><operation name="get_price"><documentation>Returns the price based on the data provided. The array should first be validated before passing to this function.</documentation><input message="tns:get_priceIn"/><output message="tns:get_priceOut"/></operation><operation name="add_collivery"><documentation>Creates a new Collivery based on the data array provided. The array should first be validated before passing to this function. The Waybill Number is return upon successful creation of the collivery.</documentation><input message="tns:add_colliveryIn"/><output message="tns:add_colliveryOut"/></operation><operation name="accept_collivery"><documentation>Processes the newly created collivery from Waiting Acceptance to Accepted.</documentation><input message="tns:accept_colliveryIn"/><output message="tns:accept_colliveryOut"/></operation><operation name="cancel_collivery"><documentation>Cancel a Collivery.</documentation><input message="tns:cancel_colliveryIn"/><output message="tns:cancel_colliveryOut"/></operation></portType><binding name="ColliverySoapService_v2Binding" type="tns:ColliverySoapService_v2Port"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="authenticate"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#authenticate"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_towns"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_towns"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="search_towns"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#search_towns"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="filter_suburbs"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#filter_suburbs"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_suburbs"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_suburbs"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_all_suburbs"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_all_suburbs"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="search_suburbs"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#search_suburbs"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_all_towns"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_all_towns"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_location_types"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_location_types"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_services"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_services"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_address"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_address"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_addresses"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_addresses"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_contacts"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_contacts"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_colliveries"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_colliveries"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="add_address"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#add_address"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="add_contact"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#add_contact"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="update_contact"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#update_contact"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_pod"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_pod"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_waybill"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_waybill"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_parcel_image"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_parcel_image"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_parcel_image_list"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_parcel_image_list"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_parcels"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_parcels"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_collivery_status"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_collivery_status"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_parcel_types"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_parcel_types"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="validate_collivery"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#validate_collivery"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="get_price"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#get_price"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="add_collivery"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#add_collivery"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="accept_collivery"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#accept_collivery"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation><operation name="cancel_collivery"><soap:operation soapAction="https://www.collivery.co.za/ws/v2#cancel_collivery"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://www.collivery.co.za/ws/v2"/></output></operation></binding><service name="ColliverySoapService_v2Service"><port name="ColliverySoapService_v2Port" binding="tns:ColliverySoapService_v2Binding"><soap:address location="https://www.collivery.co.za/ws/v2"/></port></service><message name="authenticateIn"><part name="email" type="xsd:string"/><part name="password" type="xsd:string"/><part name="old_token" type="xsd:string"/><part name="info" type="xsd:struct"/></message><message name="authenticateOut"><part name="return" type="xsd:struct"/></message><message name="get_townsIn"><part name="token" type="xsd:string"/><part name="country" type="xsd:string"/><part name="province" type="xsd:string"/></message><message name="get_townsOut"><part name="return" type="xsd:struct"/></message><message name="search_townsIn"><part name="token" type="xsd:string"/><part name="town_name" type="xsd:string"/></message><message name="search_townsOut"><part name="return" type="xsd:struct"/></message><message name="filter_suburbsIn"><part name="name" type="xsd:string"/><part name="token" type="xsd:string"/></message><message name="filter_suburbsOut"><part name="return" type="xsd:struct"/></message><message name="get_suburbsIn"><part name="town_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_suburbsOut"><part name="return" type="xsd:struct"/></message><message name="get_all_suburbsIn"><part name="town_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_all_suburbsOut"><part name="return" type="xsd:struct"/></message><message name="search_suburbsIn"><part name="latitude" type="xsd:float"/><part name="longitude" type="xsd:float"/><part name="token" type="xsd:string"/></message><message name="search_suburbsOut"><part name="return" type="xsd:struct"/></message><message name="get_all_townsIn"><part name="token" type="xsd:string"/></message><message name="get_all_townsOut"><part name="return" type="xsd:struct"/></message><message name="get_location_typesIn"><part name="token" type="xsd:string"/></message><message name="get_location_typesOut"><part name="return" type="xsd:struct"/></message><message name="get_servicesIn"><part name="token" type="xsd:string"/></message><message name="get_servicesOut"><part name="return" type="xsd:struct"/></message><message name="get_addressIn"><part name="address_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_addressOut"><part name="return" type="xsd:struct"/></message><message name="get_addressesIn"><part name="token" type="xsd:string"/><part name="filter" type="xsd:struct"/></message><message name="get_addressesOut"><part name="return" type="xsd:struct"/></message><message name="get_contactsIn"><part name="address_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_contactsOut"><part name="return" type="xsd:struct"/></message><message name="get_colliveriesIn"><part name="filter" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="get_colliveriesOut"><part name="return" type="xsd:struct"/></message><message name="add_addressIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="add_addressOut"><part name="return" type="xsd:struct"/></message><message name="add_contactIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="add_contactOut"><part name="return" type="xsd:struct"/></message><message name="update_contactIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="update_contactOut"><part name="return" type="xsd:int"/></message><message name="get_podIn"><part name="collivery_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_podOut"><part name="return" type="xsd:struct"/></message><message name="get_waybillIn"><part name="collivery_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_waybillOut"><part name="return" type="xsd:struct"/></message><message name="get_parcel_imageIn"><part name="parcel_id" type="xsd:string"/><part name="token" type="xsd:string"/></message><message name="get_parcel_imageOut"><part name="return" type="xsd:struct"/></message><message name="get_parcel_image_listIn"><part name="collivery_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_parcel_image_listOut"><part name="return" type="xsd:struct"/></message><message name="get_parcelsIn"><part name="collivery_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_parcelsOut"><part name="return" type="xsd:struct"/></message><message name="get_collivery_statusIn"><part name="collivery_id" type="xsd:int"/><part name="token" type="xsd:string"/></message><message name="get_collivery_statusOut"><part name="return" type="xsd:struct"/></message><message name="get_parcel_typesIn"><part name="token" type="xsd:string"/></message><message name="get_parcel_typesOut"><part name="return" type="xsd:struct"/></message><message name="validate_colliveryIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="validate_colliveryOut"><part name="return" type="xsd:struct"/></message><message name="get_priceIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="get_priceOut"><part name="return" type="xsd:struct"/></message><message name="add_colliveryIn"><part name="data" type="xsd:struct"/><part name="token" type="xsd:string"/></message><message name="add_colliveryOut"><part name="return" type="xsd:struct"/></message><message name="accept_colliveryIn"><part name="collivery_id" type="xsd:string"/><part name="token" type="xsd:string"/><part name="deprecated" type="xsd:int"/></message><message name="accept_colliveryOut"><part name="return" type="xsd:struct"/></message><message name="cancel_colliveryIn"><part name="collivery_id" type="xsd:string"/><part name="token" type="xsd:string"/></message><message name="cancel_colliveryOut"><part name="return" type="xsd:struct"/></message></definitions>
