Hi all,
We are using an email poller for retrieving mails. Every time service with input “contentStream” (object type) is invoked and it works perfect until we got email with Content-Type = text/plain. For this content type service input is null (input variable contentStream is null). We tried to save pipeline and we discovered that on pipeline appeared variable, which name was email body:
<?xml version="1.0" encoding="UTF-8"?>
<IDataXMLCoder version="1.0">
<record javaclass="com.wm.util.Values">
<value name="fileName">emailPoller1x</value>
<null name="This is message body"/>
</record>
</IDataXMLCoder>
When we tried to resotre pipeline, we saw variable “This is message body” with null value.
Service getTransportInfo does not provide body content of email, but others informations are available (like “to”, “from”, dates, “subject” etc).
Does anyone know how to handle this? Is this a bug?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB