\n| Set Soap Logging\n | True\n | True\n | 4\n\n", "shortdoc": "Sets whether to log the request and response for the current client.", "tags": [], "source": "/home/ramonat/RF/suds2library_2/Suds2Library/src/Suds2Library/soaplogging.py", "lineno": 66}, {"name": "Set Soap Timeout", "args": [{"name": "timeout", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "timeout"}], "doc": " Sets the timeout for SOAP requests.\n timeout must be given in Robot Framework's time format (e.g. 1 minute, 2 min 3 s, 4.5). The default timeout is 90 seconds.\nExample:\n \n\n| Set Soap Timeout\n | 3 min\n\n", "shortdoc": "Sets the timeout for SOAP requests.", "tags": [], "source": "/home/ramonat/RF/suds2library_2/Suds2Library/src/Suds2Library/options.py", "lineno": 194}, {"name": "Set Wsdl Object Attribute", "args": [{"name": "object", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "object"}, {"name": "name", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "name"}, {"name": "value", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "value"}], "doc": " Sets the attribute of a WSDL object.\n Example:\n \n\n| ${order search request}=\n | Create Wsdl Object\n | OrderSearchRequest\n | \n\n | \n| Set Wsdl Object Attribute\n | ${order search request}\n | id\n | 4065\n\n", "shortdoc": "Sets the attribute of a WSDL object.", "tags": [], "source": "/home/ramonat/RF/suds2library_2/Suds2Library/src/Suds2Library/factory.py", "lineno": 20}, {"name": "Specific Soap Call", "args": [{"name": "service", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "service"}, {"name": "port", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "port"}, {"name": "name", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "name"}, {"name": "args", "types": [], "typedocs": {}, "defaultValue": null, "kind": "VAR_POSITIONAL", "required": false, "repr": "*args"}], "doc": " Calls the SOAP method overriding client settings.\n If there is only one service specified then service is ignored. service and port can be either by name or index. If only port or service need to be specified, leave the other one ${None} or ${EMPTY}. The index is the order of appearence in the WSDL starting with 0.\nReturns a Python object graph or SOAP envelope as a XML string depending on the client options.", "shortdoc": "Calls the SOAP method overriding client settings.", "tags": [], "source": "/home/ramonat/RF/suds2library_2/Suds2Library/src/Suds2Library/proxy.py", "lineno": 46}, {"name": "Switch Soap Client", "args": [{"name": "index_or_alias", "types": [], "typedocs": {}, "defaultValue": null, "kind": "POSITIONAL_OR_NAMED", "required": true, "repr": "index_or_alias"}], "doc": " Switches between clients using index or alias.\n Index is returned from Create Soap Client and alias can be given to it.\nExample:\n \n\n| Create Soap Client\n | http://localhost:8080/Billing?wsdl\n | Billing\n\n | \n| Create Soap Client\n | http://localhost:8080/Marketing?wsdl\n | Marketing\n\n | \n| Call Soap Method\n | sendSpam\n | \n\n | \n| Switch Soap Client\n | Billing\n | # alias\n\n | \n| Call Soap Method\n | sendInvoices\n | \n\n | \n| Switch Soap Client\n | 2\n | # index\n\n\n Above example expects that there was no other clients created when creating the first one because it used index 1 when switching to it later. If you aren't sure about that you can store the index into a variable as below.\n\n\n| ${id} =\n | Create Soap Client\n | ...\n\n | \n| # Do something ...\n | \n | \n\n | \n| Switch Soap Client\n | ${id}\n | \n\n", "shortdoc": "Switches between clients using index or alias.", "tags": [], "source": "/home/ramonat/RF/suds2library_2/Suds2Library/src/Suds2Library/clientmanagement.py", "lineno": 68}], "dataTypes": {"enums": [], "typedDicts": []}, "typedocs": []}
Opening library documentation failed
- Verify that you have JavaScript enabled in your browser.
- Make sure you are using a modern enough browser. If using Internet Explorer, version 11 is required.
- Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
| | | |
|