Update the HTTP Service Property File

LANSA

Update the HTTP Service Property File
Many of the SET examples make use of the JSM HTTP service.

To use the HTTP service configuration entries need to be added to its property file. The property file is named HTTPService.properties. Typically it is located in your iSeries IFS system in the /jsm/instance/properties directory.

Either by using the editor supplied with the JSM or any other simple text file editor (eg:NOTEPAD) open the HTTPService.properties file. Edit it so that it contains these entries (you can cut and paste them from here, including the # comment lines):


# ==============================================================
# ================== START OF SET EXAMPLES ====================
# ==============================================================
# SET example 211
xsl.set211_nasdaq_quote=xsl/set211_receive-nasdaq.xsl
# SET examples 214 and 216
xsl.set214_order_request_out=xsl/set214_order_request_outbound.xsl
xsl.set216_order_request_in=xsl/set216_order_request_inbound.xsl
xsl.set216_order_response_out=xsl/set216_order_response_outbound.xsl
xsl.set214_order_response_in=xsl/set214_order_response_inbound.xsl
# SET examples 215 and 217
xsl.set215_orderstatus_request_out=xsl/set215_orderstatus_request_outbound.xsl
xsl.set217_orderstatus_request_in=xsl/set217_orderstatus_request_inbound.xsl
xsl.set217_orderstatus_response_out=xsl/set217_orderstatus_response_outbound.xsl
xsl.set217_orderstatus_fragment=xsl/set217_orderstatus_fragment.xsl
xsl.set215_orderstatus_response_in=xsl/set215_orderstatus_response_inbound.xsl
# SET example 219
xsl.set219_inbound_names=xsl/set219_inbound_names_list.xsl
xsl.set219_inbound_values=xsl/set219_inbound_values_list.xsl
xsl.set219_inbound_messages=xsl/set219_inbound_messages_list.xsl
xsl.set219_outbound_namevaluemsg=xsl/set219_outbound_namevaluemsg.xsl
xsl.set219_outbound_names=xsl/set219_outbound_names_fragment.xsl
xsl.set219_outbound_values=xsl/set219_outbound_values_fragment.xsl
xsl.set219_outbound_messages=xsl/set219_outbound_messages_fragment.xsl
# ==============================================================
# ==================== END OF SET EXAMPLES ====================
# ==============================================================

Save the changes into the HTTPService.properties file and close the editor.