cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Webservices. Web Service is to create email id of employee

Former Member
0 Kudos

Hi All,

We are using Bapi's as RFC currently to update the email id of an employee. This is being called from a third party system Dot net. It is working fine.

Bapis are

BAPI_EMPLOYEET_ENQUEUE--- To lock the employee

Bapi_Emplcomm_Create----To update the email id

Bapi_Employeet_Dequeue---To unlock the employee

now as per the new requirement we converted the BAPI's into Webservices and exposed the same to Dot net

After locking the employee successfully when Dot net is trying to call the webservice for email id updation it is giving the error as

Error accessing the Ref Node 'Employeenumber'.

I am confused is the error coming from SAP side or from the Dot Net side

Please suggest a solution for the same.

Thank you in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anil,

Run the code in debug mode by setting break point in .NET as well as in BAPI. You have all the details you need to know. Wait...wasn't that simple or am I missing something

Regards.