Step | Description |
1 | The web service consumer constructs an outbound request and sends it to a web service provider. |
2 | The provider receives the inbound request. |
3 | The provider constructs an outbound response and sends it back to the consumer. |
4 | The consumer receives the inbound response from the provider. |
Web Service Type | Outbound Message | Inbound Message |
Consumer | Sends request Include UsernameToken Use digital signature Timestamp message | Receives response Decrypt messages |
Provider | Sends response Encrypt messages | Receives request Authenticate the UsernameToken Verify signature Enforce message expiration |