DBA Data[Home] [Help]

SYS.UTL_DBWS dependencies on STANDARD

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

281: as language java
282: name 'oracle.jpub.runtime.dbws.DbwsProxy.setTargetEndpointAddress(long,java.lang.String)';
283:
284: -- Manipulation of call properties. The following are supported keys
285: -- and default settings for standard Call properties.
286: --
287: -- Key - Explanation of Value, Default value.
288: -- 'USERNAME' - User name for authentication
289: -- 'PASSWORD' - Password for authentication

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

289: -- 'PASSWORD' - Password for authentication
290: -- 'ENCODINGSTYLE_URI' - Encoding style specified as a namespace URI.
291: -- The default value is the SOAP 1.1 encoding
292: -- 'http://schemas.xmlsoap.org/soap/encoding/'
293: -- 'OPERATION_STYLE' - Standard property for operation style.
294: -- Set to 'rpc' if the operation style is rpc;
295: -- 'document' if the operation style is document.
296: -- 'SESSION_MAINTAIN' - This boolean property is used by a service client to indicate whether or
297: -- not it wants to participate in a session with a service endpoint.