WSDL specifies four types of operations:
- One-way, where the operation receives a message but does not return a response
- Request-response, where the operation receives a request and returns a response
- Solicit-response, where the operation sends a request and waits for a response
- Notification, where the operation sends a message but does not wait for a response
These operations are specified using the type attribute of the operation element.