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
Expand all | Collapse all

Reading Word document Using Java Service

  • 1.  Reading Word document Using Java Service

    Posted Wed December 04, 2013 02:26 AM

    How can i read Word document using java service?

    Using POI imports how can we add jars to classpath and configure to webMethods.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Reading Word document Using Java Service

    Posted Fri December 06, 2013 12:17 PM

    Hi,

    you can add the lib POI in the “code/lib” of your package and reload the package. The it depend on your webMethods Version and if you are using the Developper or Designer.

    If your are using the Developper you can import the different JAVA Classes that you need to use and implement your service.

    If your are using the Designer you must add Apache POI Lib in the lib folder of the java project. more clear add the jars in Classpath of the Java Project that it have the same name like the Packages.

    If you need a sample package, I can provide it to you.

    Hopes it will help you.

    Best regards

    Ismael


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Reading Word document Using Java Service

    Posted Sat December 07, 2013 03:05 AM

    ismael, thanks for your response… I will try with your solution. Pls send me the sample package. i will use it if it doesn’t workout for me.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods