vmassuchetto / WebserviceCaixa

:money_with_wings: Boletos em cobrança registrada na Caixa Econômica Federal
53 stars 26 forks source link

Problemas de implementação #9

Closed marcosformagini closed 6 years ago

marcosformagini commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

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

vmassuchetto commented 6 years ago

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

Wendool commented 6 years ago

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