cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException:

lokesh_kamana
Active Contributor
0 Kudos

Hi,

I created a webservice from an EJB.

from that i created a portal service for that web service.

Now i am trying to access that in an Abstartct portal component.

I know this is the prob with authentication.

i want to teh service httpservice--->proxy and configured the proxy setting that i used .

and restarted the service.

But i ma getting the same exception.

I ma pasting the code for your refrence.


			IPortalRuntimeResources resources = PortalRuntime.getRuntimeResources();
					IService serv = resources.getService(IService789.KEY);
					IService789 fin = (IService789)serv;
					IService789 clientwithuserobj = fin.getSecurisedServiceConnection(request.getUser());
			Getempname name = new Getempname("zzrk3j");
			GetempnameResponse res = new GetempnameResponse();
//I am getting error at this statement
			clientwithuserobj.getempname(name);

Thanks & Regards,

Lokesh

Accepted Solutions (0)

Answers (2)

Answers (2)

lokesh_kamana
Active Contributor
0 Kudos

no answer

lokesh_kamana
Active Contributor
0 Kudos

Hi,

Anyone answer this question?

Thanks & Regards,

Lokesh