-
All, I am looking to attach a payload from consumer to provider and then use this payload to make a REST call from provider to a REST API server. The results from the REST Call are returned back to the consumer. I used sample 04.0 to and modified provider to make a REST GET call to API server, I need to add the payload from consumer and also make a POST call from provider to API server. Any pointers and help is much appreciated! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This sounds similar to my discussion (#1386). @jimmarino has made some suggestions how this can be implemented as short term solution and created also an issue (#1420) for this. |
Beta Was this translation helpful? Give feedback.
-
I wrote something that could help: #2107 (comment) |
Beta Was this translation helpful? Give feedback.
This sounds similar to my discussion (#1386).
@jimmarino has made some suggestions how this can be implemented as short term solution and created also an issue (#1420) for this.