Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/export
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5111/export
Modified Files:
Tag: XQuery_0-24
xrpc.html
Log Message:
Don't statically add the callback URI "/xrpc/admin" in the function
XRPC() that send the HTTP requests, since multiple callback URIs are in
use ("/xrpc", "/xrpc/admin" and "/xrpc/doc"). Let the calling function
add the desired callback URI instead.
Please propagate this change to the branch xrpcdemo a.s.a.p., thanks a
lot!
U xrpc.html
Index: xrpc.html
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/export/xrpc.html,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- xrpc.html 17 Jan 2008 13:42:50 -0000 1.4
+++ xrpc.html 28 May 2008 13:01:15 -0000 1.4.6.1
@@ -20,7 +20,7 @@
if (form.arity.value >= 3)
params = params + getParam(form.type3.value, form.param3.value);
- XRPC(form.postUrl.value, form.module.value, form.moduleUrl.value,
+ XRPC(form.postUrl.value+"/xrpc", form.module.value, form.moduleUrl.value,
form.method.value, form.arity.value, XRPC_CALL(params),
showResponse);
}
@@ -33,7 +33,7 @@
<body>
<a href="http://monetdb.cwi.nl" title="MonetDB is a high-performance
open-source SQL and XQuery database system, developed by CWI"
target="_blank"><img src="../admin/monetdb_med_abstract.png" border="0"/></a>
- <a href="http://www.cwi.nl" title="CWI is the national center for Computer
Science and Mathematics Research" target="_blank"><img src="../admin/cwi.bmp"
border="0"/></a>
+ <a href="http://www.cwi.nl" title="CWI is the Dutch national center for
Computer Science and Mathematics Research" target="_blank"><img
src="../admin/cwi.bmp" border="0"/></a>
<br clear="all"/>
The page provides a live test for XRPC SOAP remote query execution on a
running Mserver.
-------------------------------------------------------------------------
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/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins