Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 78512 invoked by uid 500); 20 Jun 2002 23:24:20 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Delivered-To: moderator for axis-dev@xml.apache.org Received: (qmail 68907 invoked by uid 500); 20 Jun 2002 20:52:46 -0000 Delivered-To: apmail-xml-axis-wsil-cvs@apache.org Date: 20 Jun 2002 20:52:44 -0000 Message-ID: <20020620205244.18976.qmail@icarus.apache.org> From: peterbr@apache.org To: xml-axis-wsil-cvs@apache.org Subject: cvs commit: xml-axis-wsil/java README.htm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N peterbr 2002/06/20 13:52:44 Modified: java README.htm Log: Added instructions on how to access the source code in CVS. Revision Changes Path 1.2 +50 -5 xml-axis-wsil/java/README.htm Index: README.htm =================================================================== RCS file: /home/cvs/xml-axis-wsil/java/README.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.htm 6 Jun 2002 18:01:20 -0000 1.1 +++ README.htm 20 Jun 2002 20:52:44 -0000 1.2 @@ -11,7 +11,8 @@ -

WSIL4J: Web Services Inspection Language for Java API

+

WSIL4J:
+Web Services Inspection Language for Java API

The Web Services Inspection Language (WS-Inspection) provides a distributed Web service discovery method, by specifying how to inspect a web site for available Web services. The WS-Inspection specification defines the locations @@ -26,6 +27,7 @@ document. For example, you can use this class to access service descriptions by service name. A WSILException is thrown when errors occur. This class will contain an exception message, and may also contain a reference to an exception that caused the error. +

Prerequisites

  • JDK version 1.3 or later. @@ -35,7 +37,7 @@
    • Also need the support for a UDDI4J SOAP transport, such as Apache Axis.
    -
  • Ant is required to build WSIL4J. Ant is available at the Apache ANT website. +
  • Ant is required to build WSIL4J. Ant is available at the Apache ANT website.

Configuration

WSIL4J uses a set of system parameters to configure certain functions. @@ -73,9 +75,49 @@ -

Building WSIL4J

+

Accessing Source Code

+

The source code for this package is available on the Apache web site. Individual files can be accessed using the web-based CVS interface. The entire package can be downloaded using the following instructions.

+

Access the Source Tree (AnonCVS)

+

So, you've decided that you need access to the source tree to see the latest +and greatest code. There's two different forms of CVS access. The first +is anonymous and anybody can use it. The second is not and you must have +a login to the development server. If you don't know what this means, join +the mailing list and find out.

+

Anyone can checkout source code from our anonymous CVS server. To do so, +simply use the following commands (if you are using a GUI CVS client, configure +it appropriatly): + +

+ + + + + + +
+
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
  +password: anoncvs
  +
  +cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout xml-axis-wsil
+
+
+

Full Remote CVS Access

+

If you are a Committer and have a login on the +Apache development server, this section is for you. If you are not a Committer, +but you want to submit patches or even request commit privelages, please see the +Jakarta +GuideLines page (we follow the same rules) for more information. +

+

To have full access to the CVS server, you need to follow the links depending +on the operating system you are using: +

    -
  • Obtain ANT, JDK as listed in the prerequisites. +
  • Unix +
  • Windows
  • +
+

Building WSIL4J

+
    +
  • Obtain ANT and the JDK as listed in the prerequisites.
  • Set required environment variables, including, JAVA_HOME, ANT_HOME.
  • From the root directory of WSIL4J (where build.xml is located), run @@ -164,6 +206,8 @@ the Web Services Inspection Language. Here is a list of future enhancements and usages for this package: