Menu

How do I use session in xmlrpc?

Help
Anonymous
2003-07-04
2003-07-10
  • Anonymous

    Anonymous - 2003-07-04

    hi
    I use xmlrpc library(C++ in VC++ on Win2k)
    I need to create a session to communicate with the server
    Are there any biult-in classes? or help on how to begin?....Since I'm a newbie

    Thanks

     
    • Bob Manc

      Bob Manc - 2003-07-07

      When you say session do you mean like an application server? If so I am pretty sure that xmlrpc++ is completely stateless so I don't think it handles those kind of sessions.

       
    • Chris Morley

      Chris Morley - 2003-07-07

      You need to use the XmlRpcClient class to communicate with an xmlrpc server. See the
      HelloClient example program.

       
    • Anonymous

      Anonymous - 2003-07-10

      Chris,
      But XmlRpcClient class doesn't use any sessions for authentication. I think it can be handled by using execute() method in client.

       

Log in to post a comment.