DBA Data[Home] [Help]

SYS.UTL_DBWS dependencies on STANDARD

Line 115: -- and default settings for standard Call properties.

111: -- endpoint - the endpoint for the call
112: procedure set_target_endpoint_address(call_Handle CALL, endpoint VARCHAR2);
113:
114: -- Manipulation of call properties. The following are supported keys
115: -- and default settings for standard Call properties.
116: --
117: -- Key - Explanation of Value, Default value.
118: -- 'USERNAME' - User name for authentication
119: -- 'PASSWORD' - Password for authentication

Line 123: -- 'OPERATION_STYLE' - Standard property for operation style.

119: -- 'PASSWORD' - Password for authentication
120: -- 'ENCODINGSTYLE_URI' - Encoding style specified as a namespace URI.
121: -- The default value is the SOAP 1.1 encoding
122: -- 'http://schemas.xmlsoap.org/soap/encoding/'
123: -- 'OPERATION_STYLE' - Standard property for operation style.
124: -- Set to 'rpc' if the operation style is rpc;
125: -- 'document' if the operation style is document.
126: -- 'SESSION_MAINTAIN' - This boolean property is used by a service client to indicate whether or
127: -- not it wants to participate in a session with a service endpoint.