Axis2 client API has facilities to accept responses in JSON : JavaScript SOAP « Web Services SOA « Java






Axis2 client API has facilities to accept responses in JSON

 
Sample for Yahoo - Search - JSON
=================================

Introduction
============

Axis2 client API has facilities to accept responses in JSON.

Yahoo provides an API to call its search service and retrieve JSON responses. This sample demonstrates how to call Yahoo
search service using an Axis2 client which accepts a JSON response.

Pre-Requisites
==============

Apache Ant 1.6.2 or later

Running The Sample
==================

Type "ant" from Axis2_HOME/samples/yahoojsonsearch directory.

Help
====
Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.


        








AXIS2-yahoojsonsearch.zip( 11 k)

Related examples in the same category

1.The client demo demonstrates the use of (non-browser) JavaScript to call a CXF server
2.The demo demonstrates the use of the JavaScript and E4X dynamic languages to implement JAX-WS Providers