pub.flow:HttpRequest in webMethods 10.7?

H’mm strange,
I made the following call to my server

curl “http://localhost:5555/rad/jc.api:greeting/hello/John
-H ‘custom-header: POOOOOOOOP’
-H ‘Accept: application/json’ \

and saw it clearly in the pipeline (see below), could you try making the call via curl as I have ?
This would then remove any configuration issues in postman from the equation.

2022-01-11 09:53:41 CET [ISP.0090.0001C] (tid=117) --- START tracePipeline [11/01/2022, 09:53] --- 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 0 name {java.lang.String} = 'John' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 0 transport {com.wm.util.Values} =>  
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 1 protocol {java.lang.String} = 'http' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 1 subprotocol {java.lang.String} = 'HTTP' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 1 http {com.wm.util.Values} =>  
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 2 requestUrl {java.lang.String} = '/rad/jc.api:greeting/hello/John' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 2 method {java.lang.String} = 'GET' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 2 requestHdrs {com.wm.util.Values} =>  
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 custom-header {java.lang.String} = 'POOOOOOOOP' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 Accept {java.lang.String} = 'application/json' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 Cookie {java.lang.String} = 'ATGID=Anonymous' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 Host {java.lang.String} = 'localhost:5555' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 Connection {java.lang.String} = 'close' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 User-Agent {java.lang.String} = 'Paw/3.3.2 (Macintosh; OS X/12.0.1) GCDHTTPRequest' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 2 ipInfo {com.wm.util.Values} =>  
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 localIp {java.lang.String} = '127.0.0.1' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 localPort {java.lang.String} = '5555' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 remoteIp {java.lang.String} = '127.0.0.1' 
2022-01-11 09:53:41 CET [ISP.0090.0008C] (tid=117) 3 remotePort {java.lang.String} = '55765' 
2022-01-11 09:53:41 CET [ISP.0090.0002C] (tid=117) --- END tracePipeline ---