Lot of SO Answers are saying that SOAP webservice is not good using javascript.but the following URL tells that it is possible.butis it possible through jquery using cross domain policy in for SOAP? any help please? I am working on HTML5 with javascript for mobiles,not in server side.
Asked
Active
Viewed 744 times
0
-
Well yes, you'd just use $.post to send some XML through to the .asmx page... why do you need to use jQuery/Javascript? Cant you just use cURL? Please explain the question a bit better... – rickyduck Aug 18 '11 at 13:26
-
I have edited my question, what is cURL, is it possible to use in mobile as client side? – nameless Aug 18 '11 at 13:52
-
cURL is PHP, see below answer by Kyle, thats a good response. – rickyduck Aug 18 '11 at 14:03
1 Answers
0
jQuery does have a SOAP project you can use, if you are interested.
http://plugins.jquery.com/project/jqSOAPClient
It is currently in beta, but it will get the job done.

Kyle
- 4,421
- 22
- 32
-
is it possible cross domain policy through this without server side proxy, for example XML Parsing? – nameless Aug 19 '11 at 05:19
-
1