Re: Which is the most mature Soap module?
From: Mickel Grönroos (mickel_at_csc.fi)
Date: 06/04/04
- Next message: Chuck Amadi: "python-list@python.org"
- Previous message: Eugeni Doljenko: "Legitimacy of deepcopy"
- Maybe in reply to: Mickel Grönroos: "Which is the most mature Soap module?"
- Next in thread: John J Lee: "Re: Which is the most mature Soap module?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Chuck Amadi: "python-list@python.org"
- Previous message: Eugeni Doljenko: "Legitimacy of deepcopy"
- Maybe in reply to: Mickel Grönroos: "Which is the most mature Soap module?"
- Next in thread: John J Lee: "Re: Which is the most mature Soap module?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|