Register or Login to Your Account
How can we read word document files in webMethods? I need to convert into string.
Try using [b]getFile[/b] from wMPublic to read the word document, try with both load as-> bytes and string then convert the byte data to string using [b]string.bytesToString[/b] service.. I am working on this case will let you know the results soon.
Thanks for the response. I have used getFile service by loading into bytes & String and then converting to string. Not able to get string content (readable). Pls let me know once you done.
Seems its not possible using flow services, try using Java services instead. Follow the below link and customize it to suit your needs. http://stackoverflow.com/questions/7102511/how-read-doc-or-docx-file-in-java
Akash
How can we read word document files in webMethods?
I need to convert into string.
Vikram
Try using [b]getFile[/b] from wMPublic to read the word document, try with both load as-> bytes and string then convert the byte data to string using [b]string.bytesToString[/b] service..
I am working on this case will let you know the results soon.
Akash
Thanks for the response.
I have used getFile service by loading into bytes & String and then converting to string.
Not able to get string content (readable).
Pls let me know once you done.
Vikram
Seems its not possible using flow services, try using Java services instead. Follow the below link and customize it to suit your needs.
http://stackoverflow.com/questions/7102511/how-read-doc-or-docx-file-in-java