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:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 5:24 PM To: [EMAIL PROTECTED] 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
