Re: How to use XmlRpcClient.execute with a method()

2004-12-16 Thread Daniel
Hi, Your xmlrpc call looks right. If the method you're calling takes no arguments then you pass in an empty Vector, which is what you've done. I would check whether you are registering your handler/method on the server correctly. Regards, Daniel On Thu, 16 Dec 2004, Mailing Li

Re: SecureXMLRPC

2004-12-06 Thread Daniel
Hi, Here are instructions you might find useful in creating your own certs: http://www.yorku.ca/dkha/docs/jsse_cert/jsse_cert.htm Also, here's an example secure xmlrpc client: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Sorry I don't have example for the server. Regar

Re: Connecting to a HTTPS xmlrpc server

2004-11-26 Thread Daniel
Hi, This example client might be useful to you: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Regards, Daniel On Thu, 25 Nov 2004, Chris Picton wrote: > Hi > > I am attempting to connect to a rcd process which listens on both a Unix > socket and an HTTPS tcp socket.

Re: Running as a daemon

2004-11-19 Thread Daniel
asource provider for an application, and the application gets about a max of 400,000 hits per month. Regards, Daniel

Re: Viewing handshake certificates

2004-11-12 Thread Daniel
Hi, I'm not an expert but I believe the provider should have implemented that method so try calling it to get the cert info. Regards, Daniel On Fri, 12 Nov 2004, Ranganath Udupa wrote: > > > Hi, > > I am trying to build a secure peer to peer shell program that can talk t

RE: SSL: certificate_unknown

2004-11-10 Thread Daniel
keystores/certs correctly. Here's a document on how to create the server and client keystores/certs that would at least eliminate one piece of the puzzle: http://www.yorku.ca/dkha/docs/jsse_cert/jsse_cert.htm Hope it helps. Regards, Daniel On Wed, 10 Nov 2004, Duke Tantiprasut wrote: > Hi Da

RE: SSL: certificate_unknown

2004-11-05 Thread Daniel
ts in both client and server for the auth. Regards, Daniel On Thu, 4 Nov 2004, Ranganath Udupa wrote: > > Hi, > > On the same issue, how do I add client side authentication using the > SecureWebServer class? Don't think > securityTool.setTrustStore("servertruststore&qu

Re: SSL: certificate_unknown

2004-11-03 Thread Daniel
Hi, This might be of use to you: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Regards, Daniel On Wed, 3 Nov 2004, Eric Zillmann wrote: > Hi. > > I'm trying to get an XML-RPC server running via SecureWebServer/ > SecureXmlRpcClient (without SSL i

Re: my apology

2004-08-06 Thread Daniel
Hey no harm done here -- I am still in a good mood :) Hope things worked out for you. Regards, Daniel On Thu, 5 Aug 2004, Jim the Standing Bear wrote: > Hi everyone, > > I just want to apologize to the list for my earlier attitude/behavior. > It finally occurred to me that you are

Re: list and rationing

2004-08-05 Thread Daniel
Hi Jim, Actually I would consider a day's response-time from a mailing list to be quite good. Sometimes one doesn't get any at all! Sorry I've just been busy, and honestly, I don't normally reply to mailing list questions. I was in a good mood when I read your mail. :)

Re: Unable to build XML-RPC package

2004-08-05 Thread Daniel
now. But for building it from from CVS, it wasn't bad *once* I figured out what settings I needed for the .properties file. Regards, Daniel On Thu, 5 Aug 2004, Jim the Standing Bear wrote: > Hi Daniel, > > In the binary distribution, all I saw were a few jar files. would it >

Re: Unable to build XML-RPC package

2004-08-05 Thread Daniel
d" part if there's any, unless you're building from source). If you need to modify xml-rpc to suit your own needs then the source version is what you need, which can be retrieved as a tgz/zip file (from the download page) or via CVS. Regards, Daniel On Wed, 4 Aug 2004, Jim the Standing

Re: Unable to build XML-RPC package

2004-08-04 Thread Daniel
.repo}/jnet.jar jcert.jar = ${lib.repo}/jcert.jar servlet.jar = ${lib.repo}/servlet.jar junit.jar = ${lib.repo}/junit-3.7.jar Regards, Daniel On Tue, 3 Aug 2004, Jim the Standing Bear wrote: > Hi, > > I downloaded the XML-RPC v1.2 b1 package, but could not build it. > Whenever I run ant, it

Re: client.execute ????

2004-05-26 Thread Daniel
On Wed, 26 May 2004, Haschemi, Siamak wrote: > Am Wed, 26 May 2004 11:19:55 -0400 (EDT) schrieb Daniel <[EMAIL PROTECTED]>: > > > > > Hi, > > > > Yep, send an empty vector. > > > > Regards, > > Daniel > > > > On Wed

Re: building xml-rpc

2004-05-26 Thread Daniel
Answering myself :) 1. edit default.properties (the jar settings especially) 2. get the jars if you don't already have them, and place into ./lib 3. run "ant" Regards, Daniel On Wed, 26 May 2004, Daniel wrote: > > Hi, > > Does anyone know how to build the xml-rpc s

building xml-rpc

2004-05-26 Thread Daniel
Hi, Does anyone know how to build the xml-rpc source from cvs? I'm not very familiar with Maven but I tried running "maven" without any parameters and it doesn't seem to do anything. Any help is much appreciated, thanks alot! Regards, Daniel

Re: client.execute ????

2004-05-26 Thread Daniel
Hi, Yep, send an empty vector. Regards, Daniel On Wed, 26 May 2004, Calicrates Policroniades wrote: > > Hello, > > Does anyone know why the API for the "execute" methods of the XmlRpcClient > (XmlRpcClientLite) does not include a version without the argument parameter

RE: Examples...

2004-05-26 Thread Daniel
Hi, If you check out the source from cvs, or even just browse the cvs via web, you'll find the "examples" directory right under the main project directory. Here is the link to the examples via the web cvs: http://cvs.apache.org/viewcvs.cgi/ws-xmlrpc/examples/echo/ Regards, Dan

Re: Xmlrpc and unsupported types

2004-04-30 Thread Daniel Rall
Rob, not that I now of. You could certainly start such a project on SourceForge, or if you post the code here an people like it, we could create a "contrib" sub-directory inside the CVS repo for unsupported tools and additions like this. - Dan Rob Jellinghaus wrote: I had exactly the same pro

Re: XML-RPC server suddently stops responding

2004-03-30 Thread Daniel
ib is quite straight forward. Regards, Daniel On Tue, 30 Mar 2004, Filippo Capocasale wrote: >Hi Dave, > unluckily I cannot restart the server, because we have to guarrantee 24H > availability. > Anyway I thank you for your suggest! >Bye! > Filippo > > > Scriv

Re: which version of Java do we need ?

2004-03-29 Thread Daniel
rsions, or 1.4.2_x which I'm running now without problems. Regards, Daniel On Fri, 26 Mar 2004, Sneha V wrote: > Hi, > > When I ran the xmlRpc with an older version of java > (1.3.1 b29), the Java client and server would hang. > When I upgraded to 1.3.1_11, all my code worked

Re: Newbie question on method matching

2004-01-09 Thread Daniel
t;$default" (All of this assumes your Echo class has a callable "echo" method that matches the passed arguments.) Regards, Daniel On Fri, 9 Jan 2004, Shapira, Yoav wrote: > > Hi, > I've just downloaded and installed xmlrpc v1.2-b1. The quick > installation test

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Daniel
is an example of the code I used: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Hope this helps. Regards, Daniel On Tue, 6 Jan 2004, Michael Landon - IBN wrote: > We're also using v1.1 (w/ a couple minor enhancements: socket timeouts and > gzip compression) and it'

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Daniel
Hi, Similar experience here... We've been using v1.1 of the Apache XML-RPC implementation (and even before it was a part of Apache) and it's pretty rock solid. We've just tried using v1.1 *with* SSL mutual authentication and it works too. Regards, Daniel On Tue, 6 Jan 2004, R

[Fwd: define URL for RPC Web Server]

2003-09-16 Thread Daniel Rall
Redirecting question to the right forum. --- Begin Message --- Hi, Is there a way to define the URL of the web server that comes with Apache XML RPC to use something else apart from http://localhost:8080/RPC2 I know how to change the port number but not the rest of the URL Thanks. --- End Mess

Performance using included WebServer

2002-11-09 Thread Daniel S. Myers
Hi,     I was wondering if anyone knew of benchmarks done on the WebServer class included in the XML-RPC distribution? I’m looking for something like the number of no-op RPC calls it can handle per second, or something to that effect.   Thanks, Daniel Myers [EMAIL PROTECTED]

Re: about example

2002-09-10 Thread Daniel L. Rall
?? It looks like the string and math handler are mapped to the echo handler, as you guess. Check the source code for your version to see for sure, or try the latest from CVS to see if it still does the same thing. -- Daniel Rall <[EMAIL PROTECTED]>

Re: Having problems with xml-rpc on the Mac OS 9.1

2002-06-26 Thread Daniel Rall
"Rogers, Mike" <[EMAIL PROTECTED]> writes: > We are building an application which uses servlets server side and a java > app (v.1.1 AWT). We are using xml-rpc to communicate. > > It works perfectly on Windows & Mac OS X. On Mac OS 9, the XML parsing fails > in some cases. Upon further investiagt

Re: NullPointerException on server close (solved)

2002-06-24 Thread Daniel Rall
Jason van Zyl will be removing the implicit start() for the next release of XML-RPC. Ought to obviate the need for any special documentation. - Dan "Brian Dobby" <[EMAIL PROTECTED]> writes: > I found the problem: I was calling 'start' on the WebServer, and this > method is called internally to

Re: logging

2002-06-24 Thread Daniel Rall
Jason van Zyl <[EMAIL PROTECTED]> writes: > On Fri, 2002-06-21 at 14:44, Daniel Rall wrote: > > [moving discussion to dev list] >> >> Jason van Zyl <[EMAIL PROTECTED]> writes: >> >> > On Thu, 2002-06-20 at 16:28, Miguel DeAvila wrote: >> &

Re: logging

2002-06-21 Thread Daniel Rall
[moving discussion to dev list] Jason van Zyl <[EMAIL PROTECTED]> writes: > On Thu, 2002-06-20 at 16:28, Miguel DeAvila wrote: > > It would be helpful if the xmlrpc package supported logging via log4j rather then >printing to System.err ... >> >> thoughts? > > If anything we should probably th

Re: xml-rpc webservices?

2002-06-10 Thread Daniel Rall
"John Wilson" <[EMAIL PROTECTED]> writes: > If you wanted to pass a set of objects linked in an arbitrary graph then > SOAP will (sort of) let you do it. XML-RPC will not. ...without extra code.

Re: How to stop receiving requests?

2002-05-30 Thread Daniel Rall
Kenny Leung (inside) <[EMAIL PROTECTED]> writes: > Hi All. > > My virgin posting to the list. > > I have an xmlrpc server set up, and it receives big chunks of data > via remote calls. Because the call handling is multithreaded, I can > receive more calls than I can really handle. The memory usag

Re: Connections through a HTTP proxy => patch

2002-05-30 Thread Daniel Rall
Hi Olivier. I'm not sure if this has been addressed yet, but if it has not, would you open an issue for it at ? "Olivier Sarrat" <[EMAIL PROTECTED]> writes: > In order to send the proxy patch, I have tried many ways to use CVS > from my workplace, without any

Re: Plans

2002-05-30 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > So is there any road map for apache/xml-rpc ? None to date. If you have suggestions, they're better discussed on the development list . - Dan

Re: execute void method

2002-05-24 Thread daniel martin
? what i now do is to uncomment the line ' // workaround for Frontier bug' in XMLRPCServer.writeRespone. think that would fix the problem. daniel.

execute void method

2002-05-23 Thread daniel martin
: org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: null value not supported by XML-RPC is there another implementation of XMLRPCClient.execute which supports void calls? or is there another way to do this? thanks daniel.

execute void method

2002-05-23 Thread daniel martin
another implementation of XMLRPCClient.execute which supports void calls?   or is there another way to do this?     thanks daniel.

execute void method

2002-05-22 Thread daniel martin
another implementation of XMLRPCClient.execute which supports void calls?   or is there another way to do this?     thanks daniel.

execute void

2002-05-22 Thread daniel martin
another implementation of XMLRPCClient.execute which supports void calls?   or is there another way to do this?     thanks daniel.

Re: Java version question

2002-04-23 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > Hi, > > I'm new to this list and XML-RPC. Can anyone please let me know that if it is > possible to use the java client in JDK 1.1 and have server running in JDK > 1.2+. I know that answer is gonna be most probably yes. Thus my next and > important question is if the

Re: java.lang.NoClassDefFoundError problem

2002-04-23 Thread Daniel Rall
Frederik Uyttersprot <[EMAIL PROTECTED]> writes: > Hello, > > I just started playing with XML-RPC and have the following problem. > I'm also quite new to Java. I'm trying an example from Oreilly's Java > & XML 2nd edition, getting the following error, > > D:\Java\bin\java.exe test.server.HelloS

Re: xml-rpc server

2002-04-02 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > Hi all! > > I am new in Java and xml-rpc, but I have some experience in > c++ and Corba. > I'd like to make and application server with java & xml-rpc instead of > c++ & Corba. Xml-rpc package seems ok, but I found the WebServer class > a little bit short. > For star

Re: IP Address of Connecting Client in RPC Handlers of WebServer?

2002-03-28 Thread Daniel Rall
Paul Libbrecht <[EMAIL PROTECTED]> writes: > A much more dirty approach may also be to use ThreadLocals... never > worked with them. Catalina's and Turbine's Pipelines have a good example of them. They work well. - Dan

Re: XML-RPC and Turbine

2002-03-20 Thread Daniel Rall
Ryan Hoegg <[EMAIL PROTECTED]> writes: > Hello, Hi Ryan. > OK, so I was reading the Jakarta Overview here: > http://jakarta.apache.org/site/overview.html > > It mentions XML-RPC as a component of Turbine's Fulcrum. Is this what > it is? Fulcrum has a service which wraps XML-RPC's WebServer cl

Re: connection refused error

2002-03-18 Thread Daniel Rall
"Lin, Yaxiong" <[EMAIL PROTECTED]> writes: > I was wondering if you or anyone know why XmlRpcClient causes webserver to > hang while XmlRpcClientLite does not and if there is any hope to debug and > fix this problem? `cvs diff -u` the code and examine the differences for possible problems.

Re: Patch suggestions

2002-03-15 Thread Daniel Rall
Daniel Rall <[EMAIL PROTECTED]> writes: > It didn't come out quite right. It looks like you took your modified > version, checked out a new copy from CVS, and did a file system diff > between the two. This makes your changes impossible to decipher, as > it'

Re: Patch suggestions

2002-03-15 Thread Daniel Rall
evisions/xmlrpc/ > Please note that it's the first time I used diff, so I may made it wrong. > > > On Jeudi, mars 14, 2002, at 06:21 , Daniel Rall wrote: > >> Hey Paul, did all of this get integrated? If not, would you send a >> unidiff which illustrates what changes are still missing?

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Need an Servlet Example - Fucking help

2002-03-15 Thread Daniel Rall
No one asked you to leave. Just to stop sending HTML email -- which you did, so thanks. "Gereanu Raul" <[EMAIL PROTECTED]> writes: > I was hoping some help not a message to get out from here. :-) > - Original Message - > From: "Daniel Rall" <[EMA

Re: Base64 anywhere ?

2002-03-14 Thread Daniel Rall
"John Wilson" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "Paul Libbrecht" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 14, 2002 11:28 PM > Subject: Fwd: Base64 anywhere ? > > > [snip] > > (I might be kidding but I love license uniformity, no though

Re: Patch suggestions

2002-03-14 Thread Daniel Rall
Hey Paul, did all of this get integrated? If not, would you send a unidiff which illustrates what changes are still missing? Thanks, Dan Paul Libbrecht <[EMAIL PROTECTED]> writes: > Hi there, > > > Since a while happy users of the Helma XML-RPC library we have made a > few patches. > > Two th

Re: XmlRpcClient.execute params

2002-03-14 Thread Daniel Rall
"Paul Worrall" <[EMAIL PROTECTED]> writes: > Hi, > > Q.1) The readme file in the distribution indicates there should be an > examples directory. Its not there. Where can I find examples of using > XmlRpcClient. Look at the unit tests under xml-rpc/src/test/.

Re: Help!!! Need an Servlet Example - Fucking help

2002-03-14 Thread Daniel Rall
"Gereanu Raul" <[EMAIL PROTECTED]> writes: > It cames a lot of help. From everybody. I knew it before I posting. Please refrain from sending HTML email to the mailing lists.

Re: Connections through a HTTP proxy

2002-03-14 Thread Daniel Rall
Patches go to the development list. Did you even bother to read the link I posted? It says this in the first sentence under the "Patches" section. "Olivier Sarrat" <[EMAIL PROTECTED]> writes: > If I'm not wrong, I think I send the code of XmlRpcClientPlus to some > people of the Apache team...

Re: thingmachines vs apache [was: Transport error]

2002-03-14 Thread Daniel Rall
U, you must have totally ignored what John said below. Let me quote it for you: "Dave Winner says that XML-RPC suports all of XML." That means that XML decl encoding attribute is fully supported, and any implementation which does not support that is BROKEN. Thanks, Dan Lucas Gonze <[EMAI

Re: Transport error?

2002-03-12 Thread Daniel Rall
"Phil Wilson" <[EMAIL PROTECTED]> writes: > If this wasn't xmlrpc I'd be tempted to say it was a firewall issue. There are firewalls which examine and filter HTTP traffic passing through them.

Re: Question on keepAlive attribute

2002-03-12 Thread Daniel Rall
"Lin, Yaxiong" <[EMAIL PROTECTED]> writes: > I noticed that keepAlive can be set on both client and server side. The > WebServer also gets the keepAlive from the xml packet received from the > client and sets the keepAlive accordingly for the connection. > > I was wondering if anyone has any tho

Re: Byte Streaming

2002-03-06 Thread Daniel Rall
"John Wilson" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "Alain K" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 06, 2002 4:44 PM > Subject: Byte Streaming > > >> Hello, >> >> Is it possible to send large data via xmlrpc without >> loading everythi

Re: Patch suggestions

2002-03-06 Thread Daniel Rall
"Stuart Roll" <[EMAIL PROTECTED]> writes: > Hannes - > > Of course that sets a static variable so you can only have one kind of > encoding at a time per JVM. That should be okay for most, I would think, > but it could be more flexible. Stuart, I totally agree. Patches anyone?

Re: How to build

2002-02-21 Thread Daniel Rall
Martin Skopp <[EMAIL PROTECTED]> writes: > Hi Developers, > > At 15:25 20.02.2002 -0800, you wrote: > >It probably means that the version of Ant you're using is too old. >>What's the output of `ant -version`? I would expect Ant 1.3 to work, >>and know Ant 1.4+ works. > > Shouldn't a decent versi

Re: How to build

2002-02-20 Thread Daniel Rall
Sreedhar Tatavarthi <[EMAIL PROTECTED]> writes: > Thanks. I did run "ant"...but now it says. > > Buildfile: build.xml > > BUILD FAILED > > build.xml:17: Unexpected element "path" > > Total time: 0 seconds > > > Where Line 17 in build.xml is: > > > > > > > > > > What does t

Re: How to build

2002-02-20 Thread Daniel Rall
Sreedhar Tatavarthi <[EMAIL PROTECTED]> writes: > Hi all, > > Just downloaded XML-RPC. Can anyone tell me how to > buil this? I made the necesary changes to > build.properties file. Just running `ant` from inside your xml-rpc/ directory should be enough to build.

Re: Thread Behavior - Deadlock

2002-02-20 Thread Daniel Rall
"EXT-Raiteri, Ashley L" <[EMAIL PROTECTED]> writes: > I couldn't file an issue at ISSUE tracker because bugzilla still doesnt have > an xmlrpc project yet. > > below is a patch I suggested to hannes a couple of days ago. > Obviously I beleive there are better solutions than the quik patch i have

Re: Thread Behavior - Deadlock

2002-02-19 Thread Daniel Rall
"EXT-Raiteri, Ashley L" <[EMAIL PROTECTED]> writes: > As a newbie I am embarrassed to ask this question: > but, is everyone Certain that the current implementation with Thread Groups, > and using the Shutdown method will actually terminate an instantiated > WebServer object? I am not certain.

Re: Return value 'null' not supported

2002-02-19 Thread Daniel Rall
"John Wilson" <[EMAIL PROTECTED]> writes: > Null is a non standard extension to XML-RPC. Hannes used to support it but > removed it when Dave Winer (who owns the spec) voiced his disapproval of the > extension. > > I think that the code may have a problem with this situation. I spent some > time

Re: Return value 'null' not supported

2002-02-19 Thread Daniel Rall
http://xml-rpc.com/spec

Re: Connections through a HTTP proxy

2002-02-13 Thread Daniel Rall
"Olivier Sarrat" <[EMAIL PROTECTED]> writes: > public static void setHttpProxy (String host, int port, String name, > String password) Oliver, that sounds great! If you would submit a patch using your ClientPlus code to add this functionality, everyone would be most greatful.