[midPoint] Midpoint Rest Service
Pavol Mederly
mederly at evolveum.com
Tue Oct 16 13:15:26 CEST 2018
Hello Stéphane,
this is really the current midPoint XML serialization behavior. Of
course, it could be changed, but it's not a "5 minutes work", so to say.
We would probably deal with it only if a subscriber would request that.
I suggest you to deal with it somehow. For example if you want to do a
object comparison, you could use some XML tool to do the syntactic
comparison. (There could be other differences, though. The midPoint XML
object comparison can be a bit tricky.)
Best regards,
Pavol Mederly
Software developer
evolveum.com
On 15.10.2018 14:04, Stéphane Savioz wrote:
>
> I am using REST Service the get a user by name
>
> <query xmlns='http://prism.evolveum.com/xml/ns/public/query-3'>
>
> <filter>
>
> <equal>
>
> <path>name</path>
>
> <value>Sylvester.stallone</value>
>
> </equal>
>
> </filter>
>
> </query>
>
> It works as I get back a json for the user.
>
> But I have a concern. The user extension part is never the same
>
> The namespace is added to the attributes of my Extended user object
> (for example gen743: is added to givenNameOfficialy)
>
> <extension
> xmlns:gen473="http://midpoint.wallis.ch/xml/ns/extended-userobject">
> <gen473:givenNameOfficially>René</gen473:givenNameOfficially>
> <gen473:familyNameOfficially>Imboden</gen473:familyNameOfficially>
>
> The problem is that on subsequent requests, the gen743 changes to
> gen899 and so on….
>
> So, my question is. How to remove ns from tag name. Is that a
> configuration problem ?
>
> Thanks for your help
>
> *Stéphane Savioz*
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20181016/2a110637/attachment.htm>
More information about the midPoint
mailing list