Hello, in this project https://github.com/ruks/wso2-am-billing-engine
i see the example of SubscriptionBillingWorkflow
where i can find this code:
httpworkflowResponse.setAdditionalParameters("CallbackUrl",
APIMStoreUrl +
"/site/blocks/workflow/workflow-listener/ajax/workflow-listener.jag");
httpworkflowResponse.setAdditionalParameters("workflowRefId",
workflowDTO.getExternalWorkflowReference());
httpworkflowResponse.setAdditionalParameters("reDirectUrl", APIMStoreUrl);
httpworkflowResponse.setAdditionalParameters("subscriptionid",
workflowDTO.getWorkflowReference());
I'm working on integration with killbill. Then i asks the request is a GET
request with the querystring of if it a post request.
Thanks for your attention
Roger
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev