Skip to Content
0
Former Member
Mar 05, 2009 at 06:10 AM

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

34 Views

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