![]()
Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Use the XML configuration interface to create a Producer definition
You can use the XML configuration interface to create a Producer definition online or offline.
The main tag to specify when you use the XML configuration interface to create a Producer is the wsrp-producer tag. The following table lists possible subtags that you can specify with the wsrp-producer tag:
Possible subtag for the wsrp-producer tag Description wsdl-url This describes the URL to the Producer's WSDL document. This is the only tag that is required for creating a Producer when using an online connection. The other URLs are extracted from this WSDL file. service-description-url The Producer's Service Description URL. This URL is required for offline creation. markup-url The Producer's Markup URL. This URL is required for offline creation. registration-url The Producer's Registration URL. This URL is required for offline creation. portlet-mgt-url The Producer's Portlet Management URL. This URL is required for offline creation. parameter This is used for registration properties. preferences This is used for user attributes. localedata This is used to specify NLS names and titles. access-control This is used to specify access control. portlet-app This is used to integrate portlets.
The following table lists possible attributes that you can specify with the wsrp-producer tag:
Possible attributes for the wsrp-producer tag Possible values Description registration-required true|false This indicates whether the Producer requires registration. force true|false This forces creation of the Producer. default true|false Set this to true if this is the default Producer.
The following attributes are just listed for the sake of completeness. Do not change them.
Possible attribute for the wsrp-producer tag Possible values Description The following attributes are just listed for the sake of completeness. Do not change them. state (binary data) The Producer's state. This is specified as Base64 encoded binary data. It is usually only used during export and update by the XML configuration interface. cookiepolicy One of: none per_user per_group undefined The Producer's cookie policy. The policy and possible values are defined in the WSRP specification. wspproducer true|false This identifies whether this is a Web services Producer on the Producer side (specified locally) or on the Consumer side (specified as a remote Producer).
- XML samples for creating Producer definitions
You can modify use these XML samples and use them to create Producer definitions,
Parent topic:
Using the XML configuration interface to work with Producer definitions