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?