We have requirement to add custom http headers to Invoke Connect SOAP service. For that we customized the InvokeAxis2 activity.
But we need this activity process only particular service not all service. because only one service has http headers other Servies doesn’t have http header.
How we can specialize the activity to the particular service only.
@GaneshKumarC3200 yup correct PEGA has same concern. We use function to build the https headers and logic to work particular service after that we called the function inside the InvokeAxis2 Activity. It’s just one line of code inside the InvokeAxis2.