Hi,
I created a Portal Service from a Web Service - client side.
I get an exception while running a Portal Component client (DynPage).
How I access the service :
IMyNOFXService myService = (IMyNOFXService) PortalRuntime.getRuntimeResources().getService(IMyNOFXService.KEY);
String result = myService.HelloWorld();
Here is the exception :
com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: Problem in server response: [Unauthorized]..
If anyone can help....
Thanks a lot.
Hi
What is the implementation of your server , The webservice server component are generated with portal plugin ? or it is other product ?
Ps: It is better to use PortalRuntime.getRessources().getService() instead request.getService()
Best Regards,
Fabrice
Add a comment