wso2 / balana

Apache License 2.0
122 stars 108 forks source link

AttributesElementDTO does not have an 'id' field #148

Open da-z opened 3 years ago

da-z commented 3 years ago

Description:

I am using the Balana DTO objects to programatically generate requests.

It works nicely but one problem I found is that AttributesElementDTO does not have an id field that can be used in the MultiRequest requests so it can be referred later in the request document as AttributesReference.ReferenceId

I find there is little support in XML generation (DTO objects) for multi decision requests.