From d55384ff38dd0792d554d497a12ca5969c2897f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 8 Jul 2014 09:07:03 +0200 Subject: [PATCH] better comment a potentially confusing local variable A SOAP WS method invocation parameter's type is identified by its corresponding XSD schema element. --- suds/bindings/document.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suds/bindings/document.py b/suds/bindings/document.py index 8d36fb2..825a677 100644 --- a/suds/bindings/document.py +++ b/suds/bindings/document.py @@ -67,6 +67,9 @@ class Document(Binding): Called by our argument parser for every input parameter, in order. + A parameter's type is identified by its corresponding XSD schema + element. + """ # Do not construct request data for undefined input parameters # defined inside a choice order indicator. An empty choice