Help for Xindice Database
-
:) Dear All, I am using Xindice(XML-DB) as my database for my VC++ application(VS2005). From the documentation i understood that XML-RPC(Apache XML-RPC) is needed for communicating with the server. But the C++ interface and the documentation for Apache XML-RPC could not be found any where. Can any one give a possible solution for the above ? Is there any other way to communication with the Xindice database from a C++ application? Many thanks in advance, Prasanthmv
-
:) Dear All, I am using Xindice(XML-DB) as my database for my VC++ application(VS2005). From the documentation i understood that XML-RPC(Apache XML-RPC) is needed for communicating with the server. But the C++ interface and the documentation for Apache XML-RPC could not be found any where. Can any one give a possible solution for the above ? Is there any other way to communication with the Xindice database from a C++ application? Many thanks in advance, Prasanthmv
Prasanth M V wrote:
But the C++ interface and the documentation for Apache XML-RPC could not be found any where.
That's because there is no C++ interface to document. :rolleyes: "a popular protocol that uses XML over HTTP to implement remote procedure calls." That's a quote from the documentation[^]
led mike
-
Prasanth M V wrote:
But the C++ interface and the documentation for Apache XML-RPC could not be found any where.
That's because there is no C++ interface to document. :rolleyes: "a popular protocol that uses XML over HTTP to implement remote procedure calls." That's a quote from the documentation[^]
led mike
Hi, Then, how the Xindice database can be accesed from C++ appplication? :) Thanks Prasanth
-
Hi, Then, how the Xindice database can be accesed from C++ appplication? :) Thanks Prasanth
Hi Friends, I know xmlrcp-c library(C++ lib to communicate with the Xindice)can be used to acces to the Xindice server. But i could not found any details regarding the server procedures exposed by the Xindice XML-RPC API. Please help me. I am realy stuck with problem for a couple of days...... Thanks Prasanth :)
-
Hi Friends, I know xmlrcp-c library(C++ lib to communicate with the Xindice)can be used to acces to the Xindice server. But i could not found any details regarding the server procedures exposed by the Xindice XML-RPC API. Please help me. I am realy stuck with problem for a couple of days...... Thanks Prasanth :)
Prasanth M V wrote:
But i could not found any details regarding the server procedures exposed
That's because it is completely dependent on the Server. What is exposed is whatever services developers put on the server and expose using a XML-RPC interface. It seems you have not understood what XML-RPC is[^].
led mike
-
Prasanth M V wrote:
But i could not found any details regarding the server procedures exposed
That's because it is completely dependent on the Server. What is exposed is whatever services developers put on the server and expose using a XML-RPC interface. It seems you have not understood what XML-RPC is[^].
led mike
Hi Led, Good Morning :) Let me to say my understanding about calling Xindice with its XML-RPC API Interface from a C++ application. 1. Xindice exposes its server procedures though its XML-RPC API Interface(For C++). 2. It is only needed to call those methods (server procedures or Database operation) exported by the library. Please inform me if my understanding makes sense. Please give me with some link or any useful information for finding the Xindice XML-RPC Interface for C++. I has been the searching for the same for the last one week. :) Thanks Prasanth
-
Hi Led, Good Morning :) Let me to say my understanding about calling Xindice with its XML-RPC API Interface from a C++ application. 1. Xindice exposes its server procedures though its XML-RPC API Interface(For C++). 2. It is only needed to call those methods (server procedures or Database operation) exported by the library. Please inform me if my understanding makes sense. Please give me with some link or any useful information for finding the Xindice XML-RPC Interface for C++. I has been the searching for the same for the last one week. :) Thanks Prasanth
Prasanth M V wrote:
1. Xindice exposes its server procedures though its XML-RPC API Interface(For C++).
No. I provided a link to a page that explains what XML-RPC is, did you read it? Did you read any of the other pages it links to? What is XML-RPC?
It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.
led mike
-
Prasanth M V wrote:
1. Xindice exposes its server procedures though its XML-RPC API Interface(For C++).
No. I provided a link to a page that explains what XML-RPC is, did you read it? Did you read any of the other pages it links to? What is XML-RPC?
It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.
led mike
Hi Led Mike, I have gone thorough the XML-RPC documentation. Could you please answer(YES/NO) to some questiona? 1. To communicate to Xindice Database from C++ application, it is needed to use its Xindice XML-RPC C++ Inteface? 2. Or any general library available in the web can be used for this purpose and we only needs to invoke the methods in the server machine from the client side? Thanks Prasanth Vijay
-
Hi Led Mike, I have gone thorough the XML-RPC documentation. Could you please answer(YES/NO) to some questiona? 1. To communicate to Xindice Database from C++ application, it is needed to use its Xindice XML-RPC C++ Inteface? 2. Or any general library available in the web can be used for this purpose and we only needs to invoke the methods in the server machine from the client side? Thanks Prasanth Vijay
Prasanth, I have provided you the link to the Wikipedia Page on XML-RPC which states: XML-RPC is a remote procedure call protocol which uses XML to encode its calls and HTTP as a transport mechanism. If you do not understand what that means I can't explain it to you, perhaps you need to click on the links in that sentence on that page as a start to begin to understand the sentence.
led mike
-
Prasanth, I have provided you the link to the Wikipedia Page on XML-RPC which states: XML-RPC is a remote procedure call protocol which uses XML to encode its calls and HTTP as a transport mechanism. If you do not understand what that means I can't explain it to you, perhaps you need to click on the links in that sentence on that page as a start to begin to understand the sentence.
led mike
Led Mike, Thank you for all your support :) I got C++ Interfec of Xindice XML-RPC Thanks Prasanth