Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
As a Producer you need to provide the URL for the Producer WSDL document to the Consumer. The basic WSDL document is available under the following URL: http://producer_portal_host:producer_port/wp_contextRoot/wsdl/wsrp_service.wsdl.
This URL results in a WSDL file with both the WSRP 1.0 and WSRP 2.0 SOAP ports. The SOAP URLs in the WSDL are in the HTTP protocol in this case. When an Consumer portal administrator configures the Consumer portal to interact with the Producer, the Consumer administrator needs to specify this URL. You can configure various settings in the Producer WSDL file by specifying the appropriate parameters:
http://producer_portal_host:producer_port/wp_contextRoot/wsdl/wsrp_service.wsdl ?protocol=<protocolValue>&port=<httpPort>&securePort=<httpsPort> &version=<WSRPVersion>&hostname=<hostname>The following table lists possible values for URL parameters:
URL parameter | Possible values | Results in WSDL file |
---|---|---|
protocol | http | WSRP SOAP port URLs with HTTP protocol |
https | WSRP SOAP port URLs with HTTPs protocol | |
mixed | WSRP SOAP port URLs with HTTP and with HTTPs protocol | |
version | v1 | WSRP SOAP ports for WSRP Version 1.0 |
v2 | WSRP SOAP ports for WSRP Version 2.0 | |
mixed | WSRP SOAP ports for WSRP Version 1.0 and Version 2.0 | |
port | Integer, for example 80 | Port number for HTTP SOAP port URLs |
portSecure | Integer, for example 443 | Port number for HTTPs SOAP port URLs |
hostname | Name of the host, for example localhost | Hostname used for SOAP port URLs |