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
  • 1.  Consume an external web service

    Posted Thu June 30, 2011 09:19 PM

    Hello
    I need to consume an external web service through its WSDL. The Integration Server has the tools to do this? I need to do a JavaService
    Thanks


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Consume an external web service

    Posted Fri July 08, 2011 10:06 AM

    Hi,

      If you are using webmethods, You can create a consumer node by using the WSDL. It creates an connector for you to consume the external webservice from your system. Basically we can do this by Designer(8.x version) or Developer.  
    
    Please let me know in case of any concerns on this. 
    

    Thanks,
    Venkata.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Consume an external web service

    Posted Tue August 11, 2015 05:48 AM

    Hello,

    Yes, this is possible.

    Can you be more specific on you requirements?

    Best regards,
    Vlad Turian


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Consume an external web service

    Posted Tue August 11, 2015 06:37 AM

    Hi SRS,

    wM IS allows users to define external web services and consume those services and you can develop your services in wM Designer using flow or Java languages.

    You can refer to the document below to get some information regarding to Web Service Descriptors which is for wM V9.8.
    [url]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-8/Integration_Server/9-8_Web_Services_Developers_Guide.pdf[/url] Pages 30-41

    If your wM version is different, you can find the Web Services Developer’s Guide for your wM version through Empower.

    Hope it helps.

    Regards,
    Roham Zaferanlo


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Consume an external web service

    Posted Tue August 11, 2015 07:46 AM

    When creating a WebServiceDesriptor you can choose if it is meant to be a provider (hosted by you) or a consumer (calling the WebService somewhere else).

    In your case you are looking for a consumer. You can specify from where the Descriptor should be created and you can give the URL of the external WSDL as a parameter here.

    For IS this would look like:

    http://:/ws//?WSDL

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods