General Web Services Questions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dacuna

    #1

    General Web Services Questions

    Can a Web Service return a dataset? If so, what are the limitations of a Web
    Service when you compare it to a DCOM DLL?

    --
    Thank you for your help
  • Dilip Krishnan

    #2
    Re: General Web Services Questions

    Hello Dacuna,
    The question is more appropriate the other way around. What are the limitations
    of DCOM as opposed to Web services :) The answer to yr question is yes web
    service can return a dataset. DCOM has several issues with it, mainly transport
    and security related. Web services are based on open standards and make it
    possible to talk to services irrespective of platform or transport.

    http://msdn.microsoft.com/library/de...rvicesdcom.asp

    HTH
    Regards,
    Dilip Krishnan
    MCAD, MCSD.net
    dkrishnan at geniant dot com
    Experience is the advantage. AI is the multiplier.

    [color=blue]
    > Can a Web Service return a dataset? If so, what are the limitations
    > of a Web Service when you compare it to a DCOM DLL?
    >[/color]


    Comment

    Working...