What replaces StateRepository?
Up to Table of ContentsThis FAQ applies to: 5.3
What replaces StateRepository?
A StateRepository created and stored proxies to remote resources. It has been split into two separate systems:
To create a proxy, use a ServiceFactory (if you have a WSDL URL) or a ProxyFactory (if you have an EPR). ServiceFactory uses a ProxyFactory internally.
To store EPRs for later, use a PersistentRegistry. Note that this stores EPRs directly, not proxy objects.
