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.  Soap header

    Posted Wed July 19, 2017 07:21 AM

    Hi,

    Requirement is to give the Soap WSDL to end system to invoke service on IS.
    I have created the soap provider WSD. I need to impose headers on SOAP. How can I achieve this.
    and also I need to validate the input headers which comes to IS.

    I tried referring to SAG document but something is missing out and unable to achieve.

    Please let me know how can I achieve the above.

    Thanks,
    Monica


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Soap header

    Posted Wed July 19, 2017 07:49 AM

    Hi,

    When I try assigning header handler to WSD, It givesme the error saying “There are no assigned handlers for the headers”
    Whereas I have registered the service for the handler. The service has specification with handler Spec.

    Please suggest where I’m missing

    Thanks,
    Monica


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Soap header

    Posted Wed July 26, 2017 09:17 AM
    1. Define the SOAP Header structure as an IS Document
    2. Define the Universal Name For the Document
    3. Attach the Header IS Document To Your WSDL and mark PipelineHeadersEnabled=True in WSDL
    4. Then create a SOAP header handler service

    #webMethods
    #Integration-Server-and-ESB