Set the WSRP SOAP ports
As a Producer you can modify the URLs for the WSRP SOAP (Simple
Object Access Protocol) ports in your 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 your 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 Set 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 your WSRP services by using SSL refer to SSL) with Client Certificate Authentication.">Securing WSRP by SSL for a Producer portal.
The following characteristics are mandatory for the URLs:
- 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 SSL) with Client Certificate Authentication.">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.
An example of a valid URL is shown here: http://my.portal.com:myport/wp_facade_contextRoot
The
keys for the HTTP WSRP SOAP URLs are listed here:
- wsrp.soap.address.description.http
- wsrp.soap.address.markup.http
- wsrp.soap.address.portletmanagement.http
The keys for the secured HTTPs WSRP SOAP URLs for use with
SSL are listed here:
- wsrp.soap.address.description.https
- wsrp.soap.address.markup.https
- wsrp.soap.address.portletmanagement.https
Note: If you want to use a different authentication mechanism for
the WSRP Producer than for the rest of your 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 SSL) with Client Certificate Authentication.">Securing WSRP by SSL for a Producer portal.
Parent topic: Customizing the WSRP configuration of your Producer portal
|
|
|