Web Services Invocation Framework: Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 57:
== Differences between WSIF and JAX-RPC ==
 
JAX-RPC is an API for invoking XML-based RPC services – essentially itsthe current scope is limited to invocation of SOAP services. WSIF is an API for invoking WSDL-described services, whether they happen to be SOAP services or not (for example, WSIF defines WSDL bindings so that EJBs, enterprise software accessible using JMS or the Java Connector architecture as well as local Java classes can all be described as first-class WSDL services and then invoked using the same, protocol-independent [[WSIF]] API).
 
== See also ==