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 server and port. You may be suffering from that.

If it's not the case, try to capture what's being sent/received to/from the
server and paste the relevant parts here. You may use "Live HTTP headers" in
Firefox, for example, or some packet analyzer software like Wireshark. Note
that the ladder is a significantly more difficult to install/configure/use.
Without further information is simply not possible to help much.

Best regards,

  Helder Magalhães
-- 
View this message in context: 
http://www.nabble.com/qx.io.remote.Request-How-to-handle-with-SOAP-XML-Using-Method-%22POST%22-tp15036520p15043071.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to