mcescutti
(mcescutti *)
1
Hello everybody.
I need to make a Java service that returns the list of all registered users in the Integration Server.
I tryed to use the com.wm.app.b2b.server.Group class, with the membership() and membershipName() methods, but I can not make it work.
Any ideas?
Thanks a lot in advance. Martin.
reamon
(reamon)
2
wm.server.access:userList returns the list of users. This service is not documented so it’s a use-at-your-own-risk sort of thing.
I’m not aware of any public Java class that exposes this info.
mcescutti
(mcescutti *)
3
Thank you a lot Rob. It’s exactly what I was looking for. Best regards.