<?xml version="1.0" encoding="UTF-8"?>
<!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://dummy/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://dummy/" name="BaanSuppliersDummyService">
<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="BaanSuppliersDummyPortBinding_listSuppliers_WSAT_Policy">
<ns1:ExactlyOne>
<ns1:All>
<ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"/>
<ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"/>
</ns1:All>
</ns1:ExactlyOne>
</ns1:Policy>
<types>
<xsd:schema>
<xsd:import namespace="http://dummy/" schemaLocation="http://localhost:8080/BaanSuppliersDummyService/BaanSuppliersDummy?xsd=1"/>
</xsd:schema>
</types>
<message name="listSuppliers">
<part name="parameters" element="tns:listSuppliers"/>
</message>
<message name="listSuppliersResponse">
<part name="parameters" element="tns:listSuppliersResponse"/>
</message>
<portType name="BaanSuppliersDummy">
<operation name="listSuppliers">
<input message="tns:listSuppliers"/>
<output message="tns:listSuppliersResponse"/>
</operation>
</portType>
<binding name="BaanSuppliersDummyPortBinding" type="tns:BaanSuppliersDummy">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="listSuppliers">
<ns5:PolicyReference xmlns:ns5="http://www.w3.org/ns/ws-policy" URI="#BaanSuppliersDummyPortBinding_listSuppliers_WSAT_Policy"/>
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="BaanSuppliersDummyService">
<port name="BaanSuppliersDummyPort" binding="tns:BaanSuppliersDummyPortBinding">
<soap:address location="http://localhost:8080/BaanSuppliersDummyService/BaanSuppliersDummy"/>
</port>
</service>
</definitions>