views:

10

answers:

0

I was wondering if anyone knows how to send custom HTTP headers using an XmlRpcClient in Java?

I see a custom header can be set using XmlRpcHttpTransport.setRequestHeader() but I don't see a way of tying this in with the XmlRpcClient itself.