<div dir="ltr">I'm trying to resolve a user attribute via a http webservice call. My problem is that this call needs the userId passed in as a header. So far I am only able to get this to work by passing in a static header with an entry in global.xml <div><util:map id="myCustomBean"></div><div>   <entry key "UserId" value="123XYZ"/></div><div></util:map></div><div><br></div><div>then in attribute-resolver.xml have </div><div><DateaConnector id ..... headerMapRef="myCustomBean"></div><div><br></div><div>Is it possible to define a new bean and pass the userId in the constructor with haederMapRef such as: myCustomBean("123XYZ")? and if so, where is the best place to put this new custom bean?</div><div><br></div><div>-psv</div></div>