[Soap-Python] [soaplib] Method not found problem
Burak Arslan
burak.arslan at arskom.com.tr
Fri Jul 15 23:49:57 CEST 2011
On 07/15/11 18:29, antoine.humbert at free.fr 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
More information about the Soap
mailing list