Function itea-ws
itea-ws wsName targetNamespace description
itea-ws wsName targetNamespace description literalEncoding
Creates a web service descriptor object.
- Parameters:
- wsName -
A symbol representing the name of the web service.
- targetNamespace -
String corresponding to the target namespace for the web service.
- description -
Optional parameter with a description to assign to the web service.
- literalEncoding -
Boolean signaling if literal encoding (true) or rpc encoding (false)
should be used to format the SOAP messages. If not specified then
false is assumed, that is, rpc encoding will be used.
- Returns:
-
An object representing a web service description.
-
This function creates a variable named wsName in the
current context. That variable will contain the same web service
descriptor object that is returned by the function.
Report a bug or request new features
© 2013