Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

variable values in composite.xml property

849887Mar 27 2011 — edited Jul 27 2012
Hi greeting,

Is there any way to config a variable in the composite.xml property value?
For example, I have a username/password property in composite.xml "oracle.webservices.auth.password" and "oracle.webservices.auth.username". I want to set the dynamic value for these two properties, so I want to set it as a variable to save dynamic values. But how to config it as a variable in composite.xml variable?

Static value for property
<property name="oracle.webservices.auth.password" type="xs:string"
many="false" override="may">admin</property>
<property name="oracle.webservices.auth.username" type="xs:string"
many="false" override="may">admin</property>

Expect result:
<property name="oracle.webservices.auth.password" type="xs:string"
many="false" override="may">$variable</property>
<property name="oracle.webservices.auth.username" type="xs:string"
many="false" override="may">$variable</property>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2012
Added on Mar 27 2011
6 comments
964 views