Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $optionsBoleto = array(
  2.  
  3. 'numeroConvenio' => '9999999',
  4.  
  5. 'stream_context' => stream_context_create($contextBoleto),
  6.  
  7. );
  8.  
  9.  
  10. $result = $client->__soapCall('registrarBoleto',array('params' => $optionsBoleto));
  11.  
  12. echo 'ok!';
  13.  
  14. exit;
  15.  
  16. $dadosBoletoRegistrado = $client->registrarBoleto($optionsBoleto);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement