aspose file tools
The moose likes XML and Related Technologies and the fly likes XML RPC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XML RPC" Watch "XML RPC" New topic
Author

XML RPC

Amit Ganatra
Greenhorn

Joined: Jun 19, 2001
Posts: 19
Hi all,
Does XML-RPC call support name spaces and Schemas ?
In a XML RPC call, if I have to ship an object to a server so that server can extract that info from the received object, do some computation and send back a different object..
how can i do so ?
Hope to hear from u.
amit
------------------
Sun Certified Java Programmer for Java 2 Programming


SCJP2
Brian Nice
Ranch Hand

Joined: Nov 02, 2000
Posts: 195
My understanding is that with XML-RPC you pass parameters and class name that you would like to use on a remote machine, not passing an object itself and manipulating it and passing back another object.
So you would have to have the object on the remote machine, and you pass the parameters and do your processing there. You can return any parameter values then after your processing.
BRian
mathew Jackson
Greenhorn

Joined: Jun 15, 2001
Posts: 12
xml-rpc as far as I know doesn't support namespace and schemas. For that you will need to use SOAP.
 
IntelliJ Java IDE
 
subject: XML RPC
 
Threads others viewed
Connectivity to External System
some doubts in webservices
How to call an XML-RPC method from Java Code
Question on Asynchronous web service call using document style.
how to implement XML-RPC
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com