Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
Mobi · ePub |
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.
createWebServiceCommand = OMBCREATE WEB_SERVICE "QUOTED_STRING" SET ( ( "setPropertiesClause" [ SET ( REF | REFERENCE ) "setReferencedObjectClauses" ] ) | ( ( REF | REFERENCE ) "setReferencedObjectClauses" ) ) setPropertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "(" "propertyValueList" ")" setReferencedObjectClauses = ( MAPPING | PROCESS_FLOW | TRANSFORMATION | DATA_AUDITOR | TABLE | MODULE ) "QUOTED_STRING" propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" } propertyValueList = "propertyValue" { "," "propertyValue" } propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" )
Create a web service under an application server module or web service package.
Used to set properties (core, user-defined) for Web service. Valid properties are shown below.
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 :