RulePoint
- RulePoint 6.1.2
- All Products
Property
| Description
|
---|---|
Name
| Name of the source. The source name must be unique.
|
Description
| Optional. The description of the service. Make the description intuitive so that other users can relate to the use of this service.
|
Type
| Type of source. Select
Web Service Source .
|
Topic
| The topic to which the RulePoint posts the events. Select the topic name that corresponds to the source.
|
Service
| Service to list the operations to run.
|
Operation To Execute
| The WSDL operation that you want to run.
|
Input Parameters
| List of parameters for your WSDL operation.
|
Retry Count
| The number of connection retry attempts by RulePoint. The default value is 1. Setting this field to zero indicates that RulePoint must not retry to connect.
|
Retry Delay
| The amount of time, in milliseconds, to wait between connection attempts. The default value is 5000.
|
Marker ID
| Optional. The name to assign to the marker. This is the batch name that the sever associates with all published events. Avoid using multiple batch names as the system treats them as a single string. Specify one batch name for each source.
When you configure a marker ID in the source, it demarcates a set of events between the marker_begin and the marker_end event. For more information, see "Markers" in the
RulePoint Administration Guide .
|
Property Metadata Map
| Optional. The unique name-value pairs of static metadata or additional information about this service that becomes part of the event properties.
Do not use a null value for any property. Do not include space in the name of the metadata property. The name-value pairs appear in every event published by this source service.
Format for Property Metadata:
Name=Jane Doe, Age=10 You can also use the semicolon as a separator, such as
Name=Doe ; Age=10 .
If you input an entry that contains a delimiter, such as a comma or a semicolon, you must place the entry into a quote. Putting a numeric entry into quotes makes it a string or non numeric. You cannot do math computation with a non numeric entry.
|
XPath Expression
| Optional. If the operation returns a result, the type of output that the Web Service expects. The output types include an XML document or the result of the application of an XPath expression that you provide.
The XPath expressions that you provide depend on the Web Service. For example, if you use a Web Service that returns an integer representing elevation, you must provide an XPath expression for each elevation element. The expression then creates key-value pairs from the result and publishes an event.
XPath expressions must start with a slash (/). Do not use functions. For example,
//Distance //Distance | //CityName1 | //CityName2 |
Marshaller Class Name
| Class name of the marshaller. The marshaller class is responsible for converting or enriching the source event properties. It must include the full class name including the classpath. You must add the jar containing this class into the RulePoint library.
|
Marshaller Properties
| Properties of the marshaller. You must pass the properties as key value pairs, separated by a comma, to the marshaller class. For example, property1=value1,property2=value2.
|