You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by sn...@opensource.lk on 2004/05/14 09:37:16 UTC

Re: step-by-step how to run interop scenario 1.1 [Re: Sandesha - Readmefor running tests]

Thanks Alek,
We will look in that.
Becouse we too like to use the same JVM to run whole Client side component..

On my understanding, what we need is we have to extend the
SimpleAxisServer class and have to we configure the Object in the Client
Message.
Colud you please sugguest any way to configure the Object.

Please understand That, now the response or ack will be in a different
HTTP connection and to a Referencible URL.
That means, In the client side have to have a Server(Listner) to get the
http post from server side.
For that we found that deploying a service in the Tomcat..
Whether there is any option?

Thanks
Nimalan


> snimalan@opensource.lk wrote:
>
>>"Aleksander Slominski" wrote it>>
>>
>>
>>
>>>>moreover it looks to me that SimpleAxisServer should have been used
>>>>on client side to support async communication endpoint if
>>>> SimpleAxisServer
>>>>was started int he same JVM ...
>>>>
>>>>
>>>>
>>
>>Please make clear that Alek,
>>Are we going to Change in the Axis Implementation OR
>>Are we going to Use the Axis Extendible Object (Handelr etc...).
>>
>>Main problems:
>>1. Retranmission should be possible by the Objects.
>>2. The response message will be able to set to the message context and
>>send to back
>>
>>
>
> what i mean is that Call java is no longer working without externally
> deploying RMClientService . instead i thin it make sense to have
> RMClientService  hosted in the same JVM where Call is running. to make
> it happen i think SimpleAxisServer could be started in-process?
>
> thanks,
>
> alek
>
> --
> The best way to predict the future is to invent it - Alan Kay
>
>
>


Re: step-by-step how to run interop scenario 1.1 [Re: Sandesha - Readmefor running tests]

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
snimalan@opensource.lk wrote:

>Thanks Alek,
>We will look in that.
>Becouse we too like to use the same JVM to run whole Client side component..
>
>On my understanding, what we need is we have to extend the
>SimpleAxisServer class and have to we configure the Object in the Client
>Message.
>Colud you please sugguest any way to configure the Object.
>
>Please understand That, now the response or ack will be in a different
>HTTP connection and to a Referencible URL.
>That means, In the client side have to have a Server(Listner) to get the
>http post from server side.
>For that we found that deploying a service in the Tomcat..
>Whether there is any option?
>  
>
i think there is an optionto start SimpleAxisServer in the same JVM and 
use its endpoint (acting as node, endpoint, socket  listner). did you 
try to do this?

thanks,

alek

-- 
The best way to predict the future is to invent it - Alan Kay