SOAP refactoring

This commit is contained in:
Miroslav Stampar
2011-04-17 21:39:00 +00:00
parent c7ff5dcbeb
commit a7366bf710
6 changed files with 19 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ class Agent:
newValue = self.cleanupPayload(newValue, origValue)
if "POSTxml" in conf.paramDict and place == PLACE.POST:
if place == PLACE.SOAP:
root = ET.XML(paramString)
iterator = root.getiterator(parameter)