diff options
Diffstat (limited to 'bindings/lang_python.py')
| -rw-r--r-- | bindings/lang_python.py | 4 |
1 files changed, 4 insertions, 0 deletions
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): |
