Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas de implementação #9

Closed
marcosformagini opened this issue Mar 27, 2018 · 4 comments
Closed

Problemas de implementação #9

marcosformagini opened this issue Mar 27, 2018 · 4 comments

Comments

@marcosformagini
Copy link

marcosformagini commented Mar 27, 2018

Bom dia.
Gostaria de saber se alguém pode me ajudar com esse erro:

    [debug] => Array
        (
            [RETORNO_CAIXA] => Array
                (
                    [0] => Array
                        (
                            [ERRO] => 
                            [RESPOSTA] => HTTP/1.1 100 Continue

HTTP/1.1 100 Continue

HTTP/1.1 200 OK
Date: Tue, 27 Mar 2018 12:30:24 GMT
Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=iso-8859-1
Content-Length: 1110
Connection: close

<?xml version="1.0" encoding="iso-8859-1"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><consultacobrancabancaria:SERVICO_SAIDA xmlns:consultacobrancabancaria="http://caixa.gov.br/sibar/consulta_cobranca_bancaria/boleto" xmlns:sibar_base="http://caixa.gov.br/sibar"><sibar_base:HEADER><VERSAO>1.0</VERSAO><AUTENTICACAO></AUTENTICACAO><USUARIO_SERVICO></USUARIO_SERVICO><OPERACAO>CONSULTA_BOLETO</OPERACAO><SISTEMA_ORIGEM></SISTEMA_ORIGEM><UNIDADE>0702</UNIDADE><IDENTIFICADOR_ORIGEM></IDENTIFICADOR_ORIGEM><DATA_HORA></DATA_HORA><ID_PROCESSO></ID_PROCESSO></sibar_base:HEADER><COD_RETORNO></COD_RETORNO><ORIGEM_RETORNO>CONSULTA_COBRANCA_BANCARIA</ORIGEM_RETORNO><MSG_RETORNO></MSG_RETORNO><DADOS><CONTROLE_NEGOCIAL><ORIGEM_RETORNO>SIGCB</ORIGEM_RETORNO><COD_RETORNO>1</COD_RETORNO><MENSAGENS><RETORNO>(47) NOSSO NUMERO NAO CADASTRADO PARA O BENEFICIARIO</RETORNO></MENSAGENS></CONTROLE_NEGOCIAL></DADOS></consultacobrancabancaria:SERVICO_SAIDA></soapenv:Body></soapenv:Envelope>
                        )

                    [1] => Array
                        (
                            [ERRO] => wsdl error: XML error parsing WSDL from https://meusite.com/Caixa/xml/Manutencao_Cobranca_Bancaria_Boleto_Externo1.xsd on line 445: Mismatched tag
                            [RESPOSTA] => 
                        )

                    [2] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [3] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [4] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [5] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [6] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [7] => Array
   
`                     (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [8] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [9] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [10] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [11] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [12] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [13] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [14] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [15] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [16] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [17] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [18] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [19] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                    [20] => Array
                        (
                            [ERRO] => operation INCLUI_BOLETO not present in WSDL.
                            [RESPOSTA] => 
                        )

                )

        )

)

Desde já agradeço.

@vmassuchetto
Copy link
Owner

vmassuchetto commented Apr 17, 2018

@marcosformagini o WSDL utilizado não é o correto. Se você seguiu as instruções no README e os baixou, possivelmente trocou os arquivos ou não substitui as variáveis corretamente.

O mais garantido é utilizar os arquivos fornecidos pela própria CEF.

@marcosformagini
Copy link
Author

Já resolvi, mesmo assim, obrigado pela atenção.

@vmassuchetto
Copy link
Owner

Quem bom. Seria legal colocar aqui como você resolveu.

@Wendool
Copy link

Wendool commented May 25, 2018

Bom dia, @marcosformagini poderia compartilhar o codigo com sucesso no registro e consulta?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants