You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Balaji Iyer <ba...@net4nuts.com> on 2001/08/24 14:48:47 UTC

Voice XML

Hi,
  Sorry for putting this mail in this list...
BUT HAS ANYONE HERE WORKED WITH VOICE XML, used VOICE-XML-GATEWAY of
either, IBM, MOTOROLA etc..

Pls. let me know.
Regards & Thanks,
Balaji

-----Original Message-----
From: jyothi [mailto:jyothi@india.softalia.com]
Sent: Friday, August 24, 2001 5:24 PM
To: soap-user@xml.apache.org
Subject: Accessing interface through SOAP.


Hi,
         I am stuck at a design problem. In my client server 
architecture, few interfaces are exposed which are implemented by the 
client. So it is easy for the server to access few details about the 
client. The current architecture is like this. There is a server, 
mediater, client. The server makes a call say "GetClientDetails". This 
call goes to my mediater which are all session beans. From here again
the 
method of the interface is called. Since the client implements this 
interface it reaches there and gets the necessary details.

Server-->mediater-->client--->"GetClientDetails"
server<--mediater<--client<--"Response of GetClientDetails"

Now i have to implement the same architecture using sOAP. Because we can

have defferent types of clients. Now how do i change my beans so that it

is able to access the client and get the details.

Thanks,
Jyothi