The question on target URIs had me looking at the WSDL2.0 spec and in there they provide a mechanism for specifying the location of WSDL instance documents: wsdli:wsdlLocation
I think this could be used as an alternative to our <import> element e.g.
<interface.wsdl
wsdli:wsdlLocation="http://foo.com/Foo http://foo.com/Foo.wsdl"
interface="http://foo.com/Foo#wsdl.interface(Bar)"
/>
Does this make sense to support as an alternative or replacement for
<import.wsdl>?
--
Jeremy
