![]()
Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Use the XML configuration interface to consume WSRP services from a Producer portal
You can use the XML configuration interface to consume WSRP services from a Producer portal.
To consume a WSRP service by using the XML configuration interface, specify the groupid and handle of the remote portlet. Specify the groupid with the portlet-app subtag and the handle with the portlet subtag. Both values are required to use the remote portlet. They are defined by the owner of the Producer portal. The Producer portal owner provides the handle and group ID to you by appropriate means, such as fax, phone, or e-Mail. If you cannot access this information, use external tools such as the Apache WSRP Open Source implementation to find out which WSRP services the Producer has to offer.
Producers with an IBM WebSphere Portal Express Producer can obtain this information by exporting all provided portlets on their Producer portal by using the XML configuration interface. For details refer to Group IDs and handles of portlets.
Attribute for the subtag Description portlet-app groupid As provided by the Producer portlet handle As provided by the Producer
After successful integration, the remote portlets are available in the portal administration. They are handled in the same manner as local portlets.
Notes:
- You can consume a WSRP service only if you work online and can access the Producer's WSDL document.
- The WSRP implementation of WebSphere Portal Express does not yet make use of public WSRP services registries, such as UDDI, to discover and consume WSRP services. Instead, it uses the discovery mechanism of WSRP services that is defined in the WSRP standard to obtain a list and descriptions of the WSRP services that a certain Producer provides.
- An integrated portlet is always treated as a standard API compliant portlet.
To delete integrated remote portlets, use the Manage Web Modules portlet.
- Creating a Producer definition and consuming a WSRP service by a single XML script
You can use a single XML script to create a Producer definition and then consume WSRP services from that same Producer.
Parent topic:
Consuming WSRP services in a Consumer portalRelated concepts
The XML configuration interface