It is possible use SMTP to send faxes from webMethods, but the challenge is getting status back and updating the original transaction.
A few months ago, we just completed a bi-directional fax gateway for a client using webMethods, RightFax and a product called TargetFax. It was some sort of order form. webMethods created the order form and gave it to us as a PDF fax attachment. webMethods also gave us an XML control file which contained the fax destination number, fax recipient, client # and a variety of data revelant to the project.
The TargetFax Server has an undocumented XML Gateway that can read XML, extract the data and convert it to whatever. In this case, it converted the XML data into a barcode, added it to the form and faxed it out. When the form came back in to the RightFax Server with the barcode, TargetFax read the barcode data, renamed the received fax and created a new XML file. Both the XML and received renamed fax were both sent back to webMethods.
I’ve been doing fax for more than 15 years. I’ve heard so many folks talking about the demise of fax, but for some reason it just won’t die…
#Integration-Server-and-ESB#B2B-Integration#webMethods