Hi,
i m using smtp port to read a mail from a mailbox and extract attachment from it. Input to the target service is ffdata which is of type object. If i directly give this as an input to createmimedata service, it doesn’t find any data in ‘ffdata’ thus throwing exception.
So i need to follow following steps:
1.use streamtobytes on ffdata
2.use bytestostring on result of step 1.
3.use stringtostream(from PSUtilities)
4.input result of step 3. to createmimedata
This flow works fine.
Pls explain me the reason to handle such a simple step in a long round about manner
#Integration-Server-and-ESB#webmethods-Protocol-and-Transport#webMethods