![]() |
Previous Top Next |
SOAP communication process
|
· | Proxy server listens continually to a socket/port for incoming client requests
|
1. | Client application sends a request to proxy server
|
2. | Client requests can be modified if/when breakpoints have been triggered
|
3. | Proxy server request data is forwarded to the web service server
|
· | The websevice server responds to the proxy request, and sends the response data back to the proxy server
|
1. | Server responses can be modified if/when breakpoints have been triggered
|
2. | Proxy server response data is forwarded to the client application
|
|
· | Client application receives response data from proxy server
|
· | The Client application, which sends and receives SOAP messages is the Browser window
|
· | The "Nanonull Time Service" service will act as the web service server.
|
The URL for this web service is: http://www.nanonull.com/TimeService/TimeService.asmx?WSDL
|
|