I was wondering how to specify the input parameter of a publish activity. After a long search i found it's quite simple
CHANGE THE BODY PAYLOAD INSIDE THE PUBLISH ACTIVITY
You can use either assign activity or replace activity
NOTE: THIS SHOULD BE DONE INSIDE THE PUBLISH ACTIVITY
CHANGE THE BODY PAYLOAD INSIDE THE PUBLISH ACTIVITY
You can use either assign activity or replace activity
NOTE: THIS SHOULD BE DONE INSIDE THE PUBLISH ACTIVITY
Replace:
Assign:
Use the specified tags
<soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<!-- Your message goes here-->
</soap-env:Body>
No comments:
Post a Comment