Pete Robbins wrote:
of course this supposes that all the schema and wsdl is local. We probably
need to support the case where the wsdl is remote e.g.
http://mySite/flobber.wsdl

Cheers,

Here's a simple way to support remote WSDLs, no need to invent our own config file for that. As a user you simply create a local WSDL containing the following:

<wsdl:definition ...
<wsdl.import namespace="http://myns/"; location="http://mySite/flobber.wsdl"/>
   ...
   other WSDL declarations
</wsdl:definition>

If we just support this as a first step (and we have to support all wsdl:import schemes anyway), we provide the necessary function without requiring users to learn a new XML config language.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to