<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.2.0-1 (tags/2.2.0u1-7139; 2012-06-02T10:55:19+0000) JAXWS-RI/2.2.6-2 JAXWS/2.2 svn-revision#unknown. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.2.0-1 (tags/2.2.0u1-7139; 2012-06-02T10:55:19+0000) JAXWS-RI/2.2.6-2 JAXWS/2.2 svn-revision#unknown. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://order.service.sample.petals.ow2.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://order.service.sample.petals.ow2.org/" name="OrderService">
<types>
<xsd:schema>
<xsd:import namespace="http://order.service.sample.petals.ow2.org/" schemaLocation="http://cdeneux-laptop:8080/Order/OrderService?xsd=1"/>
</xsd:schema>
</types>
<message name="add">
<part name="parameters" element="tns:add"/>
</message>
<message name="addResponse">
<part name="parameters" element="tns:addResponse"/>
</message>
<message name="cancel">
<part name="parameters" element="tns:cancel"/>
</message>
<message name="cancelResponse">
<part name="parameters" element="tns:cancelResponse"/>
</message>
<portType name="WriteOrderService">
<operation name="writeOrder">
<input wsam:Action="http://order.service.sample.petals.ow2.org/OrderService/addRequest" message="tns:add"/>
</operation>
</portType>
<binding name="WriteOrderServicePortBinding" type="tns:WriteOrderService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="writeOrder">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
</operation>
</binding>
<service name="WriteOrderService">
<port name="WriteOrderServicePort" binding="tns:WriteOrderServicePortBinding">
<soap:address location="http://cdeneux-laptop:8080/Order/OrderService"/>
</port>
</service>
</definitions>
