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.  Which Style of WSDL

    Posted Tue May 11, 2010 02:14 PM

    Hi All,

    I am new to webMethods. I just want to know the style of WSDL with respect to webMethods?

    What and when to use 1. RPC- Literal 2. RPC Encoded and Document-Literal.

    I have gone through the documents but did not find anything related to webMethods.

    Do we need to have understand SOAP to start working on webMethods webservice?:confused:

    Please help me…

    Thanking You.


    #API-Management
    #webMethods
    #soa


  • 2.  RE: Which Style of WSDL

    Posted Tue May 11, 2010 09:33 PM

    Well that’s mainly because the style is a standard and not only related to wM.

    You can search on internet the differences between each styles, and you shoukld choose the most appropiate one for you.

    However if you talk about compatibility and WS-I compliance ( http://http://www.ws-i.org/ ) you should take Document-Literal.


    #API-Management
    #soa
    #webMethods


  • 3.  RE: Which Style of WSDL

    Posted Tue May 11, 2010 09:58 PM

    You can start working with wM Integration Server (IS) to get familiar with how it supports providing and consuming web services with minimal knowledge of SOAP. You will find that a deeper understanding of SOAP will help tremendously with working with web services within IS.

    Regarding which style to use when, a general rule of thumb is to use doc-literal unless something (e.g. an external partner defines the WSDL) forces you to use something else.


    #API-Management
    #webMethods
    #soa