tetsuya     2003/09/11 23:44:34

  Modified:    targets/wsif index.html index.pdf news.html news.pdf
               targets/wsif/developers building.html building.pdf
                        customizing.html customizing.pdf cvs.html
                        how_to_provider.html how_to_provider.pdf trace.html
               targets/wsif/wsif_samples index.html index.pdf
  Log:
  Replaced Repository Names (xml-axis-wsif => ws-wsif)
  
  Revision  Changes    Path
  1.6       +1 -1      ws-site/targets/wsif/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html        8 Apr 2003 10:49:24 -0000       1.5
  +++ index.html        12 Sep 2003 06:44:33 -0000      1.6
  @@ -246,7 +246,7 @@
   <p>
   The Web Services Invocation Framework (WSIF) is a simple Java API for invoking Web 
services,
   no matter how or where the services are provided. Please refer to the 
  -<a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/doc/release_notes_2_0.html";>
  +<a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/doc/release_notes_2_0.html";>
   release notes</a> before you proceed with using WSIF.</p>
   <p>WSIF enables developers to interact with abstract representations
   of Web services through their WSDL descriptions instead of working
  
  
  
  1.3       +2 -2      ws-site/targets/wsif/index.pdf
  
        <<Binary file>>
  
  
  1.6       +2 -2      ws-site/targets/wsif/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/news.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- news.html 8 Apr 2003 10:49:24 -0000       1.5
  +++ news.html 12 Sep 2003 06:44:34 -0000      1.6
  @@ -241,14 +241,14 @@
           <a 
href="http://ws.apache.org/dist/wsif/";>http://ws.apache.org/dist/wsif</a>.
         </p>
   <p>WSIF has it's own home at
  -        <a href="http://ws.apache.org/wsif";>http://ws.apache.org/wsif</a>
  +        <a href="http://ws.apache.org/wsif/";>http://ws.apache.org/wsif/</a>
   .</p>
   <p>27th January 2003 - The first Apache WSIF release is now available. You can 
download it from
           <a 
href="http://cvs.apache.org/dist/axis/wsif/";>http://cvs.apache.org/dist/axis/wsif/</a>.
         </p>
   <p>A 
           <a href="changes.html">list of changes in this release</a> is available 
(you can also visit
  -        <a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/doc/changes.html";>
 online list of changes</a>
  +        <a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/doc/changes.html";> online 
list of changes</a>
   in the latest CVS version to monitor WSIF progress).</p>
     
   </div>
  
  
  
  1.3       +4 -4      ws-site/targets/wsif/news.pdf
  
        <<Binary file>>
  
  
  1.4       +1 -1      ws-site/targets/wsif/developers/building.html
  
  Index: building.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/developers/building.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- building.html     8 Apr 2003 10:49:25 -0000       1.3
  +++ building.html     12 Sep 2003 06:44:34 -0000      1.4
  @@ -280,7 +280,7 @@
   <strong>j2ee.jar</strong>; if you plan to download this it includes the above three 
so you won't need to download those separately.</li>
   
   </ul>
  -<p>The <a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/lib/README.html";>dependency
 README</a> tells you where you can download these 
  +<p>The <a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/lib/README.html";>dependency
 README</a> tells you where you can download these 
   from and also how they are used, so you can decide for yourself which JARs you 
really need.</p>
   <p>Then use <strong>build script</strong> (./build.sh on UNIX or build.bat on 
Windows) to 
   rebuilt WSIF (see list of targets above).</p>
  
  
  
  1.2       +2 -2      ws-site/targets/wsif/developers/building.pdf
  
        <<Binary file>>
  
  
  1.4       +2 -2      ws-site/targets/wsif/developers/customizing.html
  
  Index: customizing.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/developers/customizing.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- customizing.html  8 Apr 2003 10:49:25 -0000       1.3
  +++ customizing.html  12 Sep 2003 06:44:34 -0000      1.4
  @@ -198,12 +198,12 @@
   <p>This part of documentation is meant to help developers who want to modify 
   WSIF by adding or changing its providers and implementing new protocols.</p>
   <p>There are many points within the WSIF API that allow for
  -    customization. <a 
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/samples/customfactory/README.html";>An
 advanced WSIF sample</a>
  +    customization. <a 
href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsif/java/samples/customfactory/README.html";>An
 advanced WSIF sample</a>
   
       demonstrates how to write your own WSIF service factory so that
       dynamic binding selection follows your own customized
         algorithm. The user can discover other customization points by
  -      examining <a 
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/docs/apidocs/index.html";>WSIF's
 core API</a>.</p>
  +      examining <a 
href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsif/java/docs/apidocs/index.html";>WSIF's
 core API</a>.</p>
   <p>Larger scale customization involves finding ways to expose
         software that uses your proprietary protocols through WSDL, so
         that you can then access this software using WSIF's APIs. To do
  
  
  
  1.2       +7 -7      ws-site/targets/wsif/developers/customizing.pdf
  
        <<Binary file>>
  
  
  1.5       +2 -2      ws-site/targets/wsif/developers/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/developers/cvs.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cvs.html  8 Apr 2003 10:49:25 -0000       1.4
  +++ cvs.html  12 Sep 2003 06:44:34 -0000      1.5
  @@ -206,7 +206,7 @@
   <h3>Accessing Builds and Source Code</h3>
   <p>The source code for this package is available on the Apache web site. Individual
   files can be accessed using the web-based
  -<a target="_blank" href="http://cvs.apache.org/viewcvs.cgi/xml-axis-wsif/";>CVS 
interface</a>.
  +<a target="_blank" href="http://cvs.apache.org/viewcvs/ws-wsif/";>CVS interface</a>.
   The entire package can be downloaded using the following instructions.</p>
   
   
  @@ -232,7 +232,7 @@
   </p>
   <pre class="code">cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login password: 
anoncvs
   
  -cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout xml-axis-wsif</pre>
  +cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout ws-wsif</pre>
   
   <a name="N1003A"></a>
   <h3>Full Remote CVS Access</h3>
  
  
  
  1.4       +4 -4      ws-site/targets/wsif/developers/how_to_provider.html
  
  Index: how_to_provider.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/developers/how_to_provider.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- how_to_provider.html      8 Apr 2003 10:49:25 -0000       1.3
  +++ how_to_provider.html      12 Sep 2003 06:44:34 -0000      1.4
  @@ -324,7 +324,7 @@
   <p>Let's consider how a specific provider implements this and other interfaces. We 
will
   concentrate on identifying patterns that most provider implementations follow. 
Consider,
   for example, the Apache SOAP provider.
  -<a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFDynamicProvider_ApacheAxis.java";>
  +<a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFDynamicProvider_ApacheAxis.java";>
   Here</a> is the source code for this implementation of the <span 
class="codefrag">WSIFProvider</span> interface.
   It is fairly straightforward. The constructor usually does very little, in most 
cases nothing.
   In this particular case it has a mechanism to set up the binding and address 
namespace URIs
  @@ -345,7 +345,7 @@
   addition to the name of the operation. <span class="codefrag">WSIFOperation</span> 
objects are the brains of the
   outfit; they actually perform the invocation based on a specific protocol. But more 
on that
   later, first let's see how the Axis provider implements the <span 
class="codefrag">WSIFPort</span> interface. The
  -<a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java";>
  +<a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java";>
   implementation</a> in the constructor itself parses the binding being invoked, 
doing some
   processing based on the transport being used (since WSIF's Axis provider supports 
SOAP messages
   over HTTP or JMS). In addition, it also verifies that the binding is indeed 
supported (for
  @@ -557,7 +557,7 @@
   the way operation instances are handled to allow reuse except in specific cases, 
hopefully
   simplifying the provider contract and improving performance.</p>
   <p>The Axis provider implementation of this interface is
  -<a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java";>
  +<a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java";>
   here</a>. Everything the class does boils down to the use of the
   <span class="codefrag">invokeRequestResponseOperation</span> method. We won't get 
into detail, but this uses
   a protocol-specific library (in this case JAX-RPC, which is the client programming 
model
  @@ -572,7 +572,7 @@
   part names to java objects representing the value of that particular part. The type 
of the
   java object must match the expected type according to the type mapping supplied to 
the
   WSIF provider. WSIF also allows for creation of messages using primitive java 
types. The
  -WSIF message interface is available <a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/src/org/apache/wsif/WSIFMessage.java";>here</a>.
  +WSIF message interface is available <a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/src/org/apache/wsif/WSIFMessage.java";>here</a>.
   </p>
   <p>
   <strong>That's it!</strong>
  
  
  
  1.2       +4 -4      ws-site/targets/wsif/developers/how_to_provider.pdf
  
        <<Binary file>>
  
  
  1.4       +5 -5      ws-site/targets/wsif/developers/trace.html
  
  Index: trace.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/developers/trace.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- trace.html        8 Apr 2003 10:49:25 -0000       1.3
  +++ trace.html        12 Sep 2003 06:44:34 -0000      1.4
  @@ -237,7 +237,7 @@
   <pre class="code">
   7951 [main] DEBUG org.apache.wsif.*  - ENTRY&nbsp;WSIFServiceFactory.newInstance()
   8122 [main] DEBUG org.apache.wsif.*  - 
EXIT&nbsp;&nbsp;WSIFServiceFactory.newInstance([EMAIL PROTECTED])
  -8132 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;WSIFServiceFactoryImpl.getService&lt;7df10a36&gt;(C:\wsad-5\eclipse\workspace\xml-axis-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl,
 &lt;null&gt;, &lt;null&gt;, http://wsifservice.addressbook/, AddressBook)
  +8132 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;WSIFServiceFactoryImpl.getService&lt;7df10a36&gt;(C:\wsad-5\eclipse\workspace\ws-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl,
 &lt;null&gt;, &lt;null&gt;, http://wsifservice.addressbook/, AddressBook)
   
   8252 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;PrivateCompositeExtensionRegistry.&lt;init&gt;&lt;43000a37&gt;()
   8893 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;JavaBindingSerializer.registerSerializer&lt;576c0a36&gt;([EMAIL
 PROTECTED])
  @@ -254,14 +254,14 @@
   9353 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;WSIFDynamicTypeMap.&lt;init&gt;&lt;32128a36&gt;()
   9353 [main] DEBUG org.apache.wsif.*  - 
EXIT&nbsp;&nbsp;&nbsp;&nbsp;WSIFDynamicTypeMap.&lt;init&gt;()
   
  -9363 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;WSIFServiceImpl.&lt;init&gt;&lt;31e38a36&gt;(C:\wsad-5\eclipse\workspace\xml-axis-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl,
 &lt;null&gt;, &lt;null&gt;, http://wsifservice.addressbook/, AddressBook)
  -9363 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;WSIFUtils.readWSDL(&lt;null&gt;, 
C:\wsad-5\eclipse\workspace\xml-axis-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl)
  +9363 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;WSIFServiceImpl.&lt;init&gt;&lt;31e38a36&gt;(C:\wsad-5\eclipse\workspace\ws-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl,
 &lt;null&gt;, &lt;null&gt;, http://wsifservice.addressbook/, AddressBook)
  +9363 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;WSIFUtils.readWSDL(&lt;null&gt;, 
C:\wsad-5\eclipse\workspace\ws-wsif\java\samples\addressbook\wsifservice\AddressBook.wsdl)
   9373 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.getProvider(/)
   
   9384 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.getSupportingProviders(/,
 true)
   9384 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.getAllDynamicWSIFProviders()
  -9414 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames(file:/C:/wsad-5/eclipse/workspace/xml-axis-wsif/bin/META-INF/services/org.apache.wsif.spi.WSIFProvider)
  -9424 [main] DEBUG org.apache.wsif.*  - 
EVENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames
 Reading provider class names from URL: 
file:/C:/wsad-5/eclipse/workspace/xml-axis-wsif/bin/META-INF/services/org.apache.wsif.spi.WSIFProvider
  +9414 [main] DEBUG org.apache.wsif.*  - 
ENTRY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames(file:/C:/wsad-5/eclipse/workspace/ws-wsif/bin/META-INF/services/org.apache.wsif.spi.WSIFProvider)
  +9424 [main] DEBUG org.apache.wsif.*  - 
EVENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames
 Reading provider class names from URL: 
file:/C:/wsad-5/eclipse/workspace/ws-wsif/bin/META-INF/services/org.apache.wsif.spi.WSIFProvider
   9434 [main] DEBUG org.apache.wsif.*  - 
EVENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames
 Found provider class name: org.apache.wsif.providers.ejb.WSIFDynamicProvider_EJB
   9444 [main] DEBUG org.apache.wsif.*  - 
EVENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WSIFPluggableProviders.readMETAINFClassNames
 Found provider class name: org.apache.wsif.providers.java.WSIFDynamicProvider_Java
   </pre>
  
  
  
  1.4       +19 -19    ws-site/targets/wsif/wsif_samples/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsif/wsif_samples/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        8 Apr 2003 10:49:26 -0000       1.3
  +++ index.html        12 Sep 2003 06:44:34 -0000      1.4
  @@ -120,11 +120,11 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/simplesoap/README.html";>Stock
 Quote</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/simplesoap/README.html";>Stock
 Quote</a>
   </li>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/complexsoap/README.html";>Zip2Geo</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/complexsoap/README.html";>Zip2Geo</a>
   </li>
     
   </ul>
  @@ -134,7 +134,7 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/localjava/README.html";>Address
 Book</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/localjava/README.html";>Address
 Book</a>
   </li>
     
   </ul>
  @@ -144,7 +144,7 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/ejb/README.html";>Address
 Book</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/ejb/README.html";>Address
 Book</a>
   </li>
     
   </ul>
  @@ -154,7 +154,7 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/jms/README.html";>Service
 Availability</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/jms/README.html";>Service
 Availability</a>
   </li>
     
   </ul>
  @@ -164,7 +164,7 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/jca/README.html";>Customer
 Info</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/jca/README.html";>Customer
 Info</a>
   </li>
     
   </ul>
  @@ -174,15 +174,15 @@
   <ul>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/multibinding/README.html";>Multiple
 Bindings</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/multibinding/README.html";>Multiple
 Bindings</a>
   </li>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/customfactory/README.html";>Custom
 Factory</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/customfactory/README.html";>Custom
 Factory</a>
   </li>
       
   <li>
  -<a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/dslprovider/README.html";>DSL
 Example</a>
  +<a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/dslprovider/README.html";>DSL
 Example</a>
   </li>
     
   </ul>
  @@ -256,7 +256,7 @@
   
   </ul>
   
  -<p>The <a 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/lib/README.html";>dependency
 README</a> tells you where you can download these from and also how they are used, so 
you can decide for yourself which JARs you really need.</p>
  +<p>The <a 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/lib/README.html";>dependency
 README</a> tells you where you can download these from and also how they are used, so 
you can decide for yourself which JARs you really need.</p>
   
   
   <p>Once you have the necessary jar files, to run samples
  @@ -305,7 +305,7 @@
      
   <td colspan="1" rowspan="1">How to invoke a simple SOAP service</td>
      <td colspan="1" rowspan="1">The samples/simplesoap directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/simplesoap/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/simplesoap/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -314,7 +314,7 @@
   <td colspan="1" rowspan="1">How to invoke a SOAP service that uses custom schema 
types</td>
      <td colspan="1" rowspan="1">The samples/complexsoap directory under your WSIF 
installation</td>
   
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/complexsoap/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/complexsoap/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -322,7 +322,7 @@
      
   <td colspan="1" rowspan="1">How to invoke a local java class as a service</td>
      <td colspan="1" rowspan="1">The samples/localjava directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/localjava/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/localjava/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -331,7 +331,7 @@
   <td colspan="1" rowspan="1">How to invoke an EJB as a service</td>
   
      <td colspan="1" rowspan="1">The samples/ejb directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/ejb/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/ejb/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -339,7 +339,7 @@
      
   <td colspan="1" rowspan="1">How to invoke software accessible using the JCA (Java 
Connector Architecture) as a service</td>
      <td colspan="1" rowspan="1">The samples/jca directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/jca/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/jca/README.html";>The
 Sample README</a></td>
   
   
   </tr>
  @@ -348,7 +348,7 @@
      
   <td colspan="1" rowspan="1">How to invoke software accessible via the Java Message 
Service (JMS)</td>
      <td colspan="1" rowspan="1">The samples/jms directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/jms/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/jms/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -357,7 +357,7 @@
   <td colspan="1" rowspan="1">How to choose between the available bindings of a 
service at runtime</td>
      <td colspan="1" rowspan="1">The samples/multibinding directory under your WSIF 
installation</td>
   
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/multibinding/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/multibinding/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -365,7 +365,7 @@
      
   <td colspan="1" rowspan="1">How to customize WSIF to select between bindings using 
your own heuristics</td>
      <td colspan="1" rowspan="1">The samples/customfactory directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/customfactory/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/customfactory/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  @@ -374,7 +374,7 @@
   <td colspan="1" rowspan="1">A sample application that builds on the EJB, JMS and 
complexsoap samples</td>
   
      <td colspan="1" rowspan="1">The samples/dslprovider directory under your WSIF 
installation</td>
  -   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/dslprovider/README.html";>The
 Sample README</a></td>
  +   <td colspan="1" rowspan="1"><a target="_blank" 
href="http://cvs.apache.org/viewcvs/~checkout~/ws-wsif/java/samples/dslprovider/README.html";>The
 Sample README</a></td>
   
   </tr>
   
  
  
  
  1.2       +4 -4      ws-site/targets/wsif/wsif_samples/index.pdf
  
        <<Binary file>>
  
  

Reply via email to