Search found 2 matches
- 14:01, 26 Mar 2015
- Forum: Questions and answers
- Topic: How to call apache axis webservice using javascript for evothings app
- Replies: 3
- Views: 20858
Re: How to call apache axis webservice using javascript for evothings app
I have tried that one also $.ajax({ type: 'POST', dataType: 'xml', //SOAPAction: soapaction, timeout: 3000, //contentType: 'text/xml; charset=utf-8', crossDomain: true, url: 'http://192.168.0.119:8080/WebSer/services/EmailClient?wsdl', headers: { SOAPAction: soapaction }, data: soapRequest, success:...
- 12:57, 26 Mar 2015
- Forum: Questions and answers
- Topic: How to call apache axis webservice using javascript for evothings app
- Replies: 3
- Views: 20858
How to call apache axis webservice using javascript for evothings app
HI, I want to call a webservice from my javascript code to get data from my service. I have tried this coding . var soapaction = "http://codon.com/login"; var soapRequest = "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cod=\"http:/...