<?xml version="1.0"?>
<!-- edited with XMLSpy v2007 (http://www.altova.com) by Hans van Rossen (Agritect) -->
<!--
=============================================================================
Webservice Description (messages and ports) for Florecom LogisticsUse Cases
=============================================================================
This file must be imported by an actor specific WSDL that implements the
logistiscs use cases for a specific actor. For all documentation, please
visit http://sdk.florecom.org

  Schema agency:   FLORECOM
  Schema version:  1.1
  Schema date:     Jul 27, 2010
  Author:          H. van Rossen

  Copyright (C) FLORECOM (2010). All Rights Reserved.

20100728 HvR Update to Delivery v2 and Status v3
=============================================================================
-->
<definitions xmlns:tns="http://webservices.florecom.org/Logstics/PortDefinitions" xmlns:dsm="urn:fec:florecom:xml:data:draft:DeliveryStandardMessage:3" xmlns:ssm="urn:fec:florecom:xml:data:draft:StatusStandardMessage:4" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://www.w3.org/2001/XMLSchema" name="FlorecomLogistics" targetNamespace="http://webservices.florecom.org/Logstics/PortDefinitions">
	<import namespace="urn:fec:florecom:xml:data:draft:DeliveryStandardMessage:3" location="http://schemas.florecom.org/xml/data/draft/Delivery_0p3.xsd"/>
	<import namespace="urn:fec:florecom:xml:data:draft:StatusStandardMessage:4" location="http://schemas.florecom.org/xml/data/draft/Status_0p4.xsd"/>
	<message name="PutDeliveryRequest">
		<part name="body" element="dsm:PutDeliveryRequest"/>
	</message>
	<message name="PutDeliveryResponse">
		<part name="body" element="dsm:PutDeliveryResponse"/>
	</message>
	<message name="PutStatusRequest">
		<part name="body" element="ssm:PutStatusRequest"/>
	</message>
	<message name="PutStatusResponse">
		<part name="body" element="ssm:PutStatusResponse"/>
	</message>
	<portType name="LogisticsCustomerPortType">
		<operation name="PutDeliveryInstruction">
			<input message="tns:PutDeliveryRequest"/>
			<output message="tns:PutDeliveryResponse"/>
		</operation>
	</portType>
	<portType name="LogisticsConsignorPortType">
		<operation name="PutDeliveryNote">
			<input message="tns:PutDeliveryRequest"/>
			<output message="tns:PutDeliveryResponse"/>
		</operation>
		<operation name="PutStatus">
			<input message="tns:PutStatusRequest"/>
			<output message="tns:PutStatusResponse"/>
		</operation>
	</portType>
	<!--IMPORT FLORECOM XML LIBRARY-->
	<!--MESSAGES-->
	<!--CUSTOMER PORTS-->
	<!--CONSIGNOR PORTS-->
</definitions>
