HELP Passing pdfbs docs around within webMethods

Hi. I really need thoughts, feedback, comments, on my post here:

[url=“wmusers.com”]wmusers.com

We have requirements to pass non-text files around in our integration environment via webMethods.
How do people pass pdf’s, word docs, etc… around within webMethods ?

Regards,

Wayne

I believe currently webMethods don’t support those type of documents…

unless they should be converted to webMethods readable files using some external tools…

You can read ANY content into webMethods as a BINARY object.

To send a pdf file, excel spreadsheet, a photograph or anything else, invoke pub.file:getFile and choose BYTES as the preferred method of retrieval. Whether SMTP or HTTP, both support the bytes object.

As to what the receiving system does with the content, they will need to be able to convert from bytes to “objectType”, or they can simply persist the bytes object to a local harddrive for another piece of client software to interpret (adobe reader.)

Hope this helps.

Ray

Thanks Ray,

Nice to know some new things…

Cheers…

Ram, Ray, thanks for the feedback. I really appreciate it. I posted a part B to my question back at the other thread:

[url=“wmusers.com”]wmusers.com

Many thanks !

Wayne