Returns an IRemoteSession
using the specified login token.
http://hostname:port/ptapi/services/QueryInterfaceAPI
while a .NET WS portal might use http://hostname:port/ptapi/QueryInterfaceAPI.asmx
. These endpoints will vary according to the deployment. an IRemoteSession
object representing the current session with the portal
A login token can be obtained from a portal request to a portlet using PortletRequest.GetLoginToken()
.
Exception Type | Condition |
---|---|
HttpException | if the endpoint URL is not valid |
RemoteSessionFactory Class | Plumtree.Remote.PRC Namespace