Farrukh S. Najmi wrote:
> Would someone from WSIF kindly repond to my inquiry at theserverside.com:
>
> <http://www.theserverside.com/discussions/thread.tss?thread_id=42658>
>
> Please post response on the above theserverside.com thread instead of
> this mailing list.
>   
here is what i posted:

"AFAIK Apache WSIL is no longer developed (and spec "dead")

WSIF is about taking WSDL and invoking any service described in it
irregardless of how the service is implemented (and that was
accomplished before SOA became buzzword). WSIF allows developers to use
the same API that reflects WSDL abstractions to access a service no
matter what protocol is used. WSIF can implement any protocol binding
(through WSIF providers) to allows interactions with a service solely
though its interface (PortType).

JAX-WS is Java implementation of set of WS-* technologies based on JAX-*
specs that is SOAP focused (main difference to WSIF - WSIF is not just
for SOAP) - AFAIK JAX-WS do not have multi-protocol or an abstraction
API of WSDL PortType as a goal. JAX-WS is also both for client and
server but WSIF is only clients side."

best,

alek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to