Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. print_r($client->__getFunctions());
  2.  
  3. print_r($client->__getTypes());
  4.  
  5. Array
  6. (
  7. [0] => exportaDadosWsResponse exportaDadosWs(exportaDadosWs $parameters)
  8. )
  9. Array
  10. (
  11. [0] => struct exportaDadosWs {
  12. exportaDadosWsVo arg0;
  13. }
  14. [1] => struct exportaDadosWsVo {
  15. base64Binary arquivo;
  16. string campoLivre1;
  17. string campoLivre2;
  18. string campoLivre3;
  19. string campoLivre4;
  20. string campoLivre5;
  21. boolean erro;
  22. string mensagemErro;
  23. string parametros;
  24. string retorno;
  25. string tipoArquivoRetorno;
  26. }
  27. [2] => struct exportaDadosWsResponse {
  28. exportaDadosWsVo return;
  29. }
  30. [3] => struct WSException {
  31. string message;
  32. }
  33. )
  34.  
  35. $resposta = $client->exportaDadosWs($parametro);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement