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

 View Only
  • 1.  SOAP validation

    Posted Mon February 12, 2018 09:48 AM

    Hi all,

    How to turn on (if possible) SOAP message validation for incoming requests? I am not asking for checkbox “Input validation”, but for SOAP.

    I found this parameter in extended settings:
    watt.server.SOAP.validateSOAPMessage=true

    but it didn’t work. Any clue?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: SOAP validation

    Posted Mon February 12, 2018 01:05 PM

    AFAIK, this feature is not implemented in webMethods (Integration Server does not validate any of the data carried by the message). Feature request should be raised on Empower Brainstorm.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: SOAP validation

    Posted Tue February 13, 2018 08:51 AM

    Hi Robert,

    Please refer to below details from SAG guide:

    Regards,
    Syed Faraz Ahmed


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: SOAP validation

    Posted Tue February 13, 2018 10:11 AM

    Hi Robert,

    If you want to validate the content of the SOAP body you can use pub.schema:validate at the beginning of the provider service.
    Set conformsTo parameter to the soap schema created during import of WSDL.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: SOAP validation

    Posted Wed February 14, 2018 06:13 AM

    Hi,

    Maybe you should check Vlad Turian’s blog about web services: http://wm-explorer.com/web-services-headers-handlers-part/

    Best regards,


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: SOAP validation

    Posted Wed February 14, 2018 07:24 AM

    Thx for all replies.

    We will consider Gerardo Lisboa suggestion.


    #Integration-Server-and-ESB
    #webMethods