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.  Difference between SoapRPC and SoapMsg

    Posted Fri February 20, 2004 02:57 PM

    Hi All,

    Can any body explain me exact differences between soapRPC and soapMsg and when we would like to develop webservice which method is best.


    #API-Management
    #soa
    #webMethods


  • 2.  RE: Difference between SoapRPC and SoapMsg

    Posted Fri February 20, 2004 04:07 PM

    The “WebServicesDevGuide.PDF” can be found in your developer_install_dir\doc\guides folder. It explains the differences pretty well.

    In general, document literal or message-based web services are more interoperable with other soap clients than soap-rpc services. For this reason, most of the web services work I have done for my clients has been message-based.

    It is much easier to expose an existing IS flow or java service as a soap-rpc service (in essence you don’t need to do anything). However, if you will be invoking IS flow or java services from other platforms such as .Net, you would probably be wise to create flow services that extract the payload from soap messages sent to the IS server’s soap processor. This approach also gives you more control over the soap message that the client needs to prepare and send.

    HTH,

    Mark


    #webMethods
    #API-Management
    #soa


  • 3.  RE: Difference between SoapRPC and SoapMsg

    Posted Sat July 17, 2004 02:58 PM

    Hi All,
    Can anybody send a complete example(package) for making WSDL using SOAP_MSG protocol and then using WSC to call that service remotely.

    What r prerequisites for using SOAP_MSG protocol?
    I have gone through ISSoapGuide.pdf and ISWebserviceGuide.pdf but did not get\understand much.

    I am using IS6.0.1sp2
    Regards,
    Puneet Saxena


    #webMethods
    #soa
    #API-Management


  • 4.  RE: Difference between SoapRPC and SoapMsg

    Posted Sat July 17, 2004 04:25 PM

    Puneet Saxena,

    Have a look at this sample package. I put it together to examine the java classes produced by Glue and Axis from a WSDL generated from the employeeActionRequest service. The service doesn’t do anything useful, it is just for example purposes.

    Mark

    WSDLTest sample IS package
    WSDLTest.zip (30.6 k)


    #API-Management
    #soa
    #webMethods


  • 5.  RE: Difference between SoapRPC and SoapMsg

    Posted Mon July 19, 2004 07:04 AM

    Thanx Mark !

    I will get back to you if i have any cascading issue.

    Regards,
    Puneet Saxena


    #soa
    #API-Management
    #webMethods