svn commit: r408584 - /webservices/wsif/site/developers/
[email protected] Mon, 22 May 2006 07:04:47 -0000
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: aslom
Date: Mon May 22 00:04:46 2006
New Revision: 408584
URL: http://svn.apache.org/viewvc?rev=408584&view=rev
Log:
sync
Modified:
webservices/wsif/site/developers/building.html
webservices/wsif/site/developers/building.pdf
webservices/wsif/site/developers/customizing.html
webservices/wsif/site/developers/customizing.pdf
webservices/wsif/site/developers/how_to_provider.html
webservices/wsif/site/developers/how_to_provider.pdf
webservices/wsif/site/developers/how_to_wsdl_extensions.html
webservices/wsif/site/developers/how_to_wsdl_extensions.pdf
webservices/wsif/site/developers/index.html
webservices/wsif/site/developers/index.pdf
webservices/wsif/site/developers/mime_attachments.html
webservices/wsif/site/developers/mime_attachments.pdf
webservices/wsif/site/developers/tests.html
webservices/wsif/site/developers/tests.pdf
webservices/wsif/site/developers/trace.html
webservices/wsif/site/developers/trace.pdf
Modified: webservices/wsif/site/developers/building.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/building.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/building.html (original)
+++ webservices/wsif/site/developers/building.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -280,7 +272,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/~checkout~/ws-wsif/java/lib/README.html">dependency README</a> tells you where you can download these
+<p>The <a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/lib/README.html?view=co">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>
@@ -298,11 +290,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/building.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/building.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/customizing.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/customizing.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/customizing.html (original)
+++ webservices/wsif/site/developers/customizing.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -198,12 +190,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/*checkout*/ws-wsif/java/samples/customfactory/README.html">An advanced WSIF sample</a>
+ customization. <a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/samples/customfactory/README.html?view=co">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/*checkout*/ws-wsif/java/docs/apidocs/index.html">WSIF's core API</a>.</p>
+ examining <a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/docs/apidocs/index.html?view=co">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
@@ -257,11 +249,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/customizing.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/customizing.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/how_to_provider.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/how_to_provider.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/how_to_provider.html (original)
+++ webservices/wsif/site/developers/how_to_provider.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -324,7 +316,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/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFDynamicProvider_ApacheAxis.java">
+<a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFDynamicProvider_ApacheAxis.java?view=co">
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 +337,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/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java">
+<a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java?view=co">
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 +549,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/~checkout~/ws-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java">
+<a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java?view=co">
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 +564,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/~checkout~/ws-wsif/java/src/org/apache/wsif/WSIFMessage.java">here</a>.
+WSIF message interface is available <a href="http://svn.apache.org/viewvc/webservices/wsif/trunk/java/src/org/apache/wsif/WSIFMessage.java?view=co">here</a>.
</p>
<p>
<strong>That's it!</strong>
@@ -610,11 +602,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/how_to_provider.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/how_to_provider.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/how_to_wsdl_extensions.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/how_to_wsdl_extensions.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/how_to_wsdl_extensions.html (original)
+++ webservices/wsif/site/developers/how_to_wsdl_extensions.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -224,11 +216,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/how_to_wsdl_extensions.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/how_to_wsdl_extensions.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/index.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/index.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/index.html (original)
+++ webservices/wsif/site/developers/index.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -199,11 +191,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/index.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/index.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/mime_attachments.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/mime_attachments.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/mime_attachments.html (original)
+++ webservices/wsif/site/developers/mime_attachments.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -349,11 +341,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/mime_attachments.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/mime_attachments.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/tests.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/tests.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/tests.html (original)
+++ webservices/wsif/site/developers/tests.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -278,11 +270,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/tests.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/tests.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.
Modified: webservices/wsif/site/developers/trace.html
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/trace.html?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
--- webservices/wsif/site/developers/trace.html (original)
+++ webservices/wsif/site/developers/trace.html Mon May 22 00:04:46 2006
@@ -6,18 +6,10 @@
<link type="text/css" href="../skin/page.css" rel="stylesheet">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#FFFFFF">
-<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="../skin/images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
-</tr>
-<tr>
-<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="../skin/images/spacer.gif"></td>
-</tr>
-</table>
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ws.apache.org"><img border="0" alt="WS Apache logo" src="../images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ws.apache.org/wsif"><img alt="WSIF site" border="0" src="../images/wsif.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
-<form target="_blank" onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
+<form onsubmit="q.value = query.value + ' site:ws.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../skin/images/spacer.gif"></td>
@@ -114,7 +106,7 @@
</li>
<li>
-<a href="cvs.html">CVS</a>
+<a href="svn.html">SVN</a>
</li>
<li>
@@ -324,11 +316,11 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
-<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="..//favicon.ico"></a></td>
+<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="../skin/images/spacer.gif"><a href="../skin/images/label.gif"></a><a href="../skin/images/page.gif"></a><a href="../skin/images/chapter.gif"></a><a href="../skin/images/chapter_open.gif"></a><a href="../skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright ©
- 2003 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
+ 2003-2006 The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
Modified: webservices/wsif/site/developers/trace.pdf
URL: http://svn.apache.org/viewvc/webservices/wsif/site/developers/trace.pdf?rev=408584&r1=408583&r2=408584&view=diff
==============================================================================
Binary files - no diff available.