Re: Which is the most mature Soap module?

From: Mickel Grönroos (mickel_at_csc.fi)
Date: 06/04/04


Date: Fri, 4 Jun 2004 15:38:32 +0300 (EEST)
To: John J Lee <jjl@pobox.com>

On Fri, 4 Jun 2004, John J Lee wrote:

> > 2. Is there a way to use cookie authentification with SOAPpy
> > (client-side)?
>
> Yes, no reason why not to use my ClientCookie package to do that, but I
> don't know from memory exactly where you need to insert the required code
> in SOAPpy.

Do you mean subclassing SOAPpy and changing the places where it uses
urllib to talk to the server? (This might be totally off target -- I've
been browsing the code in SOAPpy and I'm getting confused ...)

> I'm slightly surprised if SOAP needs cookie handling, but not
> entirely, since I know it is required for some XML-RPC services.

I don't think SOAP needs cookies for anything. My problem is that the SOAP
server for upload is only available if I have a certain cookie that I
can send to the web server in the http header, i.e. the web server won't
let me through to the SOAP server unless I can supply the cookie first.

> I might have a look this weekend, but don't promise.

If you have the time, that would be much appreciated!

Have a nice weekend,

/Mickel

--
Mickel Grönroos, application specialist, linguistics, Research support, CSC
PL 405 (Tekniikantie 15 a D), 02101 Espoo, Finland, phone +358-9-4572237
CSC is the Finnish IT center for science, www.csc.fi


Relevant Pages

  • Re: Which is the most mature Soap module?
    ... > Do you mean subclassing SOAPpy and changing the places where it uses ... My problem is that the SOAP ... > can send to the web server in the http header, ... > let me through to the SOAP server unless I can supply the cookie first. ...
    (comp.lang.python)
  • Re: error code 0x80072EFD
    ... [CallerId = AutomaticUpdates] ... cookie, reporting URL = ... the server with hr = 80072efd. ...
    (microsoft.public.windowsupdate)
  • Re: Login for access to certain pages or parts?
    ... I know roughly what an .htaccess file is and I have access to more than this on my own server, but not more on commercial servers that host various sites I have made or maintain. ... The successful login routine sets the cookie by testing to see if the password the user has entered matches the one in your database for that user. ... For pages that can be accessed by multiple groups, your authorize function could be passed a comma-delimited list of allowable groups for that page. ... // Authorizes user based on group, redirects if necessary. ...
    (alt.php)
  • Re: SOAP Request is repeated in the SOAP response.
    ... Like this way you guys can control the values returned in the SOAP response. ... Client side method SaveMailcalls Server side SetMail. ... Parameters would be cSessionKey and cXML to the server side method. ...
    (microsoft.public.fox.helpwanted)
  • Chicken and egg issue with Cookie based login?
    ... I have few questions I hope someone can clear up for me with the cookie ... private web server. ... It also says this about the secret key: ... Second, would be an example of the "Session ID" or more general, what is an ...
    (comp.security.misc)

Loading