[Mono-list] wsdl file containg a schemalocation

Lluis Sanchez lluis@ximian.com
Mon, 30 Aug 2004 19:15:04 +0200


"wsdl url-to-schema" should work, assuming that the imported schemas are
actually present in the referenced urls.

On dt, 2004-08-24 at 10:30, Biju Arjunan wrote:
> Hi,
> 
> Does anybody know how to compile a wsdl file which
> is having a schema location reference.
> 
> eg : 
> 
> <wsdl:types>
>         <xsd:schema>
>             <xsd:import namespace="http://schemas.xmlsoap.org/rp/" schemaLocation="http://abc.com/ws-r.xsd"/>
>             <xsd:import namespace="Core" schemaLocation="http://abc.com/xns/Core.xsd"/>
> 
> 
>             
> Thanks,
> Biju A