Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBRETRIEVE WEB_SERVICE

Purpose

Retrieves the details of the Web Service.

Prerequisites

Should be in the context of a Web Service Package or an Application Server Module, public web service should be in the context of public Application Server Module.

Syntax

retrieveWebServiceCommand =  OMBRETRIEVE WEB_SERVICE "QUOTED_STRING" GET ( 
          "getPropertiesClause" | ( REF "getReferencedObjectClauses" ) )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     getReferencedObjectClauses =  [ WEBSERVICE_OBJECT ]
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

retrieveWebServiceCommand

Retrieve the detail of the web service.

getPropertiesClause

Used to get properties (core, user-defined) for Web service. Valid properties are shown below:

getPropertiesClause

Base properties for WEB_SERVICE:
Basic properties for Web Service: 

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the Web Service 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the Web Service : 

Name: WSDLURL
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
WSDL url of the public Web Service : 

Name: SPEC
Type: STRING
Valid Values: Any valid character string in supported character set.
Default: Empty string
SPECIFICATION of the Web Service :

getReferencedObjectClauses

Retrieve the detail of the referenced object of the non-public web service.

propertyNameList

A list of property names.

WEB_SERVICE Object

Table 21-18 WEB_SERVICE Object

Property Type Choices Min Max Default Description

DEPLOYABLE

BOOLEAN

true, false

none

none

true

The Web service is deployable or not