Error using xml-rpc with java code

2011-01-03 Thread mith86
Hi I got a java client and server program off the internet and i'm trying to run it...the server code seems to be fine - it's up and running, but when I try to run the client program, I get the following error - Exception in thread "main" java.lang.InstantiationError: org.apache.xmlrpc.XmlRpcReq

Build failed in Hudson: woden-trunk #106

2011-01-03 Thread Apache Hudson Server
See -- [...truncated 576 lines...] Running org.apache.woden.wsdl20.xml.BindingElementTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running org.apache.woden.wsdl20.xml.In

Build failed in Hudson: ws-axiom-trunk #319

2011-01-03 Thread Apache Hudson Server
See Changes: [veithen] AXIOM-353: Updated the deprecation warning of the old OMXMLBuilderFactory. -- Started by an SCM change Building remotely on ubuntu1 Updating http://svn.apache.org/rep

Build failed in Hudson: ws-axiom- trunk ยป Axiom Test Utilities #319

2011-01-03 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Axiom Test Utilities [INFO]task-segment: [clean

Re: Retrieve the host/IP of the incoming request

2011-01-03 Thread Jochen Wiedmann
What exactly do you mean by XmlRpcServer? I doubt that you are using a raw XmlRpcServer instance? On Mon, Jan 3, 2011 at 2:03 PM, Daphna Wasserman (dwasserm) wrote: > Hi, > > In our application we create an instance of XmlRpcServer to handle > XML-RPC requests. > I'd like to add a validation on

[jira] Commented: (AXIOM-333) getFirstChildWithName should not read the next element.

2011-01-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIOM-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976830#action_12976830 ] Hudson commented on AXIOM-333: -- Integrated in ws-axiom-trunk #317 (See [https://hudson.apache.

[jira] Commented: (AXIOM-311) Improve the Axiom test suite

2011-01-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIOM-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976829#action_12976829 ] Hudson commented on AXIOM-311: -- Integrated in ws-axiom-trunk #317 (See [https://hudson.apache.

Hudson build is back to normal : ws-axiom-trunk #317

2011-01-03 Thread Apache Hudson Server
See - To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For additional commands, e-mail: dev-h...@ws.apache.org

Retrieve the host/IP of the incoming request

2011-01-03 Thread Daphna Wasserman (dwasserm)
Hi, In our application we create an instance of XmlRpcServer to handle XML-RPC requests. I'd like to add a validation on the host of the incoming request; i.e. I'd like to throw an exception if the request was initiated by a remote host (not the localhost). How can I establish that? I've seen the