Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rodrigobravo/37da089bf7863c350d482f2becc6e9bb to your computer and use it in GitHub Desktop.
Save rodrigobravo/37da089bf7863c350d482f2becc6e9bb to your computer and use it in GitHub Desktop.
function testaPost(){
$.post('/includes/curl2.php',{
data: "<?xml version='1.0'?><methodCall><methodName>RequestServer.GetTableState</methodName><params><param><value><i4>112</i4></value></param><param><value><i4>1649267442702</i4></value></param></params></methodCall>"
},{
username:"1"
},{
password:"1"
},
function(retorno){
console.log(retorno);
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment