Hi there!
I need to integrate Employees to C4C but I cant use standard webservices.
As far as I know, i cant edit employee informations if external replication is enabled by scope.
So, I'm trying to create a webservice in the app studio for the employee BO. I checked only "Create" operation.
I'm using SOAPUI to test my webservice and I'm facing the following error:
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<n0:EmployeeCreateConfirmation_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:LAW:/1SAI/TAS571E134D8C3DAF4759DA:804">
<Log>
<MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>
<Item>
<TypeID>018(//APBP/SP/)</TypeID>
<CategoryCode>INC.BOI</CategoryCode>
<SeverityCode>3</SeverityCode>
<Note>EMPLOYEE role for business partner 00000000008000000109 missing</Note>
</Item>
</Log>
</n0:EmployeeCreateConfirmation_sync>
</env:Body>
</env:Envelope>
When I choose the fields to be integrated i didn't find anything related to business partner role.
Anyone knows what could be wrong? Am I missing something?
Is it possible to create an employee and its respective business partner using a custom webservice?
Is there any other option to achieve this (integrate employee and allow employee editing)?
Thanks in advance.