A request-response operation includes one output element, which is a server request to a client, followed by a single input element, which is a client response to the server.
Figure: Request-response message template

An example of a WSDL type for permission / response. This operation consists of one output message and one input message.
<operation name="weatherUpdateRenew"> <output message="tns:RenewRequest"/> <input message="tns:RenewResponse"/> </operation>
A source
source share