Set the WSRP SOAP ports
As a Producer you can modify the URLs for the WSRP SOAP (Simple Object Access Protocol) ports in Producer WSDL document. For example, this can be of benefit, if you want to provide Web services under different virtual Producers.
In this case you provide different ports on different machines or use different proxy servers through which Consumers can access Producer portal. Modify the configuration properties of the WebSphere Portal Configuration Service Environment Resource Provider in the administrative console. For details about how to do this refer to the topic about setting configuration properties. You can specify three different port URLs for HTTP, and three different port URLs for HTTPS to be used with Secure Socket Layer (SSL). For more information about securing WSRP services by using SSL refer to the topic about securing WSRP by SSL for a Producer portal. The following characteristics are mandatory for the URLs:
An example of a valid URL is shown here:
- Each of the URLs must include the protocol, such as HTTP or HTTPS, the name or the IP address of the host, and the context root of the Producer portal. You can configure this context root as required. For more information about how to do this refer to the topic about securing WSRP by SSL for a Producer portal.
- The URLs must not end with a path separator slash ( / ).
- The URLs can contain a port number.
http://my.portal.com:myport/wp_facade_contextRootThe keys for the HTTP WSRP SOAP URLs are listed here:
The keys for the secured HTTPs WSRP SOAP URLs for use with SSL are listed here:
- wsrp.soap.address.description.http
- wsrp.soap.address.markup.http
- wsrp.soap.address.portletmanagement.http
To use a different authentication mechanism for the WSRP Producer than for the rest of the portal, you can implement this by using a different Web module with a different context root for the WSRP Producer. For more information about this refer to the topic about securing WSRP by SSL for a Producer portal.
- wsrp.soap.address.description.https
- wsrp.soap.address.markup.https
- wsrp.soap.address.portletmanagement.https
Parent
Customize the WSRP configuration of Producer portal