Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Help for Xindice Database

Help for Xindice Database

Scheduled Pinned Locked Moved XML / XSL
databasec++apachesysadminxml
10 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prasanth M V
    wrote on last edited by
    #1

    :) 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

    L 1 Reply Last reply
    0
    • P Prasanth M V

      :) 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

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • L 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

        P Offline
        P Offline
        Prasanth M V
        wrote on last edited by
        #3

        Hi, Then, how the Xindice database can be accesed from C++ appplication? :) Thanks Prasanth

        P 1 Reply Last reply
        0
        • P Prasanth M V

          Hi, Then, how the Xindice database can be accesed from C++ appplication? :) Thanks Prasanth

          P Offline
          P Offline
          Prasanth M V
          wrote on last edited by
          #4

          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 :)

          L 1 Reply Last reply
          0
          • P Prasanth M V

            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 :)

            L Offline
            L Offline
            led mike
            wrote on last edited by
            #5

            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

            P 1 Reply Last reply
            0
            • L 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

              P Offline
              P Offline
              Prasanth M V
              wrote on last edited by
              #6

              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

              L 1 Reply Last reply
              0
              • P Prasanth M V

                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

                L Offline
                L Offline
                led mike
                wrote on last edited by
                #7

                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

                P 1 Reply Last reply
                0
                • L 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

                  P Offline
                  P Offline
                  Prasanth M V
                  wrote on last edited by
                  #8

                  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

                  L 1 Reply Last reply
                  0
                  • P Prasanth M V

                    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

                    L Offline
                    L Offline
                    led mike
                    wrote on last edited by
                    #9

                    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

                    P 1 Reply Last reply
                    0
                    • L 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

                      P Offline
                      P Offline
                      Prasanth M V
                      wrote on last edited by
                      #10

                      Led Mike, Thank you for all your support :) I got C++ Interfec of Xindice XML-RPC Thanks Prasanth

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups