Olá… estou desenvolvendo um WebService utilizando o JAX_WS.
Aparentemente esta correto, porem o codigo gerado nao esta gerando o Wsdl a frente das tags…
e quando tento utilizar o webservice no flash(as3) e como se os metodos não existissem…
abaixo coloquei o codigo wsdl gerado… alguem pode me confirmar se esta correto ?
[code]
!–
Published by JAX-WS RI at http://jax-ws.dev.java.net. RI’s version is JAX-WS RI 2.1.4-b01-.
–>
−
−
−
−
xsd:schema
<xsd:import namespace=“http://webservice.wsamee.com.br/” schemaLocation=“http://personalco2zero.servicos.ws:80/consulta?xsd=1”/>
</xsd:schema>
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
<soap:binding transport=“http://schemas.xmlsoap.org/soap/http” style=“document”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:fault name=“AmeeException” use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:fault name=“AmeeException” use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:fault name=“AmeeException” use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:fault name=“AmeeException” use=“literal”/>
−
<soap:operation soapAction=""/>
−
<soap:body use=“literal”/>
−
<soap:body use=“literal”/>
−
<soap:fault name=“AmeeException” use=“literal”/>
−
−
<soap:address location=“http://personalco2zero.servicos.ws:80/consulta”/>
[/code]