http://qs321.pair.com?node_id=192574


in reply to Re: (OT) Webservices - really progress?
in thread (OT) Webservices – really progress?

SOAP means Simple Object Access Protocol; it is nothing but a fancy remote procedure call mechanism.

Granted living out in the wild and totally open to anyone will likely be an exception. However, webservices are touted as the tool for electronic B2B and as such, they will have to live in semi-private situations in the wild where they aren't necessarily open to anyone, but certainly accessible.

Makeshifts last the longest.

  • Comment on Re^2: (OT) Webservices - really progress?

Replies are listed 'Best First'.
Re: Re^2: (OT) Webservices - really progress?
by dws (Chancellor) on Aug 24, 2002 at 19:10 UTC
    SOAP means Simple Object Access Protocol; it is nothing but a fancy remote procedure call mechanism.

    Yes. This means that a correct implementation can only invoke a remote procedure by identifier. Unfortunately, at least one buggy implementation has allowed callers to invoke arbitrary Perl code on the server. This muddies the waters.