An operation is roughly equivalent to a function call. It is the command that is run when invoked.
Operations are given names, have input messages, output messages and potentially faults.
|
Operations are identified in the Port Type section of the WSDL document.
Sample Operations:
createEmployee(xxx)
deleteEmployee(yyy)
|