SU for component that uses WSDL 1.1 description
I have a component that provides an endpoint described using WSDL 1.1. I also have another component that consumes that endpoint. I would like to define Service Units (SU's) for the components.
According to the JBI deployment descriptor schema the 'provides' and 'consumes' elements in a SU descriptor must have 'interface-name', 'service-name', and 'endpoint-name' children. Since 'interface-name' is a WSDL 2.0 concept, my I use the WSDL 1.1 portname from the endpoint's WSDL?
Are the SU's jbi.xml files used by a JBI container in any way or are they really only there for use by components they are deployed to? Is the validity of the WSDL reference values in a SU's jbi.xml file verified by the JBI implementation?

