Plumtree Portal UI  
 

UIGateway.GetGatewayURL Method 

Given the WebService UUID, we can construct the gateway URL that we need. From the UUID, we get access to our web service and the remote server for the web service. From the remote server we can get the remote URL. From the web service, we by default get the Portlet URL. Given that external URL, we can generate our gateway URL. The gateway URLs will be cached by UUID.

public static string GetGatewayURL(
   string _strWebServiceUUID,
   AActivitySpace _asOwner
);

Parameters

_strWebServiceUUID
The UUID of the Web Service to use.
_asOwner
The activity space gives us session and more.

Return Value

The gateway URL given the specified web service UUID.

See Also

UIGateway Class | com.plumtree.portaluiinfrastructure.classtypedescriptors.classtypes Namespace