DBA Data[Home] [Help]

SYS.UTL_DBWS dependencies on XMLTYPE

Line 210: function invoke(call_Handle CALL, request SYS.XMLTYPE) return SYS.XMLTYPE;

206: -- request-response interaction mode.
207: -- callHandle - the instance of the call
208: -- request - a SOAPElement request
209: -- Returns a SOAPElement response
210: function invoke(call_Handle CALL, request SYS.XMLTYPE) return SYS.XMLTYPE;
211:
212: -- Obtain the output arguments after a call invocation
213: -- callHandle - the instance of the call
214: -- Returns the output arguments in order.