Hi everyone,
I developed a Portal Service and create a web service for it using the plugins in Eclipse.
For the client :
I created a proxy deployable project.
I created a servlet client that calls the proxy.
I call a method developed in my service and got an RMI exception at run time.
Maybe, I should create a virtual interface for it ?
I understood that if you create a web service for a java class or an EJB, there is automatically a virtual interface created for you.
Is it related...
Thanks for the help.
Hi David,
Let me resume your scenario:
1- You create a Portal Service and create a WS from it (producer side).
2- You try to create a client using deployable proxy.
But get a exception. Is it possible to have the type of the exception/details?
You do not need to cretae the VI, this is automatically created when create WS.
Best Regards,
Frederic
Add a comment