hey,
working on the Query method for User.
scenario ecc - pi - sf. ecc is sending empID and sf returns local id value for the employee in sf system.
the same login, query, logout approach is used through axis adapter.
the request is going to sf and in the sf system it shows it is returning a response back.
but the query response mapping i created - it has 2 parts - one XSLT to get the namespace changed and second the mapping from the response structure (got from sf response in its log) to ecc response structure - the same approach of request msg but in opposite direction for response.
but in local testing in OM, in the first step it is just outputting
<?xml version="1.0" encoding="utf-8"?>
<ns1:queryresponse xmlns:ns1="urn:sfobject.sfapi.successfactors.com"/>
seems like issue with XSLT mapping and i have not done XSLT mapping before - so how to get it rectified? any idea guys thx. all helpful replies will be appreciated.