You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by john <ak...@gmail.com> on 2012/12/20 12:07:12 UTC

RPC between xml-rpc c/c++ and js?

Hi

Recently I m working on client/server application where I use xml-rpc.
The server is developed with collection of many services written purely on
C/C++.
The client application which also developed on C++ make XML-RPC calls to the
services
with no issues. In that case, I m using C/C++ base xml-rpc libs.

In other case , I want to call the services(c/c++ based) from
javascript(browser)
without transforming the services. Is it possible with jsxml-rpc?

Thanks



--
View this message in context: http://apache-xml.6118.n7.nabble.com/RPC-between-xml-rpc-c-c-and-js-tp39571.html
Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.

Re: RPC between xml-rpc c/c++ and js?

Posted by Jochen Wiedmann <jo...@gmail.com>.
I am unaware of any restrictions. Please enlighten me!

Thanks,

Jochen

On Fri, Dec 21, 2012 at 3:20 PM, john <ak...@gmail.com> wrote:

> Jochen,
>
> The understa nding is that cross domain access resists such
> method. Say, within the reliable network (LAN), how far it is possible
> to implement rpc without the restriction?? and jsonxml-rpc adaptable
> in such case?
>
>
>
>
> --
> View this message in context:
> http://apache-xml.6118.n7.nabble.com/RPC-between-xml-rpc-c-c-and-js-tp39571p39582.html
> Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.
>



-- 
The best argument for celibacy is that the clergy will sooner or later
become extinct.

Re: RPC between xml-rpc c/c++ and js?

Posted by john <ak...@gmail.com>.
Jochen, 

The understa nding is that cross domain access resists such
method. Say, within the reliable network (LAN), how far it is possible
to implement rpc without the restriction?? and jsonxml-rpc adaptable
in such case?




--
View this message in context: http://apache-xml.6118.n7.nabble.com/RPC-between-xml-rpc-c-c-and-js-tp39571p39582.html
Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.

Re: RPC between xml-rpc c/c++ and js?

Posted by john <ak...@gmail.com>.
Jochen,

My server side services are not under any servlet.
When wrap around the services with servlet, there is no issues in calling
so.
But I wud like to retain the services in C++ as it is.

Thanks




--
View this message in context: http://apache-xml.6118.n7.nabble.com/RPC-between-xml-rpc-c-c-and-js-tp39571p39579.html
Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.

Re: RPC between xml-rpc c/c++ and js?

Posted by Jochen Wiedmann <jo...@gmail.com>.
According to
  http://phpxmlrpc.sourceforge.net/jsxmlrpc/

jsxml-rpc implements the original specification for XML-RPC, as available
from
  http://www.xmlrpc.com/

If so, it should be compatible with any server side implementation of that
spec, including Apache XML-RPC.

Jochen