Re: xmlrpc

2011-12-06 Thread Josh Thompson
e http protocol, which would be the same for http and > > https. If I was trying to do what you are doing, I'd set up a test VM > > somewhere with a really simple php script that has a single XMLRPC > > function that is not using SSL. Then, I'd work on

Re: xmlrpc

2011-12-06 Thread Mani Shafa'atDoost
. If I was trying to do what you are doing, I'd set up a test VM > somewhere with a really simple php script that has a single XMLRPC function > that is not using SSL. Then, I'd work on making a java class that can work > with that and also send additional http headers.

Re: xmlrpc

2011-12-06 Thread Josh Thompson
eally simple php script that has a single XMLRPC function that is not using SSL. Then, I'd work on making a java class that can work with that and also send additional http headers. Josh On Saturday December 03, 2011, Mani Shafa'atDoost wrote: > Josh, > > Thank you. Problem i

Re: xmlrpc

2011-12-05 Thread Mani Shafa'atDoost
::VCLHOST.$location, false, $context) > > > Best Regards > Mani > > On Fri, Dec 2, 2011 at 9:04 AM, Josh Thompson wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Mani, >> >> The frontend code is not using Cookie

Re: xmlrpc

2011-12-03 Thread Mani Shafa'atDoost
Best Regards Mani On Fri, Dec 2, 2011 at 9:04 AM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mani, > > The frontend code is not using Cookie for anything when the XMLRPC API is > used. > > I'm not actually sure about the XML pa

Re: xmlrpc

2011-12-02 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mani, The frontend code is not using Cookie for anything when the XMLRPC API is used. I'm not actually sure about the XML part. All of the XMLRPC code is just using php's built in XMLRPC stuff: http://us.php.net/manual/en/book.xmlrpc.p

Re: xmlrpc

2011-12-01 Thread Mani Shafa'atDoost
Mani On Thu, Dec 1, 2011 at 9:13 AM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mani, > > - From what you described, it doesn't sound like you have the option to set > additional http headers. I remember running in to that with one of the

Re: xmlrpc

2011-12-01 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mani, - From what you described, it doesn't sound like you have the option to set additional http headers. I remember running in to that with one of the perl XMLRPC libraries. It didn't really expose a way to set additional http head

Re: xmlrpc

2011-11-30 Thread Mani Shafa'atDoost
Josh, In java for XMLRPC calls, you have one execute function that accepts 2 arguments. First one is the "Method name" and second one is a list of parameters that we need to pass to this function. so where should I put this header? in parameter[0]? Also there is a config that can be

Re: xmlrpc

2011-11-30 Thread Josh Thompson
> explain further how this is done. > > > > > > > > > > The remote API allows me, for instance, to embed the VCL inside > > > > > other web applications (such as our campus learning management > > > > > system), without requiring students to login to th

Re: xmlrpc

2011-11-30 Thread Mani Shafa'atDoost
t; > want to make and connect to their reservations. > > > > > > > > Best regards, > > > > Aaron > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: xmlrpc

2011-11-30 Thread Josh Thompson
; > > > > > > > > > > > > > > > > > On Nov 29, 2011, at 6:08 PM, Mani Shafa'atDoost wrote: > > > > > > Josh, > > > > > > Thank you. Do you have any proper documentation for functions that you > > &

Re: xmlrpc

2011-11-30 Thread Josh Thompson
atDoost wrote: > > > > Josh, > > > > Thank you. Do you have any proper documentation for functions that you > > provided by XML RPC? > > > > Best Regards > > Mani > > > > On Tue, Nov 29, 2011 at 4:32 PM, Josh Thompson wrote: > &g

Re: xmlrpc

2011-11-30 Thread Mani Shafa'atDoost
IN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Mani, >> >> Unfortunately, the example code is way out of date and uses API version 1 >> which is no longer supported. >> >> A more current example, though in python, is available here: >> >> &g

Re: xmlrpc

2011-11-30 Thread Aaron Coburn
on CoburnSystems Administrator and ProgrammerAcademic Technology Services, Amherst College(413) 542-5451 acob...@amherst.edu On Nov 29, 2011, at 6:08 PM, Mani Shafa'atDoost wrote:Josh, Thank you. Do you have any proper documentation for functions that you provided by XML RPC? Best RegardsManiOn Tue, Nov 29

Re: xmlrpc

2011-11-29 Thread Mani Shafa'atDoost
i Shafa'atDoost wrote: > > Hello, > > > > I just used your sample file to use VCL through XMLRPC, but I received > > following error : > > > > *Notice*: xmlrpc: Unsupported API version, cannot continue. > > > > I just modified username and pa

Re: xmlrpc

2011-11-29 Thread Josh Thompson
/managegroups.py Josh On Sunday November 20, 2011, Mani Shafa'atDoost wrote: > Hello, > > I just used your sample file to use VCL through XMLRPC, but I received > following error : > > *Notice*: xmlrpc: Unsupported API version, cannot continue. > > I just modified usernam

Re: xmlrpc

2011-11-21 Thread Andy Kurth
Try changing the X-APIVERSION line from 1 to 2: $header .= "X-APIVERSION: 2"; -Andy On Sun, Nov 20, 2011 at 11:13 PM, Mani Shafa'atDoost wrote: > Hello, > I just used your sample file to use VCL through XMLRPC, but I received > following error : > > Notice: x

xmlrpc

2011-11-20 Thread Mani Shafa'atDoost
Hello, I just used your sample file to use VCL through XMLRPC, but I received following error : *Notice*: xmlrpc: Unsupported API version, cannot continue. I just modified username and password in your sample PHP file. I will appreciate if you could guide me. Best Regards Mani

RE: FW: Error with VCL XMLRPC call

2011-06-20 Thread Waldron, Michael H
, ITS Manning, Rm 2509 919-962-9778 From: Josh Thompson [josh_thomp...@ncsu.edu] Sent: Monday, June 20, 2011 10:17 AM To: vcl-user@incubator.apache.org Subject: Re: FW: Error with VCL XMLRPC call -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, See i

Re: FW: Error with VCL XMLRPC call

2011-06-20 Thread Josh Thompson
ed flag: 0 > ---- > RECENT LOG ENTRIES FOR THIS PROCESS: > 2011-06-20 08:45:19|19928|blockrequest|blockrequest.pm:process(212)|xmlrpc > warning: allocated= 0 unallocated= 2011-06-20 > 08:45:24|19928|blockrequest|blockreque

RE: FW: Error with VCL XMLRPC call

2011-06-20 Thread Waldron, Michael H
: 2011-06-20 14:45:00 blocktime end: 2011-06-20 17:15:00 blocktime processed flag: 0 RECENT LOG ENTRIES FOR THIS PROCESS: 2011-06-20 08:45:19|19928|blockrequest|blockrequest.pm:process(212)|xmlrpc warning: allocated= 0 unallocated

Re: FW: Error with VCL XMLRPC call

2011-06-20 Thread Josh Thompson
Monday, June 20, 2011 8:45 AM > To: Waldron, Michael H > Subject: Error with VCL XMLRPC call > > Table 'VMhostCheck' already exists > > CREATE TEMPORARY TABLE VMhostCheck ( RAM mediumint unsigned NOT NULL, > allocRAM mediumint unsigned NOT NULL, vmhostid smallint uns

FW: Error with VCL XMLRPC call

2011-06-20 Thread Waldron, Michael H
: mwald...@email.unc.edu [mwald...@email.unc.edu] Sent: Monday, June 20, 2011 8:45 AM To: Waldron, Michael H Subject: Error with VCL XMLRPC call Table 'VMhostCheck' already exists CREATE TEMPORARY TABLE VMhostCheck ( RAM mediumint unsigned NOT NULL, allocRAM mediumint unsigned NOT NULL