Content Handler?

Can someone explain how files get into the B2B pipeline or how the Handlers work. I got an example from support for a Text handler but I just installed the package and jar file and don’t really understand how it works. When I start to work with files other than plain/text I’d like to understand the process.

Thanks in advance
Todd

Todd, I’m looking for the same, since we want a content handler for an S/mime message for Trading Networks, can you send me the example webMethods has send you? Thx Koen

You need to compile/register those java files using webMethods jcode utility and then invoke register_handle… service. Or you can put this service in startup.
From now on if webMethods server receives an object (by http post,ftp etc) of the type you just defined (in your case text) it will automatically invoke the content handler you just wrote.