hi all, I'm working on project where we need to implement stateful web-services (I know its not really recommended :)) .. At one point, I have a W3CEndpointReference on the server side that is submitted by the client. And within that W3CEndpointReference there is the reference parameter, ID, that I would like to access.. In order to use the endpoint reference I convert W3CEndpointReference to EndpointReferenceType using VersionTransformer.. But after that I could not find a way to get the reference parameters, particularly ID, from the EndpointReferenceType..
Using EndpointReferenceUtils.getEndpointReferenceID(Map) I can get the ID I'm looking for, and I use it in some cases. But in that particular case I described above, I need to extract the ID from EndpointReferenceType. Is there an easy way to do that or I need to traverse the DOM tree myself and find the ID.. hava a nice day, Mustafa..
