I have created http to RFC scenario in XI
Previously this interface was using Business Connector and following XML message was used.
<? xml version="1.0"?>
<TAC>
u2026.
u2026.
u2026.
u2026.
</TAC>
Based on it I have created data type and message type in XI and created interface and following is my incoming XML message.
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_TAC xmlns:ns0="urn://Website/CreateServiceOrder">
<TAC>
u2026.
u2026.
u2026.
u2026.
</TAC>
</ns0:MT_TAC>
So u201C<ns0:MT_TAC xmlns:ns0="urn://Website/CreateServiceOrder"> </ns0:MT_TAC> are the extra tags
Is it required to send these additional tags in the incoming XML Message?
I hope you have got the question.
Thanks,
Vishal