Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
Before a Consumer can consume WSRP services from a Producer as remote portlets, you need some information from the Producer. Depending on your configuration, you might also need to provide information to the Producer.
The information that Producers and Consumers exchange includes the following:
WSRP service Consumers need information about how to bind to the WSRP services that the Producer provides. This information is described in the Web Service Description Language (WSDL) document of the Producer. The WSDL document provides general technical information about how the Consumer connects to the Producer and about the related infrastructure. The Consumer can use the information in the WSDL document to bind to the Producer and retrieve the Producer's service description for further details about the Producer.
The WSDL document provides information about various aspects and properties of the Producer:
If the WSRP service Producer is an IBM® WebSphere® Portal Express, then Consumers of WSRP services can access the WSDL document of the Producer at the following URL:
http://producer_portal_host:producer_port/wp_contextRoot/wsdl/wsrp_service.wsdlNotes:
https://producer_portal_host:producer_port/wp_contextRoot/wsdl/wsrp_service.wsdl
If the WSRP service Producer is not a WebSphere Portal Express, then the owner or administrator of the Producer portal needs to provide the information to the Consumer by external means of communication, such as fax, phone, or e-Mail.
The Producer has the option to set up security for the provided WSRP services. This can be by Secure Socket Layer (SSL) or by WS-Security, for example LTPA token forwarding. WSRP on the Consumer portal must be configured to use the same authentication mechanism as on the Producer portal. In most cases of WS-Security token authentication the Producer and Consumer portals must use the same user registry.
If the Producer portal has set up portal security for its WSRP services, the administrator of the Producer portal must assign access permissions to the users of the Consumer portal by using Portal Access Control. In this case the Producer needs to obtain the required user information from the Consumer.
If the Producer has configured security for WSRP services by using Secure Socket Layer (SSL) client certificate authentication, the Producer needs to provide the server certificate to the Consumer, and the Consumer needs to provide the client certificate to the Producer. For information about how to obtain the client certificate of the Consumer portal, follow the instructions in Securing WSRP by SSL for a Consumer portal.
If the Producer requires registration by the Consumer portal, the Producer needs to provide the required registration information to the Consumer.
If a Consumer portal consumes a WSRP service from a Producer portal by using the XML configuration interface, the Consumer portal administrator needs to specify the handle and groupid of the remote portlet. Therefore the Producer provides that information to the Consumer.
The portlet handle and group ID are listed in the service description of the Producer. The portlet handle for each portlet that the Producer provides is listed in a portletHandle tag. The group ID for each portlet that the Producer provides is listed in the groupID tag of the service description.