On 07/15/11 18:29, [email protected] wrote: > Hello, > > when defining the _in_message property of a service operation, the operation > cannot be called : > > *snip* > > Looking at the soaplib/core/_base.py module, it seems that the method name is > retrieved by getting the first tag name of the SOAP Body (which is the input > message name) rather than getting the SOAPAction of the HTTP header.
hi antoine, thank you very much for the detailed analysis. but i think the right thing to do is to have the function name looked up via its message name, because the SOAPAction HTTP header is just a http-specific extension and is not available with other transports. i'll look into it and let you know. best regards, burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
