SOAP
SO-S-27 SOAP services
Yahoo GeoCode API demo
Overview
This example demonstrates how to use Yahoo GeoCode API as a local SOAP service.
For more information on Yahoo GoeCode API visit: http://developer.yahoo.net/maps/rest/V1/geocode.html
Breakdown
- In the initial state we create a simple procedure that:
- takes input parameters as described by Yahoo GoeCode API page.
- Generates URL and calls it.
- returns the XML result formated throught raw.xsl.
- Create SOAP_SO_S_27 user and grant the procedure to it.
- The SOAP service is achieved by defining the /SOAP_SO_S_27 URL to have same functionality as using soap_server() function call.
- The client uses AJAX to call the service and show the result.
| View the source | Action |
|---|---|
| 1. yahoo_geocode.sql | Set the initial state |
| 2. raw.xsl | |
| 3. yahoo_geocode.html | Run |
OpenLink Home
Technical Support