Web Services Invocation Framework: Difference between revisions

Content deleted Content added
Agrawaam (talk | contribs)
Removed the stub tag
m Fix Capitalisation Typos: acessible → accessible, using AWB
Line 48:
== Differences between WSIF and JAX-RPC ==
 
JAX-RPC is an API for invoking XML-based RPC services - essentially its 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 acessibleaccessible using JMS or the Java Connector architecture as wel 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 ==