use ora:setCompositeInstanceTitle() in Java_Embedding or in an Assign Statement.
for example :
<assign name="assign_InstanceTitle"> <copy> <from>ora:setCompositeInstanceTitle(concat("LOGIN:",string($inputVariable.request/ns5:Username))))</from> <to>$instanceTitle</to> </copy> </assign>
puts the instance name as “LOGIN:User1” in the em console
In SOA 12c, composoite title is not displaying in em console, tried both the above methods
Although it worked on soa 11g
LikeLike