Skip to content

Commit

Permalink
missing arg in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
ombre42 committed Apr 23, 2013
1 parent b61b3dc commit ae9cd80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SudsLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ class SudsLibrary(_ClientManagementKeywords, _FactoryKeywords,
Object` is used to create instances of WSDL object types. To see what the
structure of a WSDL object is, you can do this:
| ${obj}= | Create Wsdl Object | someObject |
| ${obj as str}= | Convert To String | |
| ${obj as str}= | Convert To String | ${obj} |
| Log | ${obj as str} | |
It may also help to use a tool such as Eclipse or SoapUI to comprehend the
structures.
The same technique can be used to analyze a response object. It may also
help to use a tool such as Eclipse or SoapUI to comprehend the structures.
=== Getting WSDL Object Attributes ===
Getting a WSDL object's attribute value may be done with `Get Wsdl Object
Expand Down

0 comments on commit ae9cd80

Please sign in to comment.