in Education by

Do Web services supports Remote Procedure Calls(RPCs)?

Please log in or register to answer this question.

1 Answer

0 votes
by

Do Web services supports Remote Procedure Calls(RPCs)?

Web services allow clients to invoke procedures, functions, and methods on remote objects using an XML-based protocol. Remote procedures expose input and output parameters that a web service must support.

Component development through Enterprise JavaBeans (EJBs) and .NET Components has increasingly become a part of architectures and enterprise deployments over the past couple of years. Both technologies are distributed and accessible through a variety of RPC mechanisms.

A web service supports RPC by providing services of its own, equivalent to those of a traditional component, or by translating incoming invocations into an invocation of an EJB or a .NET component.

Related questions

...