setRequestProperty method

Syntax
void WSBase.setRequestProperty(
  String name,
  Object value
)
Parameters
  • name   The property name to set.

  • value   The property value.

Remarks

Sets a request property for webservice requests made by this instance of WSBase.

A request property is set on each QAMessage that is sent by this WSBase, until the property is cleared. A request property is cleared by setting it to a null value. The type of the message property is determined by the class of the value parameter. For example, if value is an instance of Integer, then setIntProperty is used to set the property on the QAMessage.