Christian, Though our WSDL is not "made by hand", it could lacks some needed definition.
Follow the file, hoping any one could lend us hints (the time is getting short critically to us) Thanks for the attention. -- Alexandre Augusto Leite Costa Desenvolvimento Dextra Sistemas www.dextra.com.br +55 19 3256-6722 / 9208-7944 On Mon, Oct 6, 2008 at 3:33 PM, Christian Schneider <[EMAIL PROTECTED] > wrote: > Are you allowed to post the WSDL? Perhaps we can help then. > > Did you create the WSDL by hand? > > Greetings > > Christian > > Alexandre A. L. Costa schrieb: > > Thanks for the tip. >> >> There aren't much "abornal" details for this service. No Exceptions to be >> thrown or Security Policy yet. (Though in near future we'll need to use SSL >> conection) >> Just send an String and receive an String for response. >> >> We have been doing same tests that make us think os problems with client's >> SOAP message formation too. >> The SOAP message sent by the Delphi client is kind wierd. >> >> We already tried some "generic" client services on web (and they function >> quite well). >> Now we're focusing (as the sugestion) on proving that the problem are on >> client side. >> >> Thanks again. >> >> > > -- > > Christian Schneider > --- > http://www.liquid-reality.de > >
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="SADTWebServiceImplService" targetNamespace="http://spring.server.webservices.wsadapter.sigasadt.zilics.com.br/" xmlns:ns1="http://server.webservices.wsadapter.sigasadt.zilics.com.br/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://spring.server.webservices.wsadapter.sigasadt.zilics.com.br/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <wsdl:import location="http://demonstracao.zilics.com.br/wsadapter/sadt?wsdl=SADTWebService.wsdl" namespace="http://server.webservices.wsadapter.sigasadt.zilics.com.br/"> </wsdl:import> <wsdl:binding name="SADTWebServiceImplServiceSoapBinding" type="ns1:SADTWebService"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="enviaErrosRevisoesRequisicoesExames"> <soap:operation soapAction="" style="document"/> <wsdl:input name="enviaErrosRevisoesRequisicoesExames"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="enviaErrosRevisoesRequisicoesExamesResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="enviaResultadosExames"> <soap:operation soapAction="" style="document"/> <wsdl:input name="enviaResultadosExames"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="enviaResultadosExamesResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="enviaRespostaRequisicaoExames"> <soap:operation soapAction="" style="document"/> <wsdl:input name="enviaRespostaRequisicaoExames"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="enviaRespostaRequisicaoExamesResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="enviaErrosRequisicoesExames"> <soap:operation soapAction="" style="document"/> <wsdl:input name="enviaErrosRequisicoesExames"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="enviaErrosRequisicoesExamesResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="enviaErrosCancelamentoExames"> <soap:operation soapAction="" style="document"/> <wsdl:input name="enviaErrosCancelamentoExames"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="enviaErrosCancelamentoExamesResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="SADTWebServiceImplService"> <wsdl:port binding="tns:SADTWebServiceImplServiceSoapBinding" name="SADTWebServiceImplPort"> <soap:address location="http://demonstracao.zilics.com.br/wsadapter/sadt"/> </wsdl:port> </wsdl:service> </wsdl:definitions>
