Hi Ranchers,
I created a WebService and used
EJB Binding to expose my methods in an EJB. Then on the client side, I used WSIF APIs to invoke the service.
My question is: In having done so, does the invocation happen through Remote EJB Interface or the Local interface (I have both the interfaces since I was just writing some sample code).
If it is invoked via the Remote Interface, then what do I need to do in order to invoke using the local interface (if at all it is possible)? Also, some good reading material on WSIF and its associated bindings would be helpful as well.
Thanks in Advance.
Pratul Chakre