Guest User

Untitled

a guest
Oct 16th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. let http= new XMLHttpRequest();
  2. http.open("POST","http://www.worldfleetlog.com/WebFleetStationServices/Online.asmx",false);
  3. http.send(soapMessaje);
  4. if(http.status==200){
  5. console.log(http.responseText);
  6. }
Add Comment
Please, Sign In to add comment