<wsdl:types xmlns:wsdl="#unknown"> <xsd:schema targetnamespace="http://tempuri.org/Imports" xmlns:xsd="#unknown"> <xsd:import schemalocation="http://localhost:8787/service/test?xsd=xsd0" namespace="http://tempuri.org/" /> <xsd:import schemalocation="http://localhost:8787/service/test?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/TestService" /><xsd:import schemalocation="http://localhost:8787/service/test?xsd=xsd3" namespace="http://othernamespace.org/" /> </xsd:schema> </wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/" elementformdefault="qualified" targetnamespace="http://tempuri.org/"><xs:import schemalocation="http://localhost:8787/service/test?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/TestService" /><xs:import schemalocation="http://localhost:8787/service/test?xsd=xsd3" namespace="http://othernamespace.org/" />
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)