cancel
Showing results for 
Search instead for 
Did you mean: 

Error while accessing web service: web service exception request

Former Member
0 Kudos

Hi

I have converted a BAPI(BAPI_BANK_GETLIST) into a web service following the steps in the tutorial "ABAP Web Service Creation Wizard in Web AS 6.40".

It got created successfully.

Now i have made a portal component (VS2003,pdk2.0) and added a web reference for the same.Now after it is deployed in the EP it gives a error for web service request exception ,"authorization denied 401 error"

Please help if any body has created a web service from a BAPI and exposed it in a portal component.

Thanks in advance

Aseem

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Aseem,

Can you check your network creditantals in your code as supplying them true user and password informations.

Best Regards,

Huseyin Akturk

SW Engineer & ABAP Consultant

www.huseyinakturk.net

Former Member
0 Kudos

Hi Aseem,

how are you doing ?

Authorizations in portal are user specific.

The current problem is due to the user not having sufficient permissions on the back end to execute the call.

for this check :-

1> the current user in portal

2> mapping to user in the back end

3> back end user permissions for the RFC / BAPI & it's dependant objects

with respect,

amit