Content deleted Content added
Tom Morris (talk | contribs) wikify a bit |
Lead better now |
||
Line 2:
{{cleanup-rewrite|date=July 2008}}
{{technical|date=September 2014}}
{{abbreviations|date=March 2012}}
{{no footnotes|date=November 2014}}
{{inappropriate person}}
{{advert}}
}}
{{Infobox software
Line 20 ⟶ 21:
}}
The '''Web Services Invocation Framework''' (WSIF) supports a simple [[Java (programming language)|Java]] API for invoking [[Web Services]], no matter how or where the services are provided. The framework allows maximum flexibility for the invocation of any [[Web Services Description Language|WSDL]]-described service.
Using WSIF, WSDL can become the centerpiece of an integration framework for accessing software running on diverse platforms and using widely varying protocols. The only precondition is that you need to describe your software using WSDL, and include in its description a binding that your client's WSIF framework has a provider for. WSIF defines and comes packaged with providers for local Java, [[EJB]], [[Java Message Service|JMS]], and [[Java EE Connector Architecture|JCA]] protocols. That means you can define an [[Enterprise JavaBeans]] or a [[Java Message Service]]-accessible service directly as a WSDL binding and access it transparently using WSIF, using the same API you would for a SOAP service or even a local Java class.
|