Please see the IS Builtin service guide regarding this service pipeline outputs “pub.flow:getTransportInfo”. For testing purpose in your Email receiving service put a savepipeline after this service
getTransportInfo
savepipeline (later restorepipeline to examine the Email/filename value)
restorepipeline
Once you have the fileaname you do a Branch condition step and check if ext is .xml or not using tokenize or substring functions and put your condition logic for example:
Branch on (ext)
If ext=.xml
—process the file
$Default
ignore processing…
HTH,
RMG
#webMethods#webMethods-General#Integration-Server-and-ESB