In this post, we will see a way to receive and transfer header parameters into a split join component using Jdeveloper 12c. There we go!
First, we need to create a WSDL file for the split join component.
As you can appreciate in the code above, there is a header section (soap:header) at the end of the document, so it will be necessary to be used in the split join.
Create a split join component from the composite and use the WSDL previously created above.
It will look like the image below
Open the split join and include an assign component.
Then, In the image below we can find parameter headers defined in the wsdl.
Now, what is important is if we want to transfer the header to another service then just is necessary to replace the value of request.header_parameters with some other value or XML structure that corresponds to the wsdl of the external service. Finally, add the invoke service and set the Request variable as the same request used before.
This is one of the solutions to handle headers into split join that I consider as good enough. If you have any suggestions or questions let us know.