webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Recognizing pgpencrypted files

    Posted Mon May 02, 2005 09:34 PM

    I am encrypting a flat-file from WM IS and then trying to send it to TN for routing and transmission. how can I set up a document type definition for this file, seeing as how it will all be encrypted when it goes to TN?

    thanks.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Recognizing pgpencrypted files

    Posted Tue May 03, 2005 12:29 AM

    Luke -

    Can you wrapper your PGP file in XML? This way you have a known root tag, and possibly some meta-data, for the routing. Granted, this would in turn require some sort of service that would know how to unwrap and send the data (via a processing rule), but if you treat the PGP as a generic payload, and just HTTP or FTP or do whatever with that payload, you could reuse it for any sort of document you want TN to remain agnostic to - PGP, plain text, etc. Just create a document type of “OutboundCanonical” or something like that.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 3.  RE: Recognizing pgpencrypted files

    Posted Tue May 24, 2005 10:42 PM

    I ended up sending it to TN with TN_Parms defined along with it. but, since TN won’t let me do an FTP put command and specify a remote file name, I ended up moving the actual ftp delivery back into a flow service from IS.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB