Results 1 to 2 of 2

Thread: Axis with XSLT

  1. #1
    Join Date
    Jul 2008
    Posts
    182

    Angry Axis with XSLT

    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?

    I am desperate,
    Thank you in advance
    S

  2. #2
    Join Date
    Aug 2008
    Posts
    1

    Default harry

    Have you got any luck on this?
    Quote Originally Posted by samsam007 View Post
    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?

    I am desperate,
    Thank you in advance
    S

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •