Re: [qooxdoo-devel] qx.io.remote.Request How to handle with SOAP XML Using Method "POST"

2008-03-25 Thread oana
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

Re: [qooxdoo-devel] qx.io.remote.Request How to handle with SOAP XML Using Method "POST"

2008-01-24 Thread Nicolai Slaby
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

Re: [qooxdoo-devel] qx.io.remote.Request How to handle with SOAP XML Using Method "POST"

2008-01-23 Thread Helder Magalhães
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

[qooxdoo-devel] qx.io.remote.Request How to handle with SOAP XML Using Method "POST"

2008-01-22 Thread Nicolai Slaby
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