Skip to content

Instantly share code, notes, and snippets.

@slamotte
Created August 19, 2011 18:12
Show Gist options
  • Save slamotte/1157550 to your computer and use it in GitHub Desktop.
Save slamotte/1157550 to your computer and use it in GitHub Desktop.
var x = new HttpRequest();
x.open("GET", "http://10.0.0.82:2000/WCFServicePropertyControl/WCFServicePC.svc?wsdl", false);
x.send(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment