From ea720e80e588babe485782c8ed6c268bc602177f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:09:31 +0000 Subject: [project @ fpeters@0d.be-20080405225744-bz39keu5co15n5l6] backward compat for ID-WSF buildRequestMsg methods Original author: Frederic Peters Date: 2008-04-06 00:57:44.577000+02:00 --- bindings/lang_python.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bindings') diff --git a/bindings/lang_python.py b/bindings/lang_python.py index daceafed..b9e039ce 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -215,6 +215,10 @@ registerIdWsf2DstService = registerIdwsf2DstService if WSF_SUPPORT: DiscoDescription_newWithBriefSoapHttpDescription = DiscoDescription.newWithBriefSoapHttpDescription + Discovery.buildRequestMsg = Discovery.buildSoapRequestMsg + InteractionProfileService.buildRequestMsg = InteractionProfileService.buildSoapRequestMsg + InteractionProfileService.buildResponseMsg = InteractionProfileService.buildSoapResponseMsg + DataService.buildRequestMsg = DataService.buildSoapRequestMsg ''' def generate_constants(self, fd): -- cgit