As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to make an RPC call which requests 2 numbers and a string from the RPC server, the IDL looks like this:
I\'m trying to develop a client app that works with SharePoint 2007 remotely via its RPC web services.Does anyone know of a library, 开发者_运维百科preferably .Net, which wraps these RPC calls?
I have a little Android project going on which involves some IPC where client Activities bind to my service.
The Java end is a Bukkit plugin, so I don\'t have the freedom to build on a servlet engine like Tomcat. I don\'t need arbitrary access to any object; I just want to expose a subset of functionality av
One of my real weak points in programming is networking, so I admit that I may be a little over my head with this project. Please feel free to tell me if what I\'m trying to do doesn\'t make any sense
I have a method that returns a list of serializable objects, I make an RPC call to this method and everything went well until the deserialization process: I received the following message: \"The respo
I am creating some services using JAX-RS that need to take in arbitrarily complex objects as arguments, not just primitives like integers and strings. A discussion on the CXF mailing list says to just
I would like to send a request to a Java Servlet from PHP and receive the response from the same and show it on the PHP page. How should this be done?
How does the data format for Google Web Toolkits (GWT) RPC calls look and how are IsSerializable objects transmitted. I know that Java Serializable transmits some kind of binary format, but is this th