Skip to content

Instantly share code, notes, and snippets.

@brian-lim-42
Created June 30, 2015 13:54
Show Gist options
  • Save brian-lim-42/312022ccd42f827fe39f to your computer and use it in GitHub Desktop.
Save brian-lim-42/312022ccd42f827fe39f to your computer and use it in GitHub Desktop.
$.ajax({
type: 'POST',
data: xmlString,
contentType: 'application/xml',
dataType: 'json',
success: function (data) {
alert('SOAP Request:' + data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment