How to perform delete operation using SFSF adapter ??
I recently implemented integrating SAP HCM system with SF system using SFSF adapter. I was able to perform Insert and query operation successfully, but not Delete operation.
The XML that is sent to PI looks fine, but the XML that I saw in the "Request" tab, in the Audit log of SF system, I find the XML to be garbled. Thus the response I got was "Invalid XML Schema" .
I tried implementing the same with SOAP Axis adapter and also by hitting the SF APIs by consuming the SF WSDL in a Eclipse client and writing Java code. Worked perfectly.
But I couldn't achieve it with SFSF adapter.
Is there any problem with SFSF adapter with respect to delete operation, or something 'special' needs to be done for Delete operation.






