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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to set WS-A header?

    Posted 11/06/18 07:18 PM

    Hi Experts,

    I have a requirement where we’re calling a SOAP WS and to make it work we have to add WS-A header. I did look into the forums but couldn’t actually find anything related to how we can add WS-A in webMethods.

    If anyone has any inputs, please let me know.

    Thank you!


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to set WS-A header?



  • 3.  RE: How to set WS-A header?

    Posted 11/16/18 08:37 AM

    Hi Kumar,

    WS-A is a standard and as such there should be online XSDs that define the schema. (https://www.w3.org/2006/03/addressing/ws-addr.xsd)

    Based on the XSD, you can create your document type definitions.

    When calling the SOAP service, populate this doc types and send them with the call.

    The reference that M@he$h mentioned will help you with that.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to set WS-A header?

    Posted 01/23/19 08:59 AM

    Hi Kumar,

    One of the easiest way is to define a header-handler flow service so that you can add/remove any tag within the header,

    I guess this is a description written by Vlad TURIAN :slight_smile:

    Best regards
    Onur


    #Integration-Server-and-ESB
    #webMethods