Jump to content
Fórum Script Brasil
  • 0

Ajuda com rernorno xml de Websistevice


jgd

Question

Olá Pessoal Ajuda com retorno de webservice

Estou recebendo um array de objeto. Creio eu.

Como favor para pegar os elementos do objeto xml reronado.

Código do retorno:

$result = ($soap->__soapCall($svce, array($parm)));
Já tentei:
echo $result->Jadlog_Valor_Frete->Retorno."<br>";
Ou assim:
if (is_array($result)){
        while(list($key,$val)= each($result)){
        echo "z ".$key." ".$val."<br>";
        }
    }
Não escreve nada. Se der:
echo "". print_r($result)."";
Dá este resultado no navegador:
stdClass Object ( [valorarReturn] => 1.0 431,82 Valor do Frete ) 1
Vendo pelo código fonte:
1 <br>stdClass Object
(
    [valorarReturn] => <?xml version="1.0" encoding="utf-8" ?> 
<string xmlns="http://www.jadlog.com.br/JadlogWebService/services"> 
   <Jadlog_Valor_Frete> 
       <versao>1.0</versao> 
       <Retorno>431,82</Retorno> 
       <Mensagem>Valor do Frete</Mensagem> 
   </Jadlog_Valor_Frete> 
</string>
)
1

Como tratar este xml ??

Agradeço qualquer ajuda.

JGD

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...