$.ajax({
url: 'http://localhost:57772/csp/user/%25SOAP.WebServiceInvoke.cls?CLS=WebService.MobileHybrid.Service&OP=GetAllUserData',
type: 'GET',
contentType: "text/xml",
crossDomain: true,
data: inpString,
cache: false,
success: function (reponse) {
alert("success");
},
error: function () {
alert("error");
}
});