Or you may use AXIOM service and client to build and decode datas in a DOM-like tree.

sumedha rubasinghe a écrit :
Hi,
Data Services is a mechanism to expose relational database objects as web services.
It will return data in your database object (eg. table) in XML format.

Checkout following tutorial @ http://wso2.org/library/2617 .
A collection of such tutorials can be found @ http://wso2.org/library/3183 .

/sumedha


On Tue, Jul 29, 2008 at 8:39 PM, samsam007 <[EMAIL PROTECTED]> wrote:

Hi,

I tried to build a AXIS service to return a recordset (from array or
database) to an AXIS client.
The client will use the following APIs to request the recordset from the
AXIS service server:
CreateCall() -> SetTargetEndpointAddress(..) -> SetOperationName(...) ->
call.invoke(....)

Now, I am not sure how to build the AXIS service to return the recordset to
the soap client.
I know xslt can be used to interact between soap/axis service and client.
Can anybody post an example about how tho use AXIS with XSLT to return
record(xml data) to the client?

Thanks
S
--
View this message in context: http://www.nabble.com/Axis-with-XSLT-tp18714395p18714395.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**************************
Si vous n'êtes pas le destinataire désigné de ce message ou une personne autorisée à l'utiliser, toute distribution, copie, publication ou usage à quelques fins que ce soit des informations dans ce message sont interdits. Merci d'informer immédiatement l'expéditeur par messagerie, et, de détruire ce message.
This e-mail is confidential. If you are not the addressee or an authorized recipient of this message, any distribution, copying, publication or use of this information for any purpose is prohibited. Please notify the sender immediately by e-mail and then delete this message.
**************************


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to