DBA Data[Home] [Help]

SYS.UTL_DBWS dependencies on URITYPE

Line 53: function create_service(wsdl_Document_Location URITYPE, service_Name QNAME) RETURN SERVICE;

49: -- Create a Service instance.
50: -- wsdlDocumentLocation - URL for the WSDL document location for the service
51: -- serviceName - QName for the service
52: -- Returns a handle to the Service instance.
53: function create_service(wsdl_Document_Location URITYPE, service_Name QNAME) RETURN SERVICE;
54:
55: -- List the qualified names of all of the ports in a service.
56: -- service_Handle - Service instance whose ports are returned
57: function get_ports(service_Handle SERVICE) RETURN QNAME_LIST;