<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="http://localhost:8080/Service?xsd=xsd0" namespace="http://tempuri.org/"/>
<xsd:import schemaLocation="http://localhost:8080/Service?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
<xsd:import schemaLocation="http://localhost:8080/Service?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07
可以参考下开源项目或者代码实例。
大哥,能给个例子么?
这只是将后面三个的namespace导入到targetNamespace="http://tempuri.org/Imports"> 之下.schema的定义应该在你生成的wsdl里面.
你能把你的wsdl贴完整吗?