Database Reference
In-Depth Information
Parameter
name
Parameter description
Remarks
For a composite, connect to the [PREFIX]_SOAINFRA schema and execute the following query
below:
<partition-name>/<composite-
name>[revision-id]
For example, default/OrderBook-
ingComposite[1.0]
SELECT DISTINCT REPLACE
(REPLACE(SUBSTR(composite_dn,0,INSTR(composite_dn,'*')),'!','['),'*',']')
FROM composite_instance ;
You can look up this value from the URL of
the service from Oracle Enterprise Manager
Fusion Middleware Control.
moduleType Module type is a static value describing the
type of a particular module depending on
whether it is a standard J2EE archive or an
SOA composite.
The default static value for a J2EE web application is web and for an SOA composite is soa .
serviceName This attribute is the name of the service.
This is the value of the name attribute in the wsdl:service tag of the WSDL file. For example,
<wsdl:service name="OrderDetailsService"> .
subjectName This attribute represents the policy subject,
port, or service operation name.
This is the value of the name attribute for the wsdl:port tag in the WSDL file. For example,
<port name="OrderDetailsPort "binding="tns:OrderDetailSOAPBinding"> .
This is the name of the OWSM security client
and service policy URI. For example, or-
acle/
wss_username_token_service_policy .
You can get a list of all OWSM-based policies from the Policy Manager at
policyURI
http://<host>:<adminPort>/wsm-pm/validator .
Search WWH ::




Custom Search