Page 2 of 2

Manual implementation on WebServices not working

Posted: Mon Jan 20, 2014 11:16 pm
by Francisco Narro

I have tried to put some break point yet.
The break point at top only stop on launching app.
The others one are not working.


Manual implementation on WebServices not working

Posted: Mon Jan 20, 2014 11:50 pm
by Francisco Narro

Now I have tried to invoke the service manually with JS and it work.
Change all the calls in my project it's a lot of time, Do you think that fix it soon?

precode
srvProyectosALista.execute({});
/code/pre


Manual implementation on WebServices not working

Posted: Tue Jan 21, 2014 12:59 am
by maxkatz

It works when you invoke via the line above but doesn't work when you invoke it on page show?


Manual implementation on WebServices not working

Posted: Wed Jan 22, 2014 11:10 pm
by Francisco Narro

yes.


Manual implementation on WebServices not working

Posted: Thu Jan 23, 2014 12:51 am
by maxkatz

That's strange. The execution never goes inside the custom service? And no errors in the console?