Re: Failed to parse server's response: Failed to parse integer value:

2010-08-26 Thread Jochen Wiedmann
Use tcpmon, ethereal, or a similar tool to trace the communication between client and server and then let's discuss based on that. Jochen On Thu, Aug 26, 2010 at 12:25 PM, Tioe, April april.t...@cw.com wrote: Hi there, I've created an XML-RPC client which calls a remote method in a server

Re: Advanced Custom Data Type

2010-06-18 Thread Jochen Wiedmann
Can you imagine that it doesn't work won't give too many clues? On Thu, Jun 17, 2010 at 2:57 PM, stefan V steta...@gmx.de wrote: Hello, I'm new in Apaches' XMLRPC. I try to get some data from a xmlrpc-server (I got a simple String from a method, so it works - a bit) The date format on the

Re: Question: http client not found

2010-06-05 Thread Jochen Wiedmann
You've got the wrong httpclient. What you need is commons-httpclient. See http://hc.apache.org/httpclient-3.x/ Apart from that, there's no reason I am aware of to prefer the httpclient transport over the sun transport. Jochen On Sat, Jun 5, 2010 at 3:44 PM, James Carroll jamesdcarrol

Re: Package org.apache.xmlrpc.secure does not exist

2010-05-26 Thread Jochen Wiedmann
Reading the docs, perhaps? See http://ws.apache.org/xmlrpc/ssl.html 2010/5/26 Patrick Stürmlinger patr...@mindf.org: Hello, I need a SecureXmlRpcClient to initiate a secure connection over ssl. My problem is that org.apache.xmlrpc.secure isn't included in any .jar file at my classpath.

Re: Port Range?

2010-04-22 Thread Jochen Wiedmann
The problem is most likely that you don't understand how to configure the firewall. A connection made from a client to your server will have port 8080 on the server side, but some arbitrary port between 1024 and 65535 on the client side. Jochen On Thu, Apr 22, 2010 at 3:08 PM, Sven Kerkling

Re: how to get the xml bytes

2010-04-13 Thread Jochen Wiedmann
Use tcpdump, wireshark, or a similar tool. On Tue, Apr 13, 2010 at 8:38 AM, Lucio Crusca lu...@sulweb.org wrote: Hello *, I'm coding some XMLRPC client tests for certain XMLRPC webservices. The server is Django and it's being written by someone else, but that's only to say I have no control

Re: Connection re-use bug in XML-RPC 3.1.3

2010-04-02 Thread Jochen Wiedmann
of the Authenticator class (indeed, I haven't got the slightest idea, why you are using both) and with a complete source code example. Sorry, Jochen On Thu, Apr 1, 2010 at 6:06 PM, Greg Smethells gsmethe...@medstrat.com wrote: -- Forwarded message -- From: Greg Smethells gsmethe

Re: changing the way objects are created as a result of a xmlrpc invocation

2010-02-16 Thread Jochen Wiedmann
Should soon be available on http://ws.apache.org/xmlrpc/handlerCreation.html if mirrors have synced up. Thanks, Jochen On Tue, Feb 16, 2010 at 4:43 PM, teemu kanstren tkanst...@gmail.com wrote: How about you contributing one or two pages? :-) Here is some text for you. You can modify

Re: XML-RPC timeout

2010-02-15 Thread Jochen Wiedmann
Quite possible. Try 3.1.3. On Mon, Feb 15, 2010 at 11:50 AM, Lars Schnoor lars.schn...@ifad.dk wrote: When I look at the source code for XML-RPC 3.1.2 I can't see any initHttpHeaders in XmlRpcSun15HttpTransport, is this initHttpHeaders a newer thing? Jochen Wiedmann wrote: Put

Re: Log xml sent and received

2010-02-12 Thread Jochen Wiedmann
Use wireshark, tcpmon, or a similar tool. On Fri, Feb 12, 2010 at 11:18 AM, jz jehanzeb.qay...@gmail.com wrote: Hi, How can i log complete XML sent and received using apache xml rpc? Regards, Jehanzeb Qayyum -- Germanys national anthem is the most boring in the world - how telling!

Re: Exception handling

2010-02-12 Thread Jochen Wiedmann
Catch the XmlRpcException. On Fri, Feb 12, 2010 at 11:19 AM, jz jehanzeb.qay...@gmail.com wrote: Hi, Where can i find good docs on exception handling in xml rpc client? Specificall i want to know the hhtp response code, fault code, fault details etc. Thanks Regards, Jehanzeb Qayyum

Re: changing the way objects are created as a result of a xmlrpc invocation

2010-02-12 Thread Jochen Wiedmann
Have a look at the RequestProcessorFactoryFactory On Fri, Feb 12, 2010 at 4:08 PM, teemu kanstren tkanst...@gmail.com wrote: Hello all,  As I understand, each time a server receives an xmlrpc invocation a new object is created for the class registered to handle this. I do not wish to

Re: XML-RPC timeout

2010-02-12 Thread Jochen Wiedmann
on the website. Jochen Wiedmann wrote: Are you using a proper transport factory, like XmlRpcSun15HttpTransportFactory? On Fri, Feb 12, 2010 at 4:01 PM, Lars Schnoor lars.schn...@ifad.dk wrote: Hi I have seen that the XmlRpcClientConfigImpl has two methods to set timeout, there is setReplyTimeout

[RESULT] Release Apache XML-RPC 3.1.3

2010-02-11 Thread Jochen Wiedmann
Passed with +1: 7 (Binding: Amila Suriarachchi, Ruchith Fernando, Deepal Jayasinghe, Andreas Veithen, Jochen Wiedmann, non-binding: Johan Hägre, Don Albertson) =0: 0 -1: 0 I'll promote the files to the repositories and will be sending a formal announcement. Jochen -- Germanys national

[VOTE] Release Apache XML-RPC 3.1.3

2010-02-06 Thread Jochen Wiedmann
Hi, due to a recently discovered security issue, I'd like to release Apache XML-RPC 3.1.3. This is a minor bugfix release. The complete list of changes can be found at http://people.apache.org/~jochen/xmlrpc/changes-report.html#a3.1.3 The proposed binaries can be found at https

Re: [PATCH] Setting SAX features for XML-RPC

2010-02-03 Thread Jochen Wiedmann
files contents to the request. However, I have difficulties to understand why this should become a part of the response? Is this specific to your application? - Whether and how you'd like to access the SAX parser. Give me a few days to think about this. Jochen On Wed, Feb 3, 2010 at 11:23 AM

Re: [Fwd: Fwd: How to invoke XmlRpcServer without using web.xml in tomcat]

2010-01-29 Thread Jochen Wiedmann
On Thu, Jan 28, 2010 at 8:55 AM, Casper Wandahl Schmidt kalle.pri...@gmail.com wrote: Okay let me ask in another way: which class/interface can I use/implement to get to use the  server-side functionality if I don't want to use the WebServer and can't extend the

Re: How to invoke XmlRpcServer without using web.xml in tomcat

2010-01-27 Thread Jochen Wiedmann
On Wed, Jan 27, 2010 at 1:31 PM, Casper Wandahl Schmidt kalle.pri...@gmail.com wrote: My question is how to use the XmlRpc framework within this JWIG framework. That's a question you should rather put to the framework authors or users. -- Germanys national anthem is the most boring in the

Re: Problem (302 moved error)

2009-10-29 Thread Jochen Wiedmann
Try using the URL from the location header. In other words, add a / to the URL. On Wed, Oct 28, 2009 at 8:49 PM, Mike Baranski list-subscripti...@secmgmt.com wrote: I have the following java class: package com.secmgmt.xmlrpc.change_status; import org.apache.log4j.Logger; public class

Re: Problem (302 moved error)

2009-10-29 Thread Jochen Wiedmann
Alternatively, remove the /* from the pattern below. On Wed, Oct 28, 2009 at 8:55 PM, Mike Baranski list-subscripti...@secmgmt.com wrote: Here is the web.xml, also: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

Re: Problem (302 moved error)

2009-10-29 Thread Jochen Wiedmann
setup, like not properly reloading, or something like that. Anyways, as the problem is way before the XML-RPC code is touched, I suggest that you contact tomcat-user, or a similar mailing list for your web server. Jochen -- Germanys national anthem is the most boring in the world - how telling!

Re: Vague XML-RPC exceptions

2009-10-27 Thread Jochen Wiedmann
in that case. Jochen On Mon, Oct 26, 2009 at 6:43 PM, Daphna Wasserman (dwasserm) dwass...@cisco.com wrote: Hi, We are using XML-RPC version 3.1.1 with SSL in our application. We have been receiving the following XMLRpc exceptions, and are unable to figure them out, as we cannot determine which

Re: Adding string tag in XML-RPC 3.1

2009-10-19 Thread Jochen Wiedmann
Sigh! Is anyone actually using the FAQ and that stuff? http://ws.apache.org/xmlrpc/faq.html#string_format On Mon, Oct 19, 2009 at 3:33 PM, Shirabur, Aravind Ashok (Communication Media Solutions) arvin...@hp.com wrote: Hi, We are using java XML-RPC library 3.1; when my client application

Re: XML RPC Question

2009-10-13 Thread Jochen Wiedmann
. Every minute or so, send a query to the server, whether the thread is ready. If so, leave the loop. Otherwise, go sleeping for another minute. Should be much easier to implement than taking care of all these TCP/IP and HTTP related timeout considerations. Jochen On Tue, Oct 13, 2009 at 3:49

Re: class cast exception with array return result

2009-10-13 Thread Jochen Wiedmann
You are right, Stan. Fixed! On Tue, Oct 13, 2009 at 11:36 PM, Stanislav Miklik stanislav.mik...@gmail.com wrote: Hi, you are right, there is a bug in FAQ. the point is, that you can not cast the result of the XML RPC call, in your case return (String []) windows.getInstances(category);

Re: Problem with ReadTimeout in SunHttpTransport

2009-10-08 Thread Jochen Wiedmann
Isn't that already in? See http://www.nabble.com/svn-commit:-r813462---in--webservices-xmlrpc-trunk:-client-src-main-java-org-apache-xmlrpc-client-XmlRpcSun15HttpTransport.java-pom.xml-src-changes-changes.xml-td25384668.html 2009/10/8 Mikhail Sarychev m...@magicworld-ltd.com: In

Re: Support for HttpComponents HttpClient?

2009-10-03 Thread Jochen Wiedmann
So far no, but should be fairly trivial. Wonna provide a patch? On Wed, Sep 23, 2009 at 4:42 PM, Christoph Jaehnigen christoph.jaehni...@gmail.com wrote: Is there gone be support for the HttpComponents HttpClient (successor of Apache Commons HTTP Client) in Apache XML-RPC? Regards Chris

Re: XmlRpcSunHttpTransport and read timeout

2009-09-11 Thread Jochen Wiedmann
On Fri, Sep 11, 2009 at 6:46 AM, Gam gamal...@fastmail.fm wrote: I see that this class is specifically for Java 1.5. Do you know were is the code that selects the correct class at runtime? I'm very interested to know how it work. See

Re: XmlRpcSunHttpTransport and read timeout

2009-09-10 Thread Jochen Wiedmann
Ok, commited. On Thu, Sep 10, 2009 at 12:19 PM, Lars Gramark l...@stickybit.se wrote: Works like a charm. I've verified reply timeout and connection timeout. -- Germanys national anthem is the most boring in the world - how telling!

Re: XmlRpcSunHttpTransport and read timeout

2009-09-08 Thread Jochen Wiedmann
You're the first one to point this out. Compatibility to 1.4 is not a problem, because we already have JDK specific variants of the transports. Wanna provide a patch? On Tue, Sep 8, 2009 at 3:39 PM, Lars Gramarkl...@stickybit.se wrote: The reply timeout set in the XmlRpcHttpClientConfig is

Re: Can I send XML document as parameter in xml-rpc

2009-09-05 Thread Jochen Wiedmann
streaming using CDATA later this weekend. Jochen -- Germanys national anthem is the most boring in the world - how telling!

Re: Can I send XML document as parameter in xml-rpc

2009-09-03 Thread Jochen Wiedmann
, providing that both sides are capable to create and parse well formed XML. (Apache XML-RPC is capable, of course.) Jochen -- Perl rules: http://xkcd.com/224/

Re: Can I send XML document as parameter in xml-rpc

2009-09-03 Thread Jochen Wiedmann
, it would make more sense to consider streaming the document contents rather than use encoding and an additional byte buffer. Jochen -- Perl rules: http://xkcd.com/224/

Re: No string element for String types

2009-08-14 Thread Jochen Wiedmann
I have added the following FAQ entry now. Apache XML-RPC is sending strings as valueSomeString/value. Whereas I would expect valuestringSomeString/string/value. Both formats are valid. XML-RPC compliant software (as Apache XML-RPC is) must be able to understand both. Of course, you can only

Re: Static Methods

2009-07-21 Thread Jochen Wiedmann
Static methods are ignored by Apache XML-RPC, by default. Either you have to create your own handler mapping, or you create wrapper instances. Jochen On Tue, Jul 21, 2009 at 3:00 PM, Keit Isenseekeit.isen...@bredex.de wrote: Hello! I am just evaluating XML RPC for my project and have

Re: How to create an XmlRpcRequest object?

2009-07-19 Thread Jochen Wiedmann
Use the XmlRpcRequestParser. Jochen On Sun, Jul 19, 2009 at 5:35 PM, Sergiy Kolesnikovskstu...@gmx.de wrote: Hi All, is there any possibility to create a XmlRpcReaquest object from, for example, a XML file or character stream containing a single XML-RPC method call in the format described

Re: how to enable mapping for methods of return type *void*

2009-07-01 Thread Jochen Wiedmann
methods on both Jochen -- Don't trust a government that doesn't trust you.

Re: XML RPC client seems to be sending GET request instead of POST

2009-06-26 Thread Jochen Wiedmann
. Jochen -- Don't trust a government that doesn't trust you.

Re: Change the xmlrpc server reponse encoding

2009-06-18 Thread Jochen Wiedmann
You are aware, that this is a violation of the XML-RPC spec, aren't you? If so, you've got to create a custom instance of XmlWriter and a corresponding XmlWriterFactory and set that on your XmlRpcServer instance. Jochen On Thu, Jun 18, 2009 at 11:15 AM, jameljamel.essou...@gmail.com wrote

Re: Client Factory

2009-06-15 Thread Jochen Wiedmann
It would be better, if you'd file a bug report with a suggested patch. Jochen On Mon, Jun 15, 2009 at 7:55 AM, Livnat Peerlp...@redhat.com wrote: Hello, I am working with xmlrpc-client version 3.1.1. I have a java client and the server is written in python. I want to invoke a remote methods

Re: [jira] Commented: (XMLRPC-169) XmlRpcSunHttpTransport creates a new connection for every request.

2009-06-08 Thread Jochen Wiedmann
At least, your account is valid, and you're a member of the ws group. Don't know about the svn privileges, but that's something I cannot check. Jochen On Mon, Jun 8, 2009 at 9:10 AM, Alan Burlisonalan.burli...@sun.com wrote: Jochen Wiedmann (JIRA) wrote:    [ https://issues.apache.org/jira

Re: org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse servers response: Unknown type: string

2009-06-07 Thread Jochen Wiedmann
Please, use tcpmon, WireShark, or a similar tool to create a trace of the servers response and let us see that. Thanks, Jochen On Sat, Jun 6, 2009 at 9:34 PM, Satya Prasad Sahusatya.s...@gmail.com wrote: Hi All,I need help urgently. My back end is python script acting as a server using

Re: ThreadPool deadlock

2009-05-19 Thread Jochen Wiedmann
as before. See https://issues.apache.org/jira/browse/XMLRPC-168 both for a description of the issue, which is fixed in the snapshot and what we need if you actually encounter more deadlocks. Jochen -- Don't trust a government that doesn't trust you.

RESULT: Alan Burlison as committer

2009-05-13 Thread Jochen Wiedmann
Passed with three positive votes: Siegfried, Henri, and myself. Welcome to the club, Alan. :-) -- Don't trust a government that doesn't trust you.

Re: How can I add a custom attribute (for example php_class) in the xmlrpc server xml output

2009-05-11 Thread Jochen Wiedmann
On Mon, May 11, 2009 at 12:07 PM, Jamel ESSOUSSI jessou...@active-telecom.com wrote: I use a xmlrpc java server with a php client, i would like know how can I add a custom attribute in the struct tag in the java server side. I use the apache xmlrpc version 2. Not so easy with version 2. In

Re: Problem with XmlRpcClient.execute()

2009-05-10 Thread Jochen Wiedmann
the jar-files generated? Lars, I have uploaded a snapshot to https://repository.apache.org/content/repositories/snapshots/org/apache/xmlrpc Jochen -- Don't trust a government that doesn't trust you.

Re: Problem with XmlRpcClient.execute()

2009-05-09 Thread Jochen Wiedmann
Funny, looks like https://issues.apache.org/jira/browse/XMLRPC-168 Checkout and build the latest version from SVN. On Sat, May 9, 2009 at 11:21 PM, Lars Schnoor lars.schn...@ifad.dk wrote: Hi Alan Now I have been able to recreate the problem and can post the stack traces. I have actually one

Re: How to send or upload large binary file to RPC server

2009-05-08 Thread Jochen Wiedmann
encoded input. But that's certainly possible. Jochen -- Don't trust a government that doesn't trust you.

VOTE: Alan Burlison as committer

2009-05-08 Thread Jochen Wiedmann
based solutions), but less by developers like me. He'd be able to fill a gap. Thanks, Jochen [ ] -1 [ ] =0 [ ] +1 -- Don't trust a government that doesn't trust you.

Re: static mehods in handlers

2009-04-28 Thread Jochen Wiedmann
Hi, Michael, I have compared versions 3.1.1 and 3.1.2, and cannot find any difference in the handler mapping and the related classes. Can you provide an example? Which exact version have you been using before? Jochen On Tue, Apr 28, 2009 at 8:43 PM, Pitoniak, Michael mpito...@enterasys.com

Re: Do we care about Java 1.4 compatibility?

2009-04-28 Thread Jochen Wiedmann
the server - but the current code is in the common lib so I'm not sure how that would play out. No it wouldn't. The ThreadPool isn't in the common package by change. The client uses it for load limitation too. Jochen -- Don't trust a government that doesn't trust you.

[RESULT] Release Apache XML-RPC 3.1.2 (RC1)

2009-04-26 Thread Jochen Wiedmann
Hi, for the record: Passed +1: Glen Daniels, Ant Elder, Tom Jordahl, Asankha Perera, Samisa Abeysinghe, Jochen Wiedmann, Don Albertson (Non-Binding) +0: Henri Gomez I'll publish the distribution and will post a formal announcement when the mirrors are loaded. Jochen -- I have always wished

Re: [RESULT] Release Apache XML-RPC 3.1.2 (RC1)

2009-04-26 Thread Jochen Wiedmann
On Sun, Apr 26, 2009 at 10:16 PM, Alan Burlison alan.burli...@sun.com wrote: FYI, I haven't forgotten about helping out with the XML-RPC stuff, I'm still waiting for our legal dept to get back to me. Fine :-) -- I have always wished for my computer to be as easy to use as my telephone; my

Re: Basic Authentication perl client

2009-04-21 Thread Jochen Wiedmann
as an example. Jochen -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone. -- (Bjarne Stroustrup, http://www.research.att.com/~bs/bs_faq.html#really-say-that My guess: Nokia E50)

VOTE: Release Apache XML-RPC 3.1.2 (RC1)

2009-04-20 Thread Jochen Wiedmann
-dist/3.1.2/ The proposed site is at http://people.apache.org/~jochen/xmlrpc The SVN tag is http://svn.apache.org/repos/asf/webservices/xmlrpc/tags/xmlrpc-3.1.2 Please cast your vote: [ ] +1 [ ] =0 [ ] -1 - Fix: Eliminated a possible race condition in the ThreadPool. Fixes XMLRPC-162

Re: Session handling in XML-RPC

2009-04-15 Thread Jochen Wiedmann
On Thu, Apr 16, 2009 at 7:48 AM, Andrei Sirghi andrei.sir...@tss-yonder.com wrote: Is it possible to access HTTP Sessions from XML-RPC server and client, Can somebody tell me how can I do that. On the server: See the example on reading the client's IP address, should be easy to adopt:

Release 3.1.2?

2009-04-09 Thread Jochen Wiedmann
? Thanks, Jochen -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone. -- (Bjarne Stroustrup, http://www.research.att.com/~bs/bs_faq.html#really-say-that My guess: Nokia E50)

Re: Release 3.1.2?

2009-04-09 Thread Jochen Wiedmann
On Thu, Apr 9, 2009 at 2:06 PM, Henri Gomez henri.go...@gmail.com wrote: Did there is a changelog somewhere ? https://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/src/changes/changes.xml -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true

Re: Migrating from xmlrpc-1 to version 3

2009-03-24 Thread Jochen Wiedmann
/xmlrpc/advanced.html handlers Jochen -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone. -- (Bjarne Stroustrup, http://www.research.att.com/~bs/bs_faq.html#really-say-that My

Re: Multiple xmlrpc calls over single connection

2009-01-13 Thread Jochen Wiedmann
://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html.) Jochen -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone. -- (Bjarne Stroustrup, http://www.research.att.com/~bs/bs_faq.html

Re: Multiple xmlrpc calls over single connection

2009-01-13 Thread Jochen Wiedmann
On Wed, Jan 14, 2009 at 4:11 AM, Yanwar Asrigo asrigoyan...@gmail.com wrote: Yes the server does offer the keepalive as I have modified it so. Did you verify that by looking into the output of tcpmon or wireshark? Jochen -- I have always wished for my computer to be as easy to use as my

Re: Handler objects..?

2009-01-09 Thread Jochen Wiedmann
On Fri, Jan 9, 2009 at 11:50 AM, Lars 'Levia' Wesselius le...@openfrag.org wrote: I'm using the Java ws-apache-xmlrpc library, but I was wondering, in Helma you were able to do like: addHandler(Auth, new WhateverClass());, if I recall correctly. In this, you have to give the classname. Now I

Re: View raw server response

2008-11-16 Thread Jochen Wiedmann
On Mon, Nov 17, 2008 at 12:51 AM, Al Twohill [EMAIL PROTECTED] wrote: Is there a way I can retrieve the raw server response in order to debug this further? The server I'm communicating with is HTTPS so packet sniffers aren't too helpful. Use Wireshark, Tcpmon, or a similar tool. Jochen

Re: View raw server response

2008-11-16 Thread Jochen Wiedmann
On Mon, Nov 17, 2008 at 2:01 AM, Al Twohill [EMAIL PROTECTED] wrote: Like I said, the communication is over HTTPS. All I see in Wireshark is Sorry for the fast shot. AFAIK, you might use http://donsproxy.sourceforge.net/ for that. -- I have always wished for my computer to be as easy to use

Re: Custom data types with TypeConverter

2008-09-05 Thread Jochen Wiedmann
On Fri, Sep 5, 2008 at 3:28 PM, Stefan Gmeiner [EMAIL PROTECTED] wrote: I have tried to achieve this through implementing a custom TypeConverter. The TypeConverter is the wrong approach. Use a custom TypeFactory and take the JAXBTypeFactory as an example. Jochen -- Look, that's why there's

VOTE: Release Apache XML-RPC 3.1.1 (Take 2)

2008-08-10 Thread Jochen Wiedmann
, as outlined by the latest ASF policy for source files. Thanks, Jochen [ ] +1 [ ] =0 [ ] -1 -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: VOTE: Release Apache XML-RPC 3.1.1 (Take 2)

2008-08-10 Thread Jochen Wiedmann
Forgot to note: The proposed distribution is at http://people.apache.org/~jochen/xml-rpc/dist The proposed site is at http://people.apache.org/~jochen/xml-rpc/dist On Sun, Aug 10, 2008 at 8:34 PM, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, once more, I'd like to call for a release

Re: VOTE: Release Apache XML-RPC 3.1.1

2008-08-09 Thread Jochen Wiedmann
On Sat, Aug 9, 2008 at 10:44 AM, ant elder [EMAIL PROTECTED] wrote: Looks like the artifacts are missing LICENSE and NOTICE files, and the source files still have the old ASF header. Ok, I'll fix that. Thanks, Jochen -- Look, that's why there's rules, understand? So that you think before

Re: XML RPC 3.1.1 - REPUBLISH

2008-08-07 Thread Jochen Wiedmann
On Thu, Aug 7, 2008 at 4:18 PM, vizireanu-isaic dragos [EMAIL PROTECTED] wrote: I'm using the xml-rpc 3.1 library, but I have problems with the User Agent. As I saw, you resolved this problem, and even publish the library at this adress:

VOTE: Release Apache XML-RPC 3.1.1

2008-08-05 Thread Jochen Wiedmann
Hi, as the snapshot releases have recently been removed from the repository, it seems to be about time for a bug fixing release. See http://people.apache.org/~jochen/xml-rpc/site/changes-report.html for a detailed list of changes. Therefore, I'd like to call for a vote on the release

Re: Regarding custom dateTime.iso8601 format...

2008-07-31 Thread Jochen Wiedmann
/xmlrpc/advanced.html The example is even using the date tag for overwriting. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: xmlrpc 3.1

2008-07-21 Thread Jochen Wiedmann
to the configuration in that case. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: xmlrpc 3.1

2008-07-21 Thread Jochen Wiedmann
characters. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: XML-RPC and File Transfer

2008-07-16 Thread Jochen Wiedmann
as well use an InputStream (for example to an open file), if I remember right. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: RPC With A Dynamic Number of Variables

2008-07-15 Thread Jochen Wiedmann
this without using a Filter or something similar. Why not simply using an Object[] or a List? Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: Problem with login using xml-rpc api

2008-07-02 Thread Jochen Wiedmann
assume that it does something like returning a Cookie that you need to pass later on. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Re: Problem with login using xml-rpc api

2008-07-02 Thread Jochen Wiedmann
On Wed, Jul 2, 2008 at 3:15 PM, Helder Ribeiro [EMAIL PROTECTED] wrote: This is the api documentation: http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html It says *Returns* On success, a hash containing one item, id, the numeric id of the user that was logged in. A

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
be there as well. I recommend that you try to use the http://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/client/util/ClientFactory.html See the section on Dynamic Proxies on http://ws.apache.org/xmlrpc/advanced.html for how to use that. Jochen -- Look, that's why there's rules, understand

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
On Mon, Apr 14, 2008 at 12:40 PM, Stanislav Miklik [EMAIL PROTECTED] wrote: return value (Jochen probably knows that always Object[], but since it is not described...) That's not completely true: See http://ws.apache.org/xmlrpc/faq.html#arrays May be, that we need to make this more

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
On Mon, Apr 14, 2008 at 12:55 PM, Stanislav Miklik [EMAIL PROTECTED] wrote: Btw: how can I create patch for doc? Just checkout the projects source code. All docs, including the web site, are part of it. Jochen -- Look, that's why there's rules, understand? So that you think before you

Re: Clientside SSL Question

2008-04-10 Thread Jochen Wiedmann
easier. In the case of a certificate, which is issued by a trusted authority, there is basically no difference between HttpUrlConnection and HttpsUrlConnection. In other words, there is nothing left do to. Jochen -- Look, that's why there's rules, understand? So that you think before you

Re: embedding a string into structure XML RPC request

2008-03-13 Thread Jochen Wiedmann
://wiki.apache.org/ws/XML-RPC, which describes what you did, because your problem is somewhat of an FAQ. Thanks, Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: embedding a string into structure XML RPC request

2008-03-12 Thread Jochen Wiedmann
. What you need is to have a custom type factory with a custom TypeSerializer for the String class. The default TypeSerializer for string is omitting the string tag, your's would add it. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry

Re: XmlRpcServlet is not a javax.servlet.Servlet error

2008-02-17 Thread Jochen Wiedmann
extends the HttpServlet class, I can think of no reason for causing this error message. Please ask the jetty mailing list. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: Basic Authentication with xmlrpc-3.1

2007-11-22 Thread Jochen Wiedmann
On Nov 22, 2007 7:16 PM, Simson Garfinkel [EMAIL PROTECTED] wrote: I have no problem with the username password using either my browser or using my XML-RPC implementation in python. Is there any chance that this code just doesn't work? Unlikely. I am myself using it in more than one project

Re: XML RPC request/response standards

2007-11-12 Thread Jochen Wiedmann
, for example, that *you* are parsing the HTTP requests data, delegate it to the library and terminate the data by adding a NUL character, then that would work. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: XmlRpcRequest

2007-11-09 Thread Jochen Wiedmann
On Nov 9, 2007 11:33 PM, John Bellone [EMAIL PROTECTED] wrote: All I basically need is to parse and serialize the messages. I'm receiving them in a ByteBuffer What do you plan to take as the parsers input/output? The parsers I know require In-/OutputStream, not ByteBuffer. -- Look, that's

Re: Examining XML RPC request packets

2007-11-07 Thread Jochen Wiedmann
On 11/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have tried Ethreal and Wireshark , they don't help. Then you did something wrong. They do help. An alternative tool is tcpmon, btw. -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry

Re: contentLengthOptional really working as documented?

2007-09-24 Thread Jochen Wiedmann
the problem. (For example, sending a particular attribute as part of the request.) Add your ideas to the Jira issue, so that we can discuss it. - Create a patch and attach it to the issue. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry

Re: XmlRpcContext in version 3

2007-09-20 Thread Jochen Wiedmann
to do this now ? The suggested way to do this is to subclass RequestSpecificProcessorFactoryFactory and let it configure your processor objects. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: XmlRpcContext in version 3

2007-09-20 Thread Jochen Wiedmann
can set the required parameters in MyConfig and they will show up in execute method of the handler. That should also work. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: Apache XML-RPC Server - No such handler exception

2007-09-09 Thread Jochen Wiedmann
On 9/9/07, Ondrej Martinsky [EMAIL PROTECTED] wrote: doesn't recognize the handler MyRemoteProcedure provided by addHandler I believe the problem is that you need to add the method name. For example, don't use MyRemoteProcedure, but MyRemoteProcedure.someMethod. Jochen -- Look, that's why

Re: Bug in FAQ for WS-XMLRPC 3.1

2007-09-04 Thread Jochen Wiedmann
not simply handle by changing the FAQ. Would you please be so kind to create a JIRA issue, where we can continue the discussion? Thanks, Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: content-length problems?

2007-09-04 Thread Jochen Wiedmann
result. So my proposal is to simply return true so that the HTTPClient may call writeRequest() more than once if it fails. Applied, thank you. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time

Re: Does XML-RPC support xen kernel Linux

2007-09-03 Thread Jochen Wiedmann
? Apart from general network connectivity questions (including use of a different IP address, bridging, NAT; and stuff like that) I am absolutely unaware of any problems related to XML-RPC, that might be related to XEN. Most possibly, your problems lie in the former area. Jochen -- Besides

Re: Looking for pointers - sorry if posting to wrong group

2007-08-10 Thread Jochen Wiedmann
is the id of the client? Btw, please not, that you aren't subscribed to this mailing list and I had to approve your posting manually. Please be so kind to subscribe, otherwise you risk that I miss a posting and it will get lost. Jochen -- Besides, manipulating elections is under penalty of law

Re: Vendor extensions

2007-08-03 Thread Jochen Wiedmann
On 8/3/07, Andreas Schlicker [EMAIL PROTECTED] wrote: That was what I was suspecting. However, I'm using the xmlrpc-server-3.0.jar from the current release. Is there a way for telling the WebServer to use XML-RPC 3.0 on the server side? Use the XML-RPC 3.0 WebServer, of course. Or, even

Re: Vendor extensions

2007-08-02 Thread Jochen Wiedmann
reply. Or look for error messages in the servers log file. Jochen -- Besides, manipulating elections is under penalty of law, resulting in a preventative effect against manipulating elections. The german government justifying the use of electronic voting machines and obviously believing

Re: Vendor extensions

2007-08-02 Thread Jochen Wiedmann
On 8/2/07, Andreas Schlicker [EMAIL PROTECTED] wrote: As soon as I add config.setGzipCompressing(true); in the client, it doesn't work anymore. Yes, of course. If I read the headers right, then you are using XML-RPC 1.0 on the server side, which didn't support that feature. Jochen

Re: [jira] Updated: (XMLRPC-132) Enabling the ability for the xml-rpc client to redirect requests

2007-07-23 Thread Jochen Wiedmann
On 7/23/07, COHEN, STEVEN M (ATTSI) [EMAIL PROTECTED] wrote: java.nio.charset.IllegalCharsetNameException: No, this looks more like an encoding problem. May be, the server uses non-ascii characters in headers, or something like that. -- Besides, manipulating elections is under penalty of

  1   2   3   4   5   >