hello
i don't know if u found the answer, but i might have a tip:
Parameters are currently always sent using GET. Even if you select POST.
This issue is already known and will be fixed with an enhanced data handling
for our transport API in the future.
from this page: http://qooxdoo.org/docum
Hello,
thank you for your answer...
I add my response down there.
Nicolai Slaby wrote:
>
>
qx.io.remote.Request("http://servername/ip_detect/services/Adminservice","PO
ST","application/xml");
>
Are you making the request from the same server/port ("servername")? Remote
request are, due to secur
Nicolai Slaby wrote:
>
> qx.io.remote.Request("http://servername/ip_detect/services/Adminservice","POST","application/xml";);
>
Are you making the request from the same server/port ("servername")? Remote
request are, due to security constraints, usually limited to requests made
to the same ser
Hello,
i just started a few days ago with qooxdoo (0.7.2) and i really enjoy to
work with this framework, but now i get stuck in some problem. (Maybe my
question is stupid i don´t know)
I try to make an request using method POST to an AXIS2 based Webservice
(SOAP). I use an XML for posting i