Probelam com wsdl

0 respostas
V

Está dando esse erro na primeira linha do meu wsdl:

Referenced file contains errors (file:/C:/eclipse/plugins/org.wsdl4j_1.4.0.v200606181221/xsd/soapenc.xsd). For more information, …

Esse é o wsdl:

<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions name=“integration”
targetNamespace=“http://www.teste.com.br/dmd/integration/wsdl/
xmlns:soap=“http://schemas.xmlsoap.org/wsdl/soap/
xmlns:tns=“http://www.teste.com.br/dmd/integration/wsdl/
xmlns:wsdl=“http://schemas.xmlsoap.org/wsdl/
xmlnssd=“http://www.w3.org/2001/XMLSchema
xmlns:aplic=“http://www.teste.com.br/dmd/integration/xsd”>

<a>wsdl:types</a>

<xsd:schema xmlnssd=<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>>

<xsd:import namespace=<a href="http://schemas.xmlsoap.org/soap/encoding/">http://schemas.xmlsoap.org/soap/encoding/</a> />

<xsd:import namespace=<a href="http://www.teste.com.br/dmd/integration/xsd">http://www.teste.com.br/dmd/integration/xsd</a> schemaLocation=Integration.xsd />

</xsd:schema>

</wsdl:types>

<wsdl:message name=“verifyClientResponse”><wsdl:part name=“verifyClientResponse” element=“aplic:verifyClientRequest”></wsdl:part></wsdl:message>
<wsdl:message name=“verifyClientRequest”><wsdl:part name=“verifyClientRequest” element=“aplic:verifyClientRequest”></wsdl:part></wsdl:message>

<wsdl:portType name=“IntegrationPort”>



<wsdl:input message=“tns:verifyClientRequest”></wsdl:input>





</wsdl:portType>
<wsdl:binding name=“IntegrationBinding” type=“tns:IntegrationPort”>

<soap:binding style=“document” transport=“<a href="http://schemas.xmlsoap.org/soap/http">http://schemas.xmlsoap.org/soap/http</a>”/>





<a>wsdl:input</a>

<soap:body use=“literal”/>

</wsdl:input>



<soap:body use=“literal”/>





</wsdl:binding>

<wsdl:service name=“IntegrationService”>
<wsdl:port binding=“tns:IntegrationBinding” name=“IntegrationService”>
<soap:address
xmlns:wsdl=“http://schemas.xmlsoap.org/wsdl/
location=“http://localhost:6666/axis/services/IntegrationService”/>
</wsdl:port>
</wsdl:service>

</wsdl:definitions>

Engraçado é que tenho um outro projeto que o mesmo wsdl não dá problema nenhum.

Criado 5 de janeiro de 2007
Respostas 0
Participantes 1