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.  WM 6 - SOAP 1.1 and SOAP 1.2

    Posted Fri February 19, 2010 01:47 PM

    Hi All,

    I’am using webMethods 6.1.
    I’ve got external client which try to invoke service on webMethods and it always received error: SOAP request does not conform to the SOAP message model.
    Using SoapUI i monitored messages and I found out that it could be a problem in namespace. Client use SOAP 1.2 namespace : [url]http://www.w3.org/2003/05/soap-envelope[/url] and WM 6.1 only support SOAP 1.1 namespace: [url]http://schemas.xmlsoap.org/soap/envelope/[/url]. When I change the namespace (catch the message in monitor and modified namespace) to correct one everything works fine.

    Is there any posibilities to handle this problem ?
    (I need a solution on webMethods :slight_smile:


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 2.  RE: WM 6 - SOAP 1.1 and SOAP 1.2

    Posted Fri February 19, 2010 03:48 PM

    Solution: Upgrade to a version of webMethods less than 5 years old.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: WM 6 - SOAP 1.1 and SOAP 1.2

    Posted Fri February 19, 2010 03:51 PM

    I fear to say there is no solution provided in wM6.1 to support SOAP1.2 as far i know.You may contact SAG tech support for alternatives.

    HTH,
    RMg


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 4.  RE: WM 6 - SOAP 1.1 and SOAP 1.2

    Posted Mon February 22, 2010 09:47 AM

    I believe this is the only way. In webMethods change the namespace and the map it the wm IS document

    Or

    Convert the soap object into a temp document and then do one to one mapping to the actual document.


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods