openesb-components/contrib-fort/rules4jbi/data/test/descriptor3.xml

7 lines
382 B
XML
Executable File

<!-- Note: this descriptor is invalid, should cause the loading to throw an exception -->
<jbi version="1.0" xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://www.example.com/xml/ns/descriptor">
<services binding-component="false">
<consumes interface-name="ns1:TestPortType" service-name="ns1:TestService" endpoint-name="TestPort"/>
</services>
</jbi>