Chapter 9. Application synchronize application users via Zhegui Single Sign On

Application behind Zhegui Single Sign On can create a timer job to synchronize application users that just created if we need to get configuration ready beforehand for new user. For example, application level user rights.

Zhegui Single Sign On provide a SOAP style web service to make application users' data to be synchronized easily: http://zsso_ip:8091/zsso/SsoWebservice?wsdl

Example 9.1. the web service relative info

			@WebService(targetNamespace = "http://www.zhegui.biz/webservice")
			@SOAPBinding(style = SOAPBinding.Style.RPC)
			@WebMethod public String getAllUsersInXmlFormat()