Thanks, Mary.
My Flow Service contains these three things:
I have the pub.file:getFile.
I have pub.flatFile:convertToValues. The bytes in Pipeline In are mapped to ffData in Service In, and the file’s name is in ffSchema in Service In. And ffValues in Serfice Out is mapped to the Document Type that the Designer created from the Dictionary.
I have the TryRecordTypes.db:tryInsertContracters. That’s the name of my adapter. When I run this adapter by itself by right clicking and fill in some data, it does successfully insert the data.
Running the service does insert a record where it’s supposed to, but every column in that record is NULL.
The Results tab shows that the data from the file is successfully read in, but I don’t know what’s supposed to get my data from there to the record that’s inserted. Where does webMethods know to do that?
#webMethods#edi#Integration-Server-and-ESB