IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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

Call IS services through webservice

  • 1.  Call IS services through webservice

    Posted Wed February 21, 2007 01:08 AM

    Hi All,
    Can we invoke a webMethods IS services through web services from some other JVM machine? If yes then during call, which memory will in use, IS machine or calling JVM machine.

    Thanks in advance.

    Regards
    Sachin


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Call IS services through webservice

    Posted Wed February 21, 2007 04:47 PM

    Sachin,

    You can generate a WSDL for any service within IS. This can then be consumed by other tools [or used from Java] to execute the service within the IS. Memory usage will occur on both the IS and the caller, but the IS will be doing the actual “work”, the caller will just be making the call and processing the reply.

    Your best bet is to read the “Web Services Developer Guide” document in your …/webMethods/developer/doc/guides directory. The SOAP Developers guide in the same directory may also be useful.

    James…


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Call IS services through webservice

    Posted Wed February 21, 2007 07:52 PM