TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sivakumar murugesan
1.5k
198
601
Ajax Call with cache web service url
Nov 21 2017 5:12 AM
Hi,
im integrated ajax call with cache webservice url follow this below code some issue occured..Any idea
var inpString = "
AllProfile
";
$.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");
}
});
Reply
Answers (
1
)
How to get checkbox status and data value [MVC]
How to collapse toggle using button