Cristian

Results 11 comments of Cristian

I've the same problem I've a soap service working and, I use this code to consume the service without any problem: ``` javascript callService : function() { var ret =...

Hi @ignaciohita the application in the server has the righ setup for the CORS, because I used it before, just with `phonegap`, now I'm trying to implement with `ionic` but...

Hi @ignaciohita , I used post you can see it above in my example code, and the answer from test-cors is: ``` Fired XHR event: loadstart Fired XHR event: readystatechange...

Mi server is working with POST. I've a question, why the next code is works is you say that my server not accepting POST?: ``` javascript $scope.callService = function(){ $scope.message...

yes, probably because I never send the soap Message :) in test-cors

@edwardmartinsjr, that was the problem, at that moment I created my own implementation for that, https://github.com/cristianchaparroa/watson

Well, I reinstalled eclipse and just the symfony plugin and I get the following error: ![screen shot 2014-09-18 at 9 54 06 pm](https://cloud.githubusercontent.com/assets/1727543/4330146/55a96b90-3fa8-11e4-8290-b0c7ad06fdb0.png) !SESSION 2014-09-18 21:45:02.428 ----------------------------------------------- eclipse.buildId=4.4.0.I20140606-1215 java.version=1.8.0_20 java.vendor=Oracle...

If I try to create a project from existing sources I get the following error `Invalid project contents directory`.