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 B." <bb...@sonata-software.com> on 2001/04/26 07:12:31 UTC

StatefuleEJBProvider...

hi,
has anyone succeed with using StatefulEJBProvider?

my question is, in StatelessEJBProvider i can give my remote method(method
defined in RemoteInterface) as my target method.
it's working fine.
in StatefulEJBProvider i need to pass arguments to my create method.one
option is i could put create method as my target method(bind with call
Object).I guess SOAP supports only single request-response.how do i invoke
my remote method(method defined in RemoteInterface)I am using
stateinformation in that method?

when i look at the code in StatefulEJBProvider,they are looking for the
ejbkey.what might be the relevant value for that?i guess it should bind with
targetURI.


for brevity,

How do i invoke both create(with arguments)and my remote method (method
defined in RemoteInterface) with one call object?


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org