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-RPC Vs. SOAP-MSG and when to use?

    Posted Wed September 16, 2009 02:12 PM

    Hello,
    I am newbie. I want to know what is the difference between soap-rpc and soap-msg? I mean, I found the definitions about them in the webService Doc but I want to know specifically when I should use one over another? what are the scenarios and pro-cons?

    thanks,
    rightman!


    #webMethods
    #soa
    #API-Management


  • 2.  RE: SOAP-RPC Vs. SOAP-MSG and when to use?

    Posted Wed September 16, 2009 04:18 PM

    soap-rpc is deprecated now…and you should continue using WS with soap-msg (http/https) based transport for any SOA development.

    HTH,
    RMG


    #webMethods
    #soa
    #API-Management


  • 3.  RE: SOAP-RPC Vs. SOAP-MSG and when to use?

    Posted Wed September 16, 2009 04:21 PM

    thanks RMG.
    but I am still using wM 6.5 so I have to deal with it.


    #webMethods
    #API-Management
    #soa


  • 4.  RE: SOAP-RPC Vs. SOAP-MSG and when to use?

    Posted Wed September 16, 2009 05:30 PM

    You can use either of them rpc/msg it works depends on the source/target provider requests (but in the future you may migrate to 7.1 or higher) and rpc is deprecated,just a caution.

    HTH,
    RMg


    #webMethods
    #API-Management
    #soa


  • 5.  RE: SOAP-RPC Vs. SOAP-MSG and when to use?

    Posted Wed September 16, 2009 07:04 PM

    One way to deal with RPC is to specify a policy–always use soap-msg, never soap-rpc. Even though soap-rpc is available it should normally be avoided.


    #API-Management
    #webMethods
    #soa


  • 6.  RE: SOAP-RPC Vs. SOAP-MSG and when to use?

    Posted Thu September 17, 2009 08:06 AM

    using soap RPC, we can communicate only b/w systems but not other applications like mobiles…
    if you using Soap MSG, irrespective of systems you can communicate.


    #soa
    #webMethods
    #API-Management