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

WSDL Generation

  • 1.  WSDL Generation

    Posted Fri October 30, 2009 04:12 PM

    In webMethods 7.1 how would one generate a WSDL for a web service call?


    #webMethods
    #soa
    #API-Management


  • 2.  RE: WSDL Generation

    Posted Fri October 30, 2009 07:58 PM

    Marlon,

    Generating WSDL file from the Tools menu was removed starting from IS7.1.1.

    Developer tool allows to create WSDL for a flow or java service etc…

    You now create a web service descriptor (WSD), a new type of IS element. A WSD can be created from an existing IS service.

    1Click on the main toolbar. Developer opens the New wizard.
    2 Click Web service descriptor, then click Next. The wizard displays the Web service
    descriptor panel.
    3 Under Create Web Service Descriptor as, select Provider.
    4 Under Web Service Source, do one of the following:

    To generate a provider WSD from… Select

    Existing service(s) in Developer – Existing IS Service

    and follow the next config steps from there…

    Then you can view the WSDL of the WSD. Plz refer to the Web Services Developer’s User Guide and section below
    “Acquiring a WSDL Document for a Web Service Descriptor” :

    1.Select the Web service descriptor in the Navigation panel and double‐click to open it
    in the editor.
    2 Click anywhere in the operation editing area to enable the operation toolbar.
    3 Click on the operation toolbar. Developer locates the WSDL document for the
    Web service descriptor and displays it using the system’s default browser

    HTH,
    RMg


    #API-Management
    #soa
    #webMethods