Considere o fragmento de documento WSDL apresentado a segui...
O fragmento apresentado descreve um exemplo de operação do tipo
Comentários
Veja os comentários dos nossos alunos
alguem comenta???
O portType exibirá o conjunto das operações que podem ser realizadas.
No caso, existe a operação setTerm que define apenas um tipo de chamada, pelo input
<input name="newTerm" message="newTermVals"/>
Nesse caso, essa chamada será do tipo one-way, do tipo unidirecional.
Segue abaixo os 4 tipos possíveis de chamada.
WSDL supports four basic types of operations. These are:
One-way
The service receives a message. This would mean that only the <input> element shown earlier will be present.
Request-Response
The service receives a message and sends a response. Thus the operation will have an <input> element, followed by an <output> element as given in the <portType> syntax. The <fault> element is optional. The request-response pattern is most commonly used in SOAP services.
Solicit-Response
The service (not the client) initiates communication by sending a message and receives a response. Hence,
this operation will have an <output> element followed by an <input> element. The <fault> element is optional.
Notification
The service sends a message and seeks no response. The operation will therefore, have a single <output> element only.
Fonte: Developing Web Services with Java APIs for XML Using WSDP - Jerry Foster, Mick Porter
Clique para visualizar este comentário
Visualize os comentários desta questão clicando no botão abaixo