Publishing automatically WSDL to WSRR
2 answers
RAM 7.2.x has a special ALE Policy. When you create an SOA life cycle, RAM automatically places this policy on every state.
This policy (when executed on a state), reads an XML configuration file that tells it what to do (WSRR related thing).
When you configure a WSRR connection it uses a
ALEConfiguration.xml ... check it out ... you can override this configuration file to do a publish on the state you want.
For instance:
Tells the policy, that Asset of type Specification in the Identified state should be published to WSRR.
This policy (when executed on a state), reads an XML configuration file that tells it what to do (WSRR related thing).
When you configure a WSRR connection it uses a
ALEConfiguration.xml ... check it out ... you can override this configuration file to do a publish on the state you want.
For instance:
<Trigger source="RAM" type="Specification" state="Identified">
<Action target="WSRR" action="create"/>
</Trigger>
Tells the policy, that Asset of type Specification in the Identified state should be published to WSRR.
On 11/22/2010 7:38 PM, gmendel wrote:
Understood. Thanks for the answer,
Chemi.
RAM 7.2.x has a special ALE Policy. When you create an SOA life
cycle, RAM automatically places this policy on every state.
This policy (when executed on a state), reads an XML configuration
file that tells it what to do (WSRR related thing).
When you configure a WSRR connection it uses a
ALEConfiguration.xml ... check it out ... you can override this
configuration file to do a publish on the state you want.
For instance:
Trigger
Action target="WSRR" action="create"/
/Trigger
Tells the policy, that Asset of type Specification in the Identified
state should be published to WSRR.
Understood. Thanks for the answer,
Chemi.