Hi XI gurus,
I have a requirement to remove Doctype tag from inbound CXML file before it hits message mapping. So I have created an Abap class and in execute method I am removing doctype tag from input file. This works fine when i debug this class explicitly. I have configured this abap class in operation mapping first, then message mapping. But when I send message from RWB, my class does not get hit and also message still fails since doctype tag was not deleted. When I try to test in SXI_mapping_test, it never stopped in abap class though I have placed hard break point. I have gone through blogs , but all of them speak about having only ABAP class in operation mapping. My question is can I use both abap and message mapping in same operation mapping? If not how can I achieve my requirement?
Thanks very much in advance!
Latha