Posts by elisson • 51 points
2 posts
-
1
votes0
answers988
viewsQ: How do I put JSON values on a graph in HTML5?
// Classe para chamar o Json. function json(){ var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function(){ $('#resultado').html('Carregando dados...'); // Estrutura de…
-
3
votes1
answer972
viewsQ: How to send data through the soapUI tool and how to do manual?
I would like to send information through the soapUI tool to my webservice but I don’t know how. Many told me to do it manually and I would like to know how to do it both ways !