Hi there I am having problems when sending asynchronous calls to the XML-RPC server. I have checked all my classes and seems they all are properly synchronized using the producer-consumer scenario so I wonder if the default XML-RPC transport factory I am using (XmlRpcSunHttpTransportFactory) is thread-safe or should I use someone in particular. I know that the old CommonsXmlRpcTransport implementation was not thread-safe.
Btw, I am using XML-RPC v3.0b1 Any help is highly appreciated Cheers Inaki
