Java/Web Services SOA/XMLBEANS

Материал из Java эксперт
Версия от 07:27, 1 июня 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

In this sample, we are deploying an XMLBEANS generated service

 
Axis2 Quick Start Guide- Sample 4 (XML Beans)
============================================
This sample contains source code for the xdocs/1_1/quickstartguide.html document found in 
the extracted Axis2 Documents Distribution. For a more detailed description on the 
source code kindly see this "Axis2 Quick Start Guide" document.
Introduction
============
In this sample, we are deploying an XMLBEANS generated service. The service
is tested using generated client stubs.

Pre-Requisites
==============
Apache Ant 1.6.2 or later
Building the Service
====================
Type "ant generate.service" from Axis2_HOME/samples/quickstartxmlbeans
directory. Then deploy the 
AXIS2_HOME/samples/quickstartxmlbeans/build/service/build/lib/StockQuoteService.aar

Running the Client
==================
type ant run.client in the AXIS2_HOME/samples/quickstartxmlbeans directory
Help
====
Please contact axis-user list (axis-user@ws.apache.org) if you have
any trouble running the sample.