You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by an...@apache.org on 2002/09/30 11:03:17 UTC

cvs commit: xml-axis-wsif/java readme.htm

antelder    2002/09/30 02:03:17

  Modified:    java     readme.htm
  Log:
  Update WSIF home page
  
  Revision  Changes    Path
  1.4       +16 -1     xml-axis-wsif/java/readme.htm
  
  Index: readme.htm
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/readme.htm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.htm	21 Aug 2002 15:35:56 -0000	1.3
  +++ readme.htm	30 Sep 2002 09:03:17 -0000	1.4
  @@ -26,8 +26,23 @@
   updated implementations of a binding to be plugged into WSIF at runtime, and it 
   allows the calling service to defer choosing a binding until runtime. <BR>
   
  -<BR>Finally, WSIF is closely based upon WSDL,  so it can invoke any service 
  +<BR>Finally, WSIF is closely based upon WSDL, so it can invoke any service 
   that can be described in WSDL. 
  +
  +<H3>Whats new with WSIF?</H3>
  +
  +The first Apache WSIF realease candidate is currently being worked on and 
  +should be available in the near future. Check back here and watch the
  +<A href="http://xml.apache.org/axis/mail.html">mailing lists</A> for news<BR>
  +<BR>
  +The WSIF documentation is slowly coming together with descriptions of the WSIF
  +<A href="http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/README_files/wsdl_extensions/java_extension.html">Java</A>
  +and 
  +<A href="http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/README_files/wsdl_extensions/ejb_extension.html">EJB</A>
  +bindings now available.<BR>
  +<BR> 
  +WSIF has been changed so the Apache Axis provider is now used for the default SOAP binding. 
  +WSIF has two SOAP providers, one based on Apache SOAP, the other on Apache Axis.   
   
   <H3>WSIF Structure</H3>