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
  • 1.  Consuming external web service with in web Methods

    Posted Sun February 18, 2007 05:35 PM

    Hi

    I am new to webMethods. I have a requirement to call a web Service by an external provider from webMethods. Which product of web service will do that and how will it work ? Do i have to run Java code to call the external web Service OR is there any built in functionality available in webMethods to do this ?

    Thanks

    Sam


    #webMethods
    #API-Management
    #soa


  • 2.  RE: Consuming external web service with in web Methods

    Posted Sun February 18, 2007 07:02 PM

    Sam,

    The Web Service Connector wizard in webMethods Developer will generate a starter Flow service from a WSDL describing your external web service operation.

    Be sure to enhance the generated code to externalize the SOAP endpoint address and login credentials and to add additional error handling.

    The generated Flow service will execute inside webMethods Integration Server.

    Mark


    #webMethods
    #soa
    #API-Management


  • 3.  RE: Consuming external web service with in web Methods

    Posted Mon February 19, 2007 02:07 AM

    Thanks Mark.

    Could the generate code Native to webMethods OR is it Java code ?

    What part of webMethods documentation should I read to find out more about this ?

    Thanks again

    Sam


    #webMethods
    #API-Management
    #soa


  • 4.  RE: Consuming external web service with in web Methods

    Posted Mon February 19, 2007 02:31 AM

    Sam,

    “What part of webMethods documentation should I read to find out more about this ?”

    these userguides should help you located under Developer documentation libraries:
    Web Services Developers Guide 6.pdf,
    SOAP Developers Guide.pdf

    you can also access these guides from Advantage.webmethods.com and look it in Bookshelf section or use search option.

    HTH,
    RMG


    #webMethods
    #soa
    #API-Management


  • 5.  RE: Consuming external web service with in web Methods

    Posted Mon February 19, 2007 03:52 PM

    Thanks RMG. I was able to find more details in Web Services Developers guide.


    #API-Management
    #webMethods
    #soa


  • 6.  RE: Consuming external web service with in web Methods

    Posted Tue February 20, 2007 02:18 AM

    Flow is a webMethods-specific language that executes in the Integration Server it is not java and does not result in java bytecode generation. If you want to generate a java client to invoke a web service operation, many, many vendors offer WSDL2Java utilities to so so.

    Mark


    #webMethods
    #API-Management
    #soa