You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jeremy Boynes <jb...@apache.org> on 2006/04/10 23:26:41 UTC

Use of wsdli:wsdlLocation

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