Hi Experts,
I am currently working on a RFC to HTTP (synchronous) scenario,and have used SAP's HTTP adapter in the receiver communication channel.
We need to send request in XML format from ECC and the receiver system understands only TEXT format and no XML tags.
For the response part, it will be TEXT(from receiver) to XML format in ECC.
Also it is possible to do FCC in HTTP_AAE receiver channel so that it directly sends data to third party system in TXT format only?
If not, can anyone suggest me the alternative solution for it?
Eg: Source xml:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:ZSHRSRF001_RES_DETAILS_TO_PI xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
<ZBOOKER_DETAILS>
<XNAMEV>NATASHA</XNAMEV>
<XNAME1>U</XNAME1>
<GENDER_DESC>Female</GENDER_DESC>
</ZBOOKER_DETAILS>
</ns0:ZSHRSRF001_RES_DETAILS_TO_PI>
expected answer:
NATASHAUFemale (only text, no xml tags)

.jpeg)





