First page Back Continue Last page Graphics
A Simple SOAP Example
Here’s a simple SOAP example:
A client requests stock information.
The client calls a procedure GetLastTradePrice.
- Passes in stock symbol as parameter.
The response comes back the same way.
- It contains a structure with last trade price and today’s volume.
The SOAP messages are sent using HTTP POST.
See notes for the messages...
Notes: