I am creating a service, in which I need to place a Service Callout in my Pipeline , as I should call a BusinessService where your wsdl has an asynchronous service structure, after this call, depending on the response you return, I must trigger another search in another BusinessService .
The problem is when I try to call this BusinessService , and it tells me that the structure that the wsdl gives it has no request and response. This is something obvious, because the fact that it is asynchronous, its structure is separated by two ports. A port of entry, and an exit port, and not a single port, the request and the response.
The question is How can I make a business rule in my pipeline by calling asynchronous services?