Le 12-05-23 11:56, Mehmet Arikkan a écrit :
Hi,

I see a "FIXME" in the trunk as such (in soap11.py):

# FIXME: There's no way to alter soap response headers for the user.

Is there no way to alter SOAP Header (i.. add elements) or if there is, how can we do it easily?




From my experience, it is possible to modify the response headers by using the rpc decorator rather than srpc and then modifying the ctx.out_header attribute. That is, if we are talking stricly about the SOPE layer, and not the HTTP layer...


Wolfgang


_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to