Input request parameters are not showing in the event handler.
book
Article ID: KB0093730
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description: Input request parameters are not showing in the event handler the first time after adding the activity. Instead of a request parameter, you will able to see the response parameter in the input of the activity present in the event handler. Symptoms: none Cause: This is known defect with BW 6,2,2 (AMBW-21023 : Input parameters are not showing in the event handler at the first time).
Resolution
Follow these two approaches until the defect is addressed.
1). Create the WSDL file manually first, then implement the operation in process. Manually create the WSDL and then implement the operations. Check the Input of activity. You should see the request parameter being populated.
2). Repair the BW project (Right click on project --> Refactor --> Repair BussinessWorks Projects). After refactoring, the project request parameters are shown in Input instead of Response.
After using the above you will able to see the correct request parameter in the Input of activity.
Issue/Introduction
Input request parameters are not showing in the event handler.