All docs
This doc
...
Code Block | ||
---|---|---|
| ||
<in><inSequence> <header name="Accept" value="image/jpeg" scope="transport"/> <send> <endpoint name="people"> <address uri="http://localhost:9763/people/eric+cooke" format="get"/> </endpoint> </send> </in>inSequence> <out><outSequence> <send/> </out>outSequence> |
If you have enabled wire logs, you will view the following output.
Code Block | ||
---|---|---|
| ||
<< GET /people/eric+cooke HTTP/1.1
<< Accept: image/jpeg
<< Host: localhost:9763
<< Connection: Keep-Alive |
...