Web Services Invocation Framework


title: "Web Services Invocation Framework" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["web-service-specifications", "web-services"] topic_path: "general/web-service-specifications" source: "https://en.wikipedia.org/wiki/Web_Services_Invocation_Framework" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
nameApache WSIF
developerApache Software Foundation
latest_release_version2.0
latest_release_dateJanuary 27, 2003
operating_systemCross-platform
genreWeb services
licenseApache License 2.0
website
::

| name = Apache WSIF | logo = | screenshot = | caption = | developer = Apache Software Foundation | latest_release_version = 2.0 | latest_release_date = January 27, 2003 | operating_system = Cross-platform | genre = Web services | license = Apache License 2.0 | website = The Web Services Invocation Framework (WSIF) supports a simple and flexible Java API (Application Programming Interface) for invoking 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 which use different protocols. The software needs to be described using WSDL and have a binding included in its description ,that the client's WSIF framework has a provider for. WSIF defines and comes packaged with providers for local Java, Enterprise JavaBeans (EJB), Java Message Service (JMS), and Java EE Connector Architecture (JCA) protocols, which means that a client can define an EJB or a Java Message Service-accessible service directly as a WSDL binding and access it transparently using WSIF, using the same API one would use for a SOAP service or a local Java class.

References

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

web-service-specificationsweb-services