Re: SOAPpy and callback

2006-10-15 Thread fabien . benard
Ok guys, thanks for the lesson! I'm probably not going to try to implement this solution. However, I've learned a lot! -- http://mail.python.org/mailman/listinfo/python-list

Re: SOAPpy and callback

2006-10-14 Thread Paul McGuire
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Maybe we have a misunderstanding here. I'm not a native speaker, so bear > with me. > That's okay, I'll type very, very slowly. :) > In CORBA or RMI, there is a notion of an object/interface reference passed > aro

Re: SOAPpy and callback

2006-10-13 Thread Diez B. Roggisch
> I like your term "standard-wise". Although there is nothing in the SOAP > "standard" that prevents this architecture, it is probably open for > discussion whether it is "wise." Might stem from "standardweise", the german word for something that is part of a standard, or e.g. something always

Re: SOAPpy and callback

2006-10-13 Thread Paul McGuire
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paul McGuire schrieb: >> "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> [EMAIL PROTECTED] schrieb: Hello, I'm trying to find how to use a callback in a SOAP clien

Re: SOAPpy and callback

2006-10-13 Thread Diez B. Roggisch
Paul McGuire schrieb: > "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> [EMAIL PROTECTED] schrieb: >>> Hello, >>> >>> I'm trying to find how to use a callback in a SOAP client using SOAPpy. >>> Does SOAPpy have to manage it, or does Python include some API to do

Re: SOAPpy and callback

2006-10-13 Thread Paul McGuire
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [EMAIL PROTECTED] schrieb: >> Hello, >> >> I'm trying to find how to use a callback in a SOAP client using SOAPpy. >> Does SOAPpy have to manage it, or does Python include some API to do >> it? > > I've never seen any

Re: SOAPpy and callback

2006-10-13 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > SOAP standard doesn't provide any callback, and it looks like SOAPpy > doesn't too. > I remember using callbacks with Javascript and SOAP in Web pages. I was > just wondering if there could be the same with Python. How that? I seriously doubt that, it would mean that t

Re: SOAPpy and callback

2006-10-13 Thread fabien . benard
SOAP standard doesn't provide any callback, and it looks like SOAPpy doesn't too. I remember using callbacks with Javascript and SOAP in Web pages. I was just wondering if there could be the same with Python. Thanks for your answer. -- http://mail.python.org/mailman/listinfo/python-list

Re: SOAPpy and callback

2006-10-13 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Hello, > > I'm trying to find how to use a callback in a SOAP client using SOAPpy. > Does SOAPpy have to manage it, or does Python include some API to do > it? I've never seen any callback mentioned in SOAP. Are you sure this is possible with any SOAP implementation,

SOAPpy and callback

2006-10-12 Thread fabien . benard
Hello, I'm trying to find how to use a callback in a SOAP client using SOAPpy. Does SOAPpy have to manage it, or does Python include some API to do it? Thanks a lot. Fabien -- http://mail.python.org/mailman/listinfo/python-list