You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/28 12:11:34 UTC

svn commit: r844089 - /websites/staging/ode/trunk/content/

Author: buildbot
Date: Fri Dec 28 11:11:33 2012
New Revision: 844089

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/ambiguousreceive.html
    websites/staging/ode/trunk/content/assign.html
    websites/staging/ode/trunk/content/endpoint-references.html
    websites/staging/ode/trunk/content/faq.html
    websites/staging/ode/trunk/content/http-soap-protocol-adapter.html
    websites/staging/ode/trunk/content/management-api.html
    websites/staging/ode/trunk/content/message-exchange.html
    websites/staging/ode/trunk/content/pxe-activate-command.html
    websites/staging/ode/trunk/content/pxe-deactivate-command.html
    websites/staging/ode/trunk/content/pxe-deploy-command.html
    websites/staging/ode/trunk/content/pxe-sar-task.html
    websites/staging/ode/trunk/content/pxe-undeploy-command.html
    websites/staging/ode/trunk/content/receive.html
    websites/staging/ode/trunk/content/rrdrop-command.html
    websites/staging/ode/trunk/content/sendsoap-command.html
    websites/staging/ode/trunk/content/soap-11.html
    websites/staging/ode/trunk/content/source-code.html
    websites/staging/ode/trunk/content/ws-bpel-20.html
    websites/staging/ode/trunk/content/wsdl-11-extensions-for-rest.html
    websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html
    websites/staging/ode/trunk/content/wsdl-11.html
    websites/staging/ode/trunk/content/xpath-extensions.html
    websites/staging/ode/trunk/content/xquery-extensions.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 11:11:33 2012
@@ -1 +1 @@
-1420160
+1426454

Modified: websites/staging/ode/trunk/content/ambiguousreceive.html
==============================================================================
--- websites/staging/ode/trunk/content/ambiguousreceive.html (original)
+++ websites/staging/ode/trunk/content/ambiguousreceive.html Fri Dec 28 11:11:33 2012
@@ -88,7 +88,7 @@
 <p><code>bpel:ambiguousReceive</code> -- {excerpt} two or more inbound message activities using the same partnerLink and operation but different correlationSets match an incoming request message. {excerpt}</p>
 <p><a name="ambiguousReceive-Description"></a></p>
 <h3 id="description">Description</h3>
-<p>This fault is thrown when two (or more) inbound message activities (i.e. <code>&lt;[pick](pick.html)&gt;</code>, <code>&lt;[receive]&gt;</code>, etc...) are in a position to consume the same message. This can occur if two (or more) inbound activities using the same partnerLink and operation (but different correlationSets) are activate at the same time and a message arrives that matches more two or more of the activities. In other words, this fault is thrown when there is a race between two activities to consume the same message. The [following section|#examples] provides an example.</p>
+<p>This fault is thrown when two (or more) inbound message activities (i.e. <code>&lt;[pick](pick.html)&gt;</code>, <code>&lt;[receive]&gt;</code>, etc...) are in a position to consume the same message. This can occur if two (or more) inbound activities using the same partnerLink and operation (but different correlationSets) are activate at the same time and a message arrives that matches more two or more of the activities. In other words, this fault is thrown when there is a race between two activities to consume the same message. The <a href="#examples">following section</a> provides an example.</p>
 <div class="alert alert-note">
     ODE does not currently throw this fault. Instead, one of the inbound message activitie will "win" and consume the message.
 </div>

Modified: websites/staging/ode/trunk/content/assign.html
==============================================================================
--- websites/staging/ode/trunk/content/assign.html (original)
+++ websites/staging/ode/trunk/content/assign.html Fri Dec 28 11:11:33 2012
@@ -102,19 +102,19 @@
    </extensionAssignOperation>
    )+
 </assign></p>
-<div class="codehilite"><pre><span class="o">*</span><span class="n">throws</span><span class="o">*</span> <span class="p">{{[</span><span class="n">bpel:invalidVariables</span><span class="o">|</span><span class="c1">#invalidVariables]}}, {{[bpel:selectionFailure|#selectionFailure]}}, {{[bpel:subLanguageExecutionFault|#subLanguageExecutionFault]}}, {{[bpel:uninitializedVariable|#uninitializedVariable]}}, {{[bpel:mismatchedAssignmentFailure|#mismatchedAssignmentFailure]}}, {{[bpel:uninitializedPartnerRole|#uninitializedPartnerRole]}}</span>
+<div class="codehilite"><pre><span class="o">*</span><span class="n">throws</span><span class="o">*</span> <span class="p">{{[</span><span class="n">bpel:invalidVariables</span><span class="p">](</span><span class="c1">#invalidVariables)}}, {{[bpel:selectionFailure|#selectionFailure]}}, {{[bpel:subLanguageExecutionFault|#subLanguageExecutionFault]}}, {{[bpel:uninitializedVariable|#uninitializedVariable]}}, {{[bpel:mismatchedAssignmentFailure|#mismatchedAssignmentFailure]}}, {{[bpel:uninitializedPartnerRole|#uninitializedPartnerRole]}}</span>
 
 <span class="n">h3</span><span class="o">.</span> <span class="n">Description</span>
 <span class="n">The</span> <span class="p">{{</span><span class="sr">&lt;assign&gt;</span><span class="p">}}</span> <span class="n">activity</span> <span class="n">can</span> <span class="n">be</span> <span class="n">used</span> <span class="n">to</span> <span class="n">copy</span> <span class="n">data</span> <span class="n">from</span> <span class="n">one</span> <span class="n">variable</span> <span class="n">to</span> <span class="n">another</span><span class="p">,</span> <span class="n">as</span> <span class="n">well</span> <span class="n">as</span> <span class="n">to</span> <span class="n">construct</span> <span class="ow">and</span> <span class="n">insert</span> <span class="k">new</span> <span class="n">data</span> <span class="n">using</span> <span class="n">expressions</span><span class="o">.</span> <span class="n">The</span> <span class="p">{{</span><span class="sr">&lt;assign&gt;</span><span class="p">}}</span> <span class="n">activity</span> <span class="n">can</s
 pan> <span class="n">also</span> <span class="n">be</span> <span class="n">used</span> <span class="n">to</span> <span class="n">copy</span> <span class="n">endpoint</span> <span class="n">references</span> <span class="n">to</span> <span class="ow">and</span> <span class="n">from</span> <span class="n">partnerLinks</span><span class="o">.</span>
 
 <span class="n">Each</span> <span class="p">{{</span><span class="sr">&lt;assign&gt;</span><span class="p">}}</span> <span class="n">is</span> <span class="n">made</span> <span class="n">up</span> <span class="n">of</span> <span class="n">any</span> <span class="n">number</span> <span class="n">of</span> <span class="p">{{</span><span class="sr">&lt;copy&gt;</span><span class="p">}}</span> <span class="n">entries</span> <span class="n">which</span> <span class="n">are</span> <span class="nb">each</span> <span class="n">made</span> <span class="n">up</span> <span class="n">of</span> <span class="n">a</span> <span class="s">&quot;to-spec&quot;</span> <span class="p">(</span><span class="n">lvalue</span><span class="p">),</span> <span class="ow">and</span> <span class="n">a</span> <span class="n">from</span><span class="o">-</span><span class="n">spec</span> <span class="p">(</span><span class="n">rvalue</span><span class="p">)</span><span class="o">.</span>
 
-<span class="o">-</span> <span class="p">{{</span><span class="n">ignoreMissingFromData</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">optional</span><span class="p">)</span> <span class="n">Should</span> <span class="n">the</span> <span class="p">{{[</span><span class="n">bpel:selectionFailure</span><span class="o">|</span><span class="c1">#selectionFailure]}} standard fault be suppressed? </span>
+<span class="o">-</span> <span class="p">{{</span><span class="n">ignoreMissingFromData</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">optional</span><span class="p">)</span> <span class="n">Should</span> <span class="n">the</span> <span class="p">{{[</span><span class="n">bpel:selectionFailure</span><span class="p">](</span><span class="c1">#selectionFailure)}} standard fault be suppressed? </span>
 <span class="o">**</span> <span class="p">{{</span><span class="n">yes</span><span class="p">}}</span> <span class="o">-</span> <span class="n">suppress</span> <span class="n">standard</span> <span class="n">faults</span>
 <span class="o">**</span> <span class="p">{{</span><span class="nb">no</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">default</span><span class="p">)</span> <span class="k">do</span> <span class="ow">not</span> <span class="n">suppress</span> <span class="n">standard</span> <span class="n">faults</span>
 
 <span class="p">{</span><span class="n">note</span><span class="p">}</span>
-<span class="n">The</span> <span class="p">{{</span><span class="n">ignoreMissingFromData</span><span class="p">}}</span> <span class="n">element</span> <span class="n">has</span> <span class="n">been</span> <span class="n">implemented</span> <span class="n">in</span> <span class="n">ODE</span> <span class="mf">1.3</span><span class="o">+</span> <span class="p">(</span><span class="n">i</span><span class="o">.</span><span class="n">e</span><span class="o">.</span><span class="p">,</span> <span class="n">it</span> <span class="n">is</span> <span class="n">coming</span> <span class="n">soon</span><span class="p">)</span><span class="o">.</span>  <span class="n">See</span> <span class="p">[</span><span class="n">ODE</span><span class="o">-</span><span class="mi">141</span><span class="o">|</span><span class="n">http:</span><span class="sr">//iss</span><span class="n">ues</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span
 ><span class="sr">/jira/</span><span class="n">browse</span><span class="o">/</span><span class="n">ODE</span><span class="o">-</span><span class="mi">141</span><span class="p">]</span> <span class="k">for</span> <span class="n">issue</span> <span class="n">tracking</span><span class="o">.</span>
+<span class="n">The</span> <span class="p">{{</span><span class="n">ignoreMissingFromData</span><span class="p">}}</span> <span class="n">element</span> <span class="n">has</span> <span class="n">been</span> <span class="n">implemented</span> <span class="n">in</span> <span class="n">ODE</span> <span class="mf">1.3</span><span class="o">+</span> <span class="p">(</span><span class="n">i</span><span class="o">.</span><span class="n">e</span><span class="o">.</span><span class="p">,</span> <span class="n">it</span> <span class="n">is</span> <span class="n">coming</span> <span class="n">soon</span><span class="p">)</span><span class="o">.</span>  <span class="n">See</span> <span class="p">[</span><span class="n">ODE</span><span class="o">-</span><span class="mi">141</span><span class="p">](</span><span class="n">http:</span><span class="sr">//iss</span><span class="n">ues</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</spa
 n><span class="sr">/jira/</span><span class="n">browse</span><span class="o">/</span><span class="n">ODE</span><span class="o">-</span><span class="mi">141</span><span class="p">)</span> <span class="k">for</span> <span class="n">issue</span> <span class="n">tracking</span><span class="o">.</span>
 <span class="p">{</span><span class="n">note</span><span class="p">}</span>
 
 <span class="o">-</span> <span class="p">{{</span><span class="n">validate</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">optional</span><span class="p">)</span> <span class="n">validate</span> <span class="n">modified</span> <span class="n">variables</span><span class="p">?</span>
@@ -128,8 +128,8 @@
 <span class="o">--</span> <span class="p">{{</span><span class="n">keepSrcElementName</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">optional</span><span class="p">)</span> <span class="n">should</span> <span class="n">the</span> <span class="n">element</span> <span class="n">name</span> <span class="n">of</span> <span class="n">the</span> <span class="n">destination</span> <span class="p">(</span><span class="n">as</span> <span class="n">selected</span> <span class="n">by</span> <span class="n">the</span> <span class="n">to</span><span class="o">-</span><span class="n">spec</span><span class="p">)</span> <span class="n">be</span> <span class="n">replaced</span> <span class="n">by</span> <span class="n">the</span> <span class="n">elementname</span> <span class="n">of</span> <span class="n">the</span> <span class="n">source</span> <span class="p">(</span><span class="n">as</span> <span class="n">selected</span> <span class="n"
 >by</span> <span class="n">the</span> <span class="n">from</span><span class="o">-</span><span class="n">spec</span><span class="p">)?</span>
 <span class="o">***</span> <span class="p">{{</span><span class="n">yes</span><span class="p">}}</span> <span class="o">-</span> <span class="n">element</span> <span class="n">names</span> <span class="n">are</span> <span class="n">replaced</span>
 <span class="o">***</span> <span class="p">{{</span><span class="nb">no</span><span class="p">}}</span> <span class="o">-</span> <span class="p">(</span><span class="n">default</span><span class="p">)</span> <span class="n">element</span> <span class="n">names</span> <span class="n">are</span> <span class="ow">not</span> <span class="n">replaced</span>
-<span class="o">--</span> <span class="p">{{</span><span class="sr">&lt;from&gt;</span><span class="p">}}</span> <span class="o">-</span> <span class="n">specifies</span> <span class="n">the</span> <span class="n">rvalue</span> <span class="p">(</span><span class="n">see</span> <span class="p">[</span><span class="n">here</span><span class="o">|</span><span class="c1">#variants])</span>
-<span class="o">--</span> <span class="p">{{</span><span class="sr">&lt;to&gt;</span><span class="p">}}</span> <span class="o">-</span> <span class="n">specifies</span> <span class="n">the</span> <span class="n">lvalue</span> <span class="p">(</span><span class="n">see</span> <span class="p">[</span><span class="n">here</span><span class="o">|</span><span class="c1">#variants])</span>
+<span class="o">--</span> <span class="p">{{</span><span class="sr">&lt;from&gt;</span><span class="p">}}</span> <span class="o">-</span> <span class="n">specifies</span> <span class="n">the</span> <span class="n">rvalue</span> <span class="p">(</span><span class="n">see</span> <span class="p">[</span><span class="n">here</span><span class="p">](</span><span class="c1">#variants))</span>
+<span class="o">--</span> <span class="p">{{</span><span class="sr">&lt;to&gt;</span><span class="p">}}</span> <span class="o">-</span> <span class="n">specifies</span> <span class="n">the</span> <span class="n">lvalue</span> <span class="p">(</span><span class="n">see</span> <span class="p">[</span><span class="n">here</span><span class="p">](</span><span class="c1">#variants))</span>
 
 <span class="o">-</span> <span class="p">{{</span><span class="sr">&lt;extensionAssignOperation&gt;</span><span class="p">}}</span> <span class="o">-</span> <span class="n">a</span> <span class="n">container</span> <span class="k">for</span> <span class="n">assignment</span> <span class="n">extensions</span><span class="o">.</span> <span class="n">If</span> <span class="n">the</span> <span class="n">element</span> <span class="n">contained</span> <span class="n">within</span> <span class="n">the</span> <span class="n">extensionAssignOperation</span> <span class="n">elements</span> <span class="ow">not</span> <span class="n">recognized</span> <span class="n">by</span> <span class="n">ODE</span> <span class="ow">and</span> <span class="n">is</span> <span class="ow">not</span> <span class="n">subject</span> <span class="n">to</span> <span class="n">a</span> <span class="n">mustUnderstand</span><span class="o">=</span><span class="s">&quot;yes&quot;</span> <span class="n">requir
 ement</span> <span class="n">from</span> <span class="n">an</span> <span class="n">extension</span> <span class="n">declaration</span> <span class="k">then</span> <span class="n">the</span> <span class="n">element</span> <span class="n">will</span> <span class="n">be</span> <span class="n">ignored</span><span class="o">.</span>
 <span class="p">{</span><span class="n">note</span><span class="p">}</span>

Modified: websites/staging/ode/trunk/content/endpoint-references.html
==============================================================================
--- websites/staging/ode/trunk/content/endpoint-references.html (original)
+++ websites/staging/ode/trunk/content/endpoint-references.html Fri Dec 28 11:11:33 2012
@@ -99,10 +99,10 @@
 <h4 id="types-of-eprs">Types of EPRs</h4>
 <p>The ODE runtime supports 4 types of EPRs:</p>
 <ul>
-<li>A simple URL or a URL in the location attribute of the binding. See <a href="http://www.w3.org/TR/wsdl#_soap:address">soap:address</a> and [http:address|http://www.w3.org/TR/wsdl#_http:address] WSDL 1.1 binding.</li>
-<li>A <a href="http://www.w3.org/TR/ws-addr-core/">WS-Addressing</a> [EndpointReference|http://www.w3.org/TR/ws-addr-core/#eprinfomodel].</li>
-<li>A <a href="http://www.w3.org/TR/wsdl">WSDL 1.1</a> [service element|http://www.w3.org/TR/wsdl#_services].</li>
-<li>A <a href="http://www.w3.org/TR/wsdl20/">WSDL 2.0</a> [endpoint element|http://www.w3.org/TR/wsdl20/#Endpoint].</li>
+<li>A simple URL or a URL in the location attribute of the binding. See <a href="http://www.w3.org/TR/wsdl#_soap:address">soap:address</a> and <a href="http://www.w3.org/TR/wsdl#_http:address">http:address</a> WSDL 1.1 binding.</li>
+<li>A <a href="http://www.w3.org/TR/ws-addr-core/">WS-Addressing</a> <a href="http://www.w3.org/TR/ws-addr-core/#eprinfomodel">EndpointReference</a>.</li>
+<li>A <a href="http://www.w3.org/TR/wsdl">WSDL 1.1</a> <a href="http://www.w3.org/TR/wsdl#_services">service element</a>.</li>
+<li>A <a href="http://www.w3.org/TR/wsdl20/">WSDL 2.0</a> <a href="http://www.w3.org/TR/wsdl20/#Endpoint">endpoint element</a>.</li>
 </ul>
 <p>We recommend the two first solutions to interact with the engine. The first one is just the easiest and for the case where you need more robustness, WS-Addressing is the most popular second choice.</p>
 <p>To show you how these EPRs look like and how they can be assigned to partner links roles here are some examples:</p>

Modified: websites/staging/ode/trunk/content/faq.html
==============================================================================
--- websites/staging/ode/trunk/content/faq.html (original)
+++ websites/staging/ode/trunk/content/faq.html Fri Dec 28 11:11:33 2012
@@ -132,9 +132,9 @@
 <p><strong>Q.</strong> <em>Which operating systems does ODE support?</em>
 <strong>A.</strong> ODE is written entirely in Java and can run on any operating system supporting the required Java environment. ODE has been tested and is known to run on Windows 2000, Windows XP, Linux, MacOS X, Solaris, and AIX.</p>
 <p><strong>Q.</strong> <em>Does ODE require a database? Which databases and versions does ODE support?</em>
-<strong>A.</strong> ODE does not depend directly on any specific database or persistence mechanism. Instead, ODE relies on a set of data access object ("DAO") interfaces that encapsulate the behaviors of a persistence layer. The ODE distribution includes a DAO implementation for JDBC databases built using [OpenJPA|http://openjpa.apache.org]. This DAO implementation can support most common relational databases. Schemas suitable for [MySQL|http://www.mysql.com] and [Derby|http://db.apache.org/derby/] are provided. Relational databases lacking transaction or binary large object ("BLOB") capabilities are not supported. The DAO interfaces can readily be implemented to support alternative persistence mechanisms (e.g. JDO), XML datastores, or direct filesystem-based persistence.</p>
+<strong>A.</strong> ODE does not depend directly on any specific database or persistence mechanism. Instead, ODE relies on a set of data access object ("DAO") interfaces that encapsulate the behaviors of a persistence layer. The ODE distribution includes a DAO implementation for JDBC databases built using <a href="http://openjpa.apache.org">OpenJPA</a>. This DAO implementation can support most common relational databases. Schemas suitable for [MySQL|http://www.mysql.com] and [Derby|http://db.apache.org/derby/] are provided. Relational databases lacking transaction or binary large object ("BLOB") capabilities are not supported. The DAO interfaces can readily be implemented to support alternative persistence mechanisms (e.g. JDO), XML datastores, or direct filesystem-based persistence.</p>
 <p><strong>Q.</strong> <em>Does ODE require a J2EE application server?</em>
-<strong>A.</strong> The core ODE components do not require a J2EE application server. ODE relies on a [Integration API|http://svn.apache.org/repos/asf/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/] that allows ODE to be embedded in most any environment that can supply the required facilities. An [AXIS2 Integration] is provided that permits ODE to be installed on a J2EE application server, or in a "dumb" Servlet container via a WAR file. A [JBI Integration] integration is also provided that permits ODE to be installed in a JBI container.</p>
+<strong>A.</strong> The core ODE components do not require a J2EE application server. ODE relies on a <a href="http://svn.apache.org/repos/asf/ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/iapi/">Integration API</a> that allows ODE to be embedded in most any environment that can supply the required facilities. An [AXIS2 Integration] is provided that permits ODE to be installed on a J2EE application server, or in a "dumb" Servlet container via a WAR file. A [JBI Integration] integration is also provided that permits ODE to be installed in a JBI container.</p>
 <p><strong>Q.</strong> <em>Is there a stand-alone ODE integration?</em>
 <strong>A.</strong> No, the standard ODE distributions require either an application server, Servlet container, or JBI container.</p>
 <p><strong>Q.</strong> <em>Can ODE be deployed within an application server or web container?</em>
@@ -150,7 +150,7 @@
 <p><strong>Q.</strong> <em>Can ODE interact directly (i.e., not over the network) with native Java services?</em>
 <strong>A.</strong> This is currently supported in the [JBI Integration] via standard JBI mechanisms. It is currently not supported in the [AXIS2 Integration] but will be in the future.</p>
 <p><strong>Q.</strong> <em>Can ODE integrate with Middleware X? Can ODE integrate with Legacy system Y? Can ODE integrate with Enterprise Application Z? How is this accomplished?</em>
-<strong>A.</strong> The generic answer is "Yes," although it requires some work on the part of the integrator. The primary extension point for integrating with external systems is the [Integration API|http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/ProcessManagement.html], which can be used to embed ODE in most any environment.</p>
+<strong>A.</strong> The generic answer is "Yes," although it requires some work on the part of the integrator. The primary extension point for integrating with external systems is the <a href="http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/ProcessManagement.html">Integration API</a>, which can be used to embed ODE in most any environment.</p>
 <p><strong>Q.</strong> <em>Does ODE rely on any third-party or open source libraries?</em>
 <strong>A.</strong> ODE uses a number of liberally-licensed (i.e., non-GPL) open source libraries, some integral and some not. These are enumerated in the [reference|Required Third-Party Libraries].</p>
 <h2 id="ode-and-web-services">ODE and Web Services</h2>
@@ -158,7 +158,7 @@
 <p><strong>Q.</strong> <em>Does ODE supply a SOAP stack?</em>
 <strong>A.</strong> Not directly. ODE relies on the [Integration Layer|Architectural Overview#ODEIntegrationLayers] to supply the "physical" communication mechanisms. The [AXIS2 Integration Layer|Architectural Overview#ODEIntegrationLayers] that is part of the ODE distribution uses the AXIS2 SOAP stack. The [JBI Integration Layer|Architectural Overview#ODEIntegrationLayers] relies on external HTTP/SOAP components (e.g. ServiceMix's {{servicemix-http}} component).</p>
 <p><strong>Q.</strong> <em>Can ODE be integrated with third-party web services products such as Apache AXIS, Systinet WASP, or JAXRPC?</em>
-<strong>A.</strong> Yes, ODE can be integrated into most any stack via the [Integration API|http://incubator.apache.org/ode/javadoc/bpel-api/index.html]</p>
+<strong>A.</strong> Yes, ODE can be integrated into most any stack via the <a href="http://incubator.apache.org/ode/javadoc/bpel-api/index.html">Integration API</a></p>
 <p><strong>Q.</strong> <em>Does ODE support web services transaction specifications, e.g., WS-Transaction, WS-Coordination, WS-Business Activity, OASIS BTP, or Composite Application Framework (WS-CAF)?</em>
 <strong>A.</strong> No, not at present.</p>
 <p><strong>Q.</strong> <em>Does ODE support WS-Addressing?</em>

Modified: websites/staging/ode/trunk/content/http-soap-protocol-adapter.html
==============================================================================
--- websites/staging/ode/trunk/content/http-soap-protocol-adapter.html (original)
+++ websites/staging/ode/trunk/content/http-soap-protocol-adapter.html Fri Dec 28 11:11:33 2012
@@ -88,7 +88,7 @@
 <h2 id="description">Description</h2>
 <p>The HTTP-SOAP Protocol Adapter is a <a href="service-provider.html">PXE Service Provider</a> whose function is to relay message between a SOAP "stack" and the PXE container. It thereby permits PXE services to invoke --- or to be invoked by --- external (non-PXE) web services using the SOAP-over-HTTP protocol. This service provider </p>
 <p>PXE <a href="service.html">services</a> deployed on this protocol adapter behave as proxies. </p>
-<p>Contrary to what one might expect, this service provider does not actually implement an HTTP "server". Instead it relies on an external SOAP stack to relay messages to it through its <a href="com.fs.jlo.adapters.httpsoap.httpsoapinteraction@pxedocs.html">JCA interface </a>. This facilitates efficient integration into existing SOAP processing pipelines  and permits leveraging the capabilities of the SOAP stack in the areas such as security, addressing, and management. For integration with a Servlet-based HTTP server, a Servlet (<code>[HttpSoapServlet|com.fs.jlo.adapters.httpsoap.HttpSoapServlet@pxedocs]</code>) that performs the relaying function is included. </p>
+<p>Contrary to what one might expect, this service provider does not actually implement an HTTP "server". Instead it relies on an external SOAP stack to relay messages to it through its <a href="com.fs.jlo.adapters.httpsoap.httpsoapinteraction@pxedocs.html">JCA interface </a>. This facilitates efficient integration into existing SOAP processing pipelines  and permits leveraging the capabilities of the SOAP stack in the areas such as security, addressing, and management. For integration with a Servlet-based HTTP server, a Servlet (<code>[HttpSoapServlet](com.fs.jlo.adapters.httpsoap.HttpSoapServlet@pxedocs)</code>) that performs the relaying function is included. </p>
 <p><a name="HTTP-SOAPProtocolAdapter-"></a></p>
 <h4></h4>
 <p>This service provider conforms to the <a href="ws-i-basic-profile-1.1.html">WS-I Basic Profile 1.1</a> specification and will only permit communication  with other compliant implementations. </p>

Modified: websites/staging/ode/trunk/content/management-api.html
==============================================================================
--- websites/staging/ode/trunk/content/management-api.html (original)
+++ websites/staging/ode/trunk/content/management-api.html Fri Dec 28 11:11:33 2012
@@ -83,14 +83,14 @@
       
       <div class="row">
         <div class="span12">
-          <p>ODE has a complete management API to check which processes are deployed, running and completed instances, variables values and more. To see which methods are available, have a look at the <a href="http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/ProcessManagement.html">ProcessManagement</a> and [InstanceManagement|http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/InstanceManagement.html] interfaces, the javadoc is pretty comprehensive.</p>
+          <p>ODE has a complete management API to check which processes are deployed, running and completed instances, variables values and more. To see which methods are available, have a look at the <a href="http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/ProcessManagement.html">ProcessManagement</a> and <a href="http://ode.apache.org/javadoc/org/apache/ode/bpel/pmapi/InstanceManagement.html">InstanceManagement</a> interfaces, the javadoc is pretty comprehensive.</p>
 <p>These two interfaces are available as web services on the Axis2-based distribution. The corresponding WSDL can be found <a href="http://svn.apache.org/repos/asf/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl">here</a>.</p>
-<p>To invoke these two services, any web service client should work (in a perfect interoperable world). To ease the invocation when using an Axis2 client, a helper class is bundled in ode-axis2.jar: <a href="http://ode.apache.org/javadoc/axis2/org/apache/ode/axis2/service/ServiceClientUtil.html">ServiceClientUtil</a>. Usage examples are also available in test classes [InstanceManagementTest|http://svn.apache.org/repos/asf/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java] and [ProcessManagementTest|http://svn.apache.org/repos/asf/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ProcessManagementTest.java]. Here is a short example demonstrating the invocation of the <em>listAllProcesses</em> operation:
+<p>To invoke these two services, any web service client should work (in a perfect interoperable world). To ease the invocation when using an Axis2 client, a helper class is bundled in ode-axis2.jar: <a href="http://ode.apache.org/javadoc/axis2/org/apache/ode/axis2/service/ServiceClientUtil.html">ServiceClientUtil</a>. Usage examples are also available in test classes <a href="http://svn.apache.org/repos/asf/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java">InstanceManagementTest</a> and [ProcessManagementTest|http://svn.apache.org/repos/asf/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ProcessManagementTest.java]. Here is a short example demonstrating the invocation of the <em>listAllProcesses</em> operation:
 {code:java}
 ServiceClientUtil client = new ServiceClientUtil();
 OMElement root = client.buildMessage("listAllProcesses", new String<a href=".html"></a> {}, new String<a href=".html"></a> {});
 OMElement result = client.send(msg, "http://localhost:8080/ode/processes/ProcessManagement");</p>
-<div class="codehilite"><pre><span class="n">We</span><span class="s">&#39;re using [XMLBeans|http://xmlbeans.apache.org/] to serialize and deserialize the returned values from/to XML so in the previous example. So if you&#39;</span><span class="n">d</span> <span class="n">like</span> <span class="n">to</span> <span class="n">have</span> <span class="n">objects</span> <span class="n">instead</span> <span class="n">of</span> <span class="n">an</span> <span class="p">[</span><span class="n">Axiom</span><span class="o">|</span><span class="n">http:</span><span class="sr">//</span><span class="n">ws</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/commons/</span><span class="n">axiom</span><span class="o">/</span><span class="nb">index</span><span class="o">.</span><span class="n">html</span><span class="p">]</span> <span class="n">structure</span> <span class="n">in</span> <span class="n">the</span> <
 span class="n">previous</span> <span class="n">example</span><span class="p">,</span> <span class="n">just</span> <span class="n">add</span> <span class="n">the</span> <span class="n">following</span> <span class="n">lines</span> <span class="n">of</span> <span class="n">code:</span>
+<div class="codehilite"><pre><span class="n">We</span><span class="s">&#39;re using [XMLBeans](http://xmlbeans.apache.org/) to serialize and deserialize the returned values from/to XML so in the previous example. So if you&#39;</span><span class="n">d</span> <span class="n">like</span> <span class="n">to</span> <span class="n">have</span> <span class="n">objects</span> <span class="n">instead</span> <span class="n">of</span> <span class="n">an</span> <span class="p">[</span><span class="n">Axiom</span><span class="o">|</span><span class="n">http:</span><span class="sr">//</span><span class="n">ws</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/commons/</span><span class="n">axiom</span><span class="o">/</span><span class="nb">index</span><span class="o">.</span><span class="n">html</span><span class="p">]</span> <span class="n">structure</span> <span class="n">in</span> <span class="n">the</span> 
 <span class="n">previous</span> <span class="n">example</span><span class="p">,</span> <span class="n">just</span> <span class="n">add</span> <span class="n">the</span> <span class="n">following</span> <span class="n">lines</span> <span class="n">of</span> <span class="n">code:</span>
 <span class="p">{</span><span class="n">code:java</span><span class="p">}</span>
 <span class="n">ScopeInfoDocument</span> <span class="n">scopeIndoDoc</span> <span class="o">=</span> <span class="n">ScopeInfoDocument</span><span class="o">.</span><span class="n">Factory</span><span class="o">.</span><span class="n">parse</span><span class="p">(</span><span class="n">result</span><span class="o">.</span><span class="n">getXMLStreamReader</span><span class="p">());</span>
 </pre></div>

Modified: websites/staging/ode/trunk/content/message-exchange.html
==============================================================================
--- websites/staging/ode/trunk/content/message-exchange.html (original)
+++ websites/staging/ode/trunk/content/message-exchange.html Fri Dec 28 11:11:33 2012
@@ -83,7 +83,7 @@
       
       <div class="row">
         <div class="span12">
-          <p><em>message exchange</em> --- {excerpt}a communication between the ODE engine and a <em><a href="partner.html">partner</a></em> {excerpt}. Essentially, a message exchange is a web service invocation. Each message exchanges is associated with a WSDL <em>[port type]</em> and <em>operation</em>. There are two types of message exchanges: <em>my role message exchanges</em> and <em>partner role message exchanges</em>. The former represents invocations <em>on</em> the server, while the latter represents invocations <em>by</em> the server (this is BPEL terminology, so a look at the [spec|xxx] may be helpful). </p>
+          <p><em>message exchange</em> --- {excerpt}a communication between the ODE engine and a <em><a href="partner.html">partner</a></em> {excerpt}. Essentially, a message exchange is a web service invocation. Each message exchanges is associated with a WSDL <em>[port type]</em> and <em>operation</em>. There are two types of message exchanges: <em>my role message exchanges</em> and <em>partner role message exchanges</em>. The former represents invocations <em>on</em> the server, while the latter represents invocations <em>by</em> the server (this is BPEL terminology, so a look at the <a href="xxx">spec</a> may be helpful). </p>
         </div>
       </div>
       

Modified: websites/staging/ode/trunk/content/pxe-activate-command.html
==============================================================================
--- websites/staging/ode/trunk/content/pxe-activate-command.html (original)
+++ websites/staging/ode/trunk/content/pxe-activate-command.html Fri Dec 28 11:11:33 2012
@@ -86,7 +86,7 @@
           <p>The <code>pxe-activate</code> command {excerpt}activates a deployed system via JMX.{excerpt}</p>
 <p><a name="pxe-activateCommand-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
-<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">activate</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="o">|-</span><span class="n">vv</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
+<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">activate</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="p">](</span><span class="o">-</span><span class="n">vv</span><span class="p">)</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
 <span class="n">pxe</span><span class="o">-</span><span class="n">activate</span> <span class="o">-</span><span class="n">h</span><span class="p">{</span><span class="n">noformat</span><span class="p">}</span>
 
 <span class="n">h2</span><span class="o">.</span> <span class="n">Description</span>

Modified: websites/staging/ode/trunk/content/pxe-deactivate-command.html
==============================================================================
--- websites/staging/ode/trunk/content/pxe-deactivate-command.html (original)
+++ websites/staging/ode/trunk/content/pxe-deactivate-command.html Fri Dec 28 11:11:33 2012
@@ -86,7 +86,7 @@
           <p>The <code>pxe-deactivate</code> command {excerpt}deactivates a deployed system in a via JMX.{excerpt}</p>
 <p><a name="pxe-deactivateCommand-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
-<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">deactivate</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="o">|-</span><span class="n">vv</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
+<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">deactivate</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="p">](</span><span class="o">-</span><span class="n">vv</span><span class="p">)</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
 <span class="n">pxe</span><span class="o">-</span><span class="n">deactivate</span> <span class="o">-</span><span class="n">h</span><span class="p">{</span><span class="n">noformat</span><span class="p">}</span>
 
 <span class="n">h2</span><span class="o">.</span> <span class="n">Description</span>

Modified: websites/staging/ode/trunk/content/pxe-deploy-command.html
==============================================================================
--- websites/staging/ode/trunk/content/pxe-deploy-command.html (original)
+++ websites/staging/ode/trunk/content/pxe-deploy-command.html Fri Dec 28 11:11:33 2012
@@ -86,11 +86,11 @@
           <p>The <code>pxe-deploy</code> command {excerpt}deploys a system via JMX.{excerpt}</p>
 <p><a name="pxe-deployCommand-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
-<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">deploy</span> <span class="p">[</span><span class="o">-</span><span class="sx">q|-v|</span><span class="o">-</span><span class="n">vv</span><span class="p">]</span> <span class="o">-</span><span class="n">sar</span> <span class="n">file</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span>
-<span class="n">pxe</span><span class="o">-</span><span class="n">deploy</span> <span class="o">-</span><span class="n">h</span><span class="p">{</span><span class="n">noformat</span><span class="p">}</span>
+<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">deploy</span> <span class="p">[</span><span class="o">-</span><span class="sx">q|-v](-vv) -sar file [-jmxurl url] [-domain domain]</span>
+<span class="sx">pxe-deploy -h{noformat}</span>
 
-<span class="n">h2</span><span class="o">.</span> <span class="n">Description</span>
-<span class="n">The</span> <span class="p">{{</span><span class="n">pxe</span><span class="o">-</span><span class="n">deploy</span><span class="p">}}</span> <span class="n">command</span> <span class="n">will</span> <span class="n">deploys</span> <span class="n">a</span> <span class="nb">system</span> <span class="n">in</span> <span class="n">a</span> <span class="n">running</span> <span class="n">domain</span> <span class="n">via</span> <span class="n">JMX</span><span class="o">.</span>  <span class="n">A</span> <span class="p">[</span><span class="nb">system</span> <span class="n">deployment</span> <span class="n">bundle</span><span class="p">]</span> <span class="k">for</span> <span class="n">the</span> <span class="nb">system</span> <span class="n">can</span> <span class="n">either</span> <span class="n">be</span> <span class="n">at</span> <span class="n">a</span> <span class="n">URL</span> <span class="n">that</span> <span class="n">the</span> <span class="n">target</sp
 an> <span class="n">domain</span> <span class="n">can</span> <span class="n">access</span> <span class="ow">and</span> <span class="nb">read</span> <span class="p">(</span><span class="n">the</span> <span class="p">{{</span><span class="o">-</span><span class="n">url</span><span class="p">}}</span> <span class="n">argument</span><span class="p">)</span> <span class="ow">or</span> <span class="n">in</span> <span class="n">a</span> <span class="nb">local</span> <span class="p">[</span><span class="n">SAR</span> <span class="n">file</span><span class="o">|</span><span class="n">SAR</span> <span class="n">File</span><span class="p">]</span> <span class="p">({{</span><span class="o">-</span><span class="n">sar</span><span class="p">}}</span> <span class="n">argument</span><span class="p">)</span><span class="o">.</span>
+<span class="sx">h2. Description</span>
+<span class="sx">The {{pxe-deploy}} command will deploys a system in a running domain via JMX.  A [system deployment bundle] for the system can either be at a URL that the target domain can access and read (the {{-url}} argument) or in a local [SAR file|</span><span class="n">SAR</span> <span class="n">File</span><span class="p">]</span> <span class="p">({{</span><span class="o">-</span><span class="n">sar</span><span class="p">}}</span> <span class="n">argument</span><span class="p">)</span><span class="o">.</span>
 
 <span class="n">For</span> <span class="n">more</span> <span class="n">information</span> <span class="n">about</span> <span class="n">deployment</span><span class="p">,</span> <span class="n">see</span> <span class="p">[</span><span class="n">System</span> <span class="n">Lifecycle</span><span class="p">]</span><span class="o">.</span>
 

Modified: websites/staging/ode/trunk/content/pxe-sar-task.html
==============================================================================
--- websites/staging/ode/trunk/content/pxe-sar-task.html (original)
+++ websites/staging/ode/trunk/content/pxe-sar-task.html Fri Dec 28 11:11:33 2012
@@ -87,7 +87,7 @@
 <p><a name="pxe-sarTask-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
 <div class="codehilite"><pre><span class="nt">&lt;pxe-sar</span> <span class="na">sar=</span><span class="s">&quot;sarfile&quot;</span> <span class="na">descriptor=</span><span class="s">&quot;descriptor&quot;</span> <span class="err">[</span><span class="na">commonrr=</span><span class="s">&quot;filename&quot;</span><span class="err">]</span>
-    <span class="err">[</span><span class="na">failOnError=</span><span class="s">&quot;yes|no&quot;</span><span class="err">]</span> <span class="nt">&gt;</span>
+    <span class="err">[</span><span class="na">failOnError=</span><span class="s">&quot;yes](no&quot;</span><span class="err">)</span> <span class="nt">&gt;</span>
   <span class="nt">&lt;resource</span> <span class="err">[</span><span class="na">name=</span><span class="s">&quot;handle&quot;</span><span class="err">]</span> <span class="na">file=</span><span class="s">&quot;filename&quot;</span> <span class="nt">/&gt;</span>*
   <span class="nt">&lt;rr</span> <span class="err">[</span><span class="na">name=</span><span class="s">&quot;handle&quot;</span><span class="err">]</span> <span class="na">file=</span><span class="s">&quot;filename&quot;</span> <span class="nt">/&gt;</span>*
 <span class="nt">&lt;/pxe-sar&gt;</span>

Modified: websites/staging/ode/trunk/content/pxe-undeploy-command.html
==============================================================================
--- websites/staging/ode/trunk/content/pxe-undeploy-command.html (original)
+++ websites/staging/ode/trunk/content/pxe-undeploy-command.html Fri Dec 28 11:11:33 2012
@@ -86,7 +86,7 @@
           <p>The <code>pxe-undeploy</code> command {excerpt}undeploys a deployed system via JMX.{excerpt}</p>
 <p><a name="pxe-undeployCommand-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
-<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">undeploy</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="o">|-</span><span class="n">vv</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
+<div class="codehilite"><pre><span class="n">pxe</span><span class="o">-</span><span class="n">undeploy</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="p">](</span><span class="o">-</span><span class="n">vv</span><span class="p">)</span> <span class="p">[</span><span class="o">-</span><span class="n">jmxurl</span> <span class="n">url</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">domain</span> <span class="n">domain</span><span class="p">]</span> <span class="o">-</span><span class="n">all</span>
 <span class="n">pxe</span><span class="o">-</span><span class="n">undeploy</span> <span class="o">-</span><span class="n">h</span><span class="p">{</span><span class="n">noformat</span><span class="p">}</span>
 
 <span class="n">h2</span><span class="o">.</span> <span class="n">Description</span>

Modified: websites/staging/ode/trunk/content/receive.html
==============================================================================
--- websites/staging/ode/trunk/content/receive.html (original)
+++ websites/staging/ode/trunk/content/receive.html Fri Dec 28 11:11:33 2012
@@ -106,7 +106,7 @@
 </pre></div>
 
 
-<p><em>throws</em> <code>[bpel:ambiguousReceive](#ambiguousreceive.html)</code>, <code>[bpel:conflictingReceive|#conflictingReceive]</code>,  <code>[bpel:conflictingRequest|#conflictingRequest]</code>, <code>[bpel:correlationViolation|#correlationViolation]</code>, <code>[bpel:invalidVariables|#invalidVariables]</code>, <code>[bpel:uninitializedPartnerRole|#uninitializedPartnerRole]</code>, 
+<p><em>throws</em> <code>[bpel:ambiguousReceive](#ambiguousreceive.html)</code>, <code>[bpel:conflictingReceive](#conflictingReceive)</code>,  <code>[bpel:conflictingRequest|#conflictingRequest]</code>, <code>[bpel:correlationViolation|#correlationViolation]</code>, <code>[bpel:invalidVariables|#invalidVariables]</code>, <code>[bpel:uninitializedPartnerRole|#uninitializedPartnerRole]</code>, 
 <code>[bpel:uninitializedVariable](#uninitializedvariable.html)</code></p>
 <p><a name="receive-Description"></a></p>
 <h3 id="description">Description</h3>

Modified: websites/staging/ode/trunk/content/rrdrop-command.html
==============================================================================
--- websites/staging/ode/trunk/content/rrdrop-command.html (original)
+++ websites/staging/ode/trunk/content/rrdrop-command.html Fri Dec 28 11:11:33 2012
@@ -90,7 +90,7 @@
 <code>rrdrop -h</code>
 <div class="alert alert-note"><h4 class="alert-heading">Compatibility Note</h4>
     Command line arguments were normalized in PXE v1.0RC2. Users of PXE v1.0RC1 should use the following syntax:
-    {{rrdrop [-v|-vv] [-q] <em>uri ... uri rr</em>}}
+    {{rrdrop [-v](-vv) [-q] <em>uri ... uri rr</em>}}
     {{rrdrop -h}}
 </div></p>
 <p><a name="rrdropCommand-Description"></a></p>

Modified: websites/staging/ode/trunk/content/sendsoap-command.html
==============================================================================
--- websites/staging/ode/trunk/content/sendsoap-command.html (original)
+++ websites/staging/ode/trunk/content/sendsoap-command.html Fri Dec 28 11:11:33 2012
@@ -86,14 +86,14 @@
           <p>The <code>sendsoap</code> command {excerpt}uses a lightweight HTTP client to send SOAP messages via POST.{excerpt}</p>
 <p><a name="sendsoapCommand-Synopsis"></a></p>
 <h2 id="synopsis">Synopsis</h2>
-<div class="codehilite"><pre><span class="n">sendsoap</span> <span class="p">[</span><span class="o">-</span><span class="sx">q|-v|</span><span class="o">-</span><span class="n">vv</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">o</span> <span class="n">outfile</span><span class="p">]</span> <span class="n">url</span> <span class="o">-</span>
-<span class="n">sendsoap</span> <span class="o">-</span><span class="n">h</span><span class="p">{</span><span class="n">noformat</span><span class="p">}</span>
+<div class="codehilite"><pre><span class="n">sendsoap</span> <span class="p">[</span><span class="o">-</span><span class="sx">q|-v](-vv) [-o outfile] url -</span>
+<span class="sx">sendsoap -h{noformat}</span>
 
-<span class="n">h2</span><span class="o">.</span> <span class="n">Description</span>
-<span class="n">The</span> <span class="p">{{</span><span class="n">sendsoap</span><span class="p">}}</span> <span class="n">command</span> <span class="n">uses</span> <span class="n">a</span> <span class="n">lightweight</span> <span class="n">HTTP</span> <span class="n">client</span> <span class="n">to</span> <span class="nb">send</span> <span class="n">SOAP</span> <span class="n">messages</span> <span class="n">via</span> <span class="n">POST</span> <span class="n">using</span> <span class="n">either</span> <span class="n">a</span> <span class="n">file</span> <span class="ow">or</span> <span class="n">standard</span> <span class="n">in</span> <span class="n">as</span> <span class="n">the</span> <span class="n">source</span> <span class="k">for</span> <span class="n">the</span> <span class="n">message</span><span class="o">.</span>  <span class="n">The</span> <span class="n">command</span> <span class="n">is</span> <span class="n">useful</span> <span class="k">for</span> <s
 pan class="n">testing</span> <span class="n">HTTP</span> <span class="n">endpoints</span> <span class="n">in</span> <span class="n">PXE</span> <span class="ow">or</span> <span class="n">external</span> <span class="n">HTTP</span> <span class="n">services</span> <span class="n">that</span> <span class="n">PXE</span> <span class="n">will</span> <span class="n">interact</span> <span class="n">with</span><span class="p">,</span> <span class="n">as</span> <span class="p">{{</span><span class="n">sendsoap</span><span class="p">}}</span> <span class="n">uses</span> <span class="n">the</span> <span class="n">same</span> <span class="n">client</span> <span class="n">as</span> <span class="n">the</span> <span class="p">[</span><span class="n">HTTP</span><span class="o">-</span><span class="n">SOAP</span> <span class="n">Protocol</span> <span class="n">Adapter</span><span class="p">]</span><span class="o">.</span>
+<span class="sx">h2. Description</span>
+<span class="sx">The {{sendsoap}} command uses a lightweight HTTP client to send SOAP messages via POST using either a file or standard in as the source for the message.  The command is useful for testing HTTP endpoints in PXE or external HTTP services that PXE will interact with, as {{sendsoap}} uses the same client as the [HTTP-SOAP Protocol Adapter].</span>
 
-<span class="n">h2</span><span class="o">.</span> <span class="n">Options</span>
-<span class="o">||</span><span class="n">Option</span><span class="o">/</span><span class="n">Argument</span><span class="o">||</span><span class="n">Effect</span><span class="o">||</span>
+<span class="sx">h2. Options</span>
+<span class="sx">|</span><span class="o">|</span><span class="n">Option</span><span class="o">/</span><span class="n">Argument</span><span class="o">||</span><span class="n">Effect</span><span class="o">||</span>
 <span class="o">|</span><span class="p">{{</span><span class="n">url</span><span class="p">}}</span><span class="o">|</span><span class="n">the</span> <span class="n">HTTP</span> <span class="n">URL</span> <span class="n">to</span> <span class="n">post</span> <span class="n">the</span> <span class="n">message</span> <span class="n">to</span><span class="o">.|</span>
 <span class="o">|</span><span class="p">{{</span><span class="n">file</span><span class="p">}}</span><span class="o">|</span><span class="n">a</span> <span class="n">file</span> <span class="n">containing</span> <span class="n">the</span> <span class="n">message</span> <span class="n">to</span> <span class="n">post</span><span class="o">.|</span>
 <span class="o">|</span><span class="p">{{</span><span class="o">-</span><span class="p">}}</span><span class="o">|</span><span class="nb">read</span> <span class="n">the</span> <span class="n">message</span> <span class="n">data</span> <span class="n">from</span> <span class="n">standard</span> <span class="n">in</span> <span class="n">instead</span> <span class="n">of</span> <span class="n">a</span> <span class="n">file</span><span class="o">.|</span>

Modified: websites/staging/ode/trunk/content/soap-11.html
==============================================================================
--- websites/staging/ode/trunk/content/soap-11.html (original)
+++ websites/staging/ode/trunk/content/soap-11.html Fri Dec 28 11:11:33 2012
@@ -83,7 +83,7 @@
       
       <div class="row">
         <div class="span12">
-          <p><em>SOAP 1.1</em> --- {excerpt}version 1.1 of the (unfortunately named) Simple Object Access Protocol <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">note</a> from the [W3C|http://www.w3c.org]{excerpt}.</p>
+          <p><em>SOAP 1.1</em> --- {excerpt}version 1.1 of the (unfortunately named) Simple Object Access Protocol <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">note</a> from the <a href="http://www.w3c.org">W3C</a>{excerpt}.</p>
         </div>
       </div>
       

Modified: websites/staging/ode/trunk/content/source-code.html
==============================================================================
--- websites/staging/ode/trunk/content/source-code.html (original)
+++ websites/staging/ode/trunk/content/source-code.html Fri Dec 28 11:11:33 2012
@@ -85,7 +85,7 @@
         <div class="span12">
           <p><a name="SourceCode-Overview"></a></p>
 <h1 id="overview">Overview</h1>
-<p>ODE uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found [here|http://svnbook.red-bean.com].</p>
+<p>ODE uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found <a href="http://svnbook.red-bean.com">here</a>.</p>
 <p><a name="SourceCode-Mainrepository"></a></p>
 <h2 id="main-repository">Main repository</h2>
 <p><a name="SourceCode-WebAccess"></a></p>

Modified: websites/staging/ode/trunk/content/ws-bpel-20.html
==============================================================================
--- websites/staging/ode/trunk/content/ws-bpel-20.html (original)
+++ websites/staging/ode/trunk/content/ws-bpel-20.html Fri Dec 28 11:11:33 2012
@@ -83,7 +83,7 @@
       
       <div class="row">
         <div class="span12">
-          <p><em>WS-BPEL 2.0</em> --- {excerpt}the first official version of the BPEL specification released by the <a href="http://www.oasis-open.org">OASIS</a> [technical committee|http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsbpel]{excerpt}.<br />
+          <p><em>WS-BPEL 2.0</em> --- {excerpt}the first official version of the BPEL specification released by the <a href="http://www.oasis-open.org">OASIS</a> <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsbpel">technical committee</a>{excerpt}.<br />
 </p>
 <p>The specification has been finalized and can be found <a href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html">here</a>. To learn more about it check the webinars produced by the technical committee:</p>
 <p>http://www.oasis-open.org/events/webinars/</p>

Modified: websites/staging/ode/trunk/content/wsdl-11-extensions-for-rest.html
==============================================================================
--- websites/staging/ode/trunk/content/wsdl-11-extensions-for-rest.html (original)
+++ websites/staging/ode/trunk/content/wsdl-11-extensions-for-rest.html Fri Dec 28 11:11:33 2012
@@ -110,7 +110,7 @@ Let's assume that such a resource accept
 
     h3. One verb per operation
 
-    According to the WSDL 1.1 specification, the verb describing the HTTP method has to be at [the binding level|http://www.w3.org/TR/wsdl#A4.3]. Which implies that the same HTTP method is used by all operations of a given port type. But RESTful web services leverage HTTP methods as a uniform interface to describe operation on resources. So for instance, if you want to use the following HTTP operations -- GET, POST, PUT, DELETE -- for a given resource, four different bindings would be required. And consequently four port types and four ports. Quite verbose and unusable, isn't it?
+    According to the WSDL 1.1 specification, the verb describing the HTTP method has to be at [the binding level](http://www.w3.org/TR/wsdl#A4.3). Which implies that the same HTTP method is used by all operations of a given port type. But RESTful web services leverage HTTP methods as a uniform interface to describe operation on resources. So for instance, if you want to use the following HTTP operations -- GET, POST, PUT, DELETE -- for a given resource, four different bindings would be required. And consequently four port types and four ports. Quite verbose and unusable, isn't it?
 
     So, this extension is to push down the HTTP verb at the operation level. And if an operation does not have its own verb, then the verb defined at the binding level will be used. 
     This extension is declared in the namespace: {{http://www.apache.org/ode/type/extension/http}}
@@ -139,7 +139,7 @@ Let's assume that such a resource accept
 
     Moreover it's very likely that the resource URI actually describes a set of resources. For instance, the set of posts contained in our imaginary blog: {{http://blog.org/post/\{post_id\}}}.
 
-    HTTP binding offers the [http:operation | http://www.w3.org/TR/wsdl#_http:operation] element to set the path of an operation. While the service address is set in the [http:address|http://www.w3.org/TR/wsdl#_http:address] of the [wsdl:port|http://www.w3.org/TR/wsdl#_ports] element.
+    HTTP binding offers the [http:operation | http://www.w3.org/TR/wsdl#_http:operation] element to set the path of an operation. While the service address is set in the [http:address](http://www.w3.org/TR/wsdl#_http:address) of the [wsdl:port|http://www.w3.org/TR/wsdl#_ports] element.
     So one could imagine splitting the URL this way: 
 
     {code:xml}
@@ -167,7 +167,7 @@ Let's assume that such a resource accept
 
     However, here 3 issues show up:
     # the location is not accessible from the End Point Reference. _=> ODE cannot process it before invoking the external service._
-    # [http:urlReplacement|http://www.w3.org/TR/wsdl#_http:urlReplacement] is only accepted for GET _=> what about the uniform interface?!_
+    # [http:urlReplacement](http://www.w3.org/TR/wsdl#_http:urlReplacement) is only accepted for GET _=> what about the uniform interface?!_
     # http:urlReplacement requires all parts of the operation input message to be mentioned in the operation location. Meaning that:
     #* => the resource id (in the present example) must be a part of the message.
     #* => no parts may be stored in the HTTP body. this conflicts with a PUT operation for instance. With a PUT you would like to set the id in the url and the resource data in the HTTP request body.
@@ -235,7 +235,7 @@ Let's assume that such a resource accept
     </definitions>
     {code}
 
-    For every HTTP response, in addition to HTTP response headers, the [Status-Line|http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1] is passed as a message header. To save some painful XPath string manipulations, the Status-line is already parsed into the following structure:
+    For every HTTP response, in addition to HTTP response headers, the [Status-Line](http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1) is passed as a message header. To save some painful XPath string manipulations, the Status-line is already parsed into the following structure:
     {code:xml}
     <Status-Line>
        <HTTP-Version>HTTP/1.1</HTTP-Version>
@@ -267,8 +267,8 @@ Let's assume that such a resource accept
 
     h3. Fault Support
 
-    Another domain completely neglected by WSDL 1.1 HTTP Binding is Fault management. The word is not even mentioned in the [HTTP Binding section|http://www.w3.org/TR/wsdl#_http].
-    ODE allows you to bind a fault with HTTP Binding. If a [4xx or a 5xx|http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4] is returned, the following logic is applied:
+    Another domain completely neglected by WSDL 1.1 HTTP Binding is Fault management. The word is not even mentioned in the [HTTP Binding section](http://www.w3.org/TR/wsdl#_http).
+    ODE allows you to bind a fault with HTTP Binding. If a [4xx or a 5xx](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4) is returned, the following logic is applied:
 
     A failure is thrown if the code is one of these:
     || Status-Codes triggering a Failure ||

Modified: websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html
==============================================================================
--- websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html (original)
+++ websites/staging/ode/trunk/content/wsdl-11-http-binding-support.html Fri Dec 28 11:11:33 2012
@@ -83,11 +83,11 @@
       
       <div class="row">
         <div class="span12">
-          <p>Since version <a href="getting-ode.html">1.2</a>, ODE supports [HTTP Binding|http://www.w3.org/TR/wsdl#_http]. ODE is almost fully compliant with the WSDL 1.1 spec. The few limitations are  related to MIME types.
+          <p>Since version <a href="getting-ode.html">1.2</a>, ODE supports <a href="http://www.w3.org/TR/wsdl#_http">HTTP Binding</a>. ODE is almost fully compliant with the WSDL 1.1 spec. The few limitations are  related to MIME types.
 Actually only the following <a href="http://www.iana.org/assignments/media-types/">MIME types</a> are supported:
 1. Media types that represent <a href="http://www.rfc-editor.org/rfc/rfc3023.txt">XML MIME entities</a>. Basically any types matching <code>"text/xml"</code>, <code>"application/xml"</code> and <code>"\*+xml"</code>.
 1. Non-XML types will be processed as Text, thus Text Media Types comes de facto but they may have a very limited set of usages.</p>
-<p><a href="http://www.w3.org/TR/wsdl#_mime:multipartRelated">mime:multipartRelated</a>, [mime:soap:body|http://www.w3.org/TR/wsdl#_mime:soap:body] and [mime:mimeXml|http://www.w3.org/TR/wsdl#_mime:mimeXml] are not supported.</p>
+<p><a href="http://www.w3.org/TR/wsdl#_mime:multipartRelated">mime:multipartRelated</a>, <a href="http://www.w3.org/TR/wsdl#_mime:soap:body">mime:soap:body</a> and [mime:mimeXml|http://www.w3.org/TR/wsdl#_mime:mimeXml] are not supported.</p>
 <p>Considering how unsuitable WSDL 1.1 HTTP Binding is for a large majority of services -- especially RESTful services -- a set of extensions is available.
 All the details you want to know are <a href="wsdl-1.1-extensions-for-rest.html">here</a>.</p>
         </div>

Modified: websites/staging/ode/trunk/content/wsdl-11.html
==============================================================================
--- websites/staging/ode/trunk/content/wsdl-11.html (original)
+++ websites/staging/ode/trunk/content/wsdl-11.html Fri Dec 28 11:11:33 2012
@@ -83,7 +83,7 @@
       
       <div class="row">
         <div class="span12">
-          <p><em>WSDL 1.1</em> --- {excerpt}version 1.1 of the Web Services Description Language <a href="http://www.w3.org/TR/wsdl">specification</a> from the [W3C|http://www.w3c.org]{excerpt}.  Following the [WS-I Basic Profile 1.1], PXE uses the WSDL schema located at [http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd].</p>
+          <p><em>WSDL 1.1</em> --- {excerpt}version 1.1 of the Web Services Description Language <a href="http://www.w3.org/TR/wsdl">specification</a> from the <a href="http://www.w3c.org">W3C</a>{excerpt}.  Following the [WS-I Basic Profile 1.1], PXE uses the WSDL schema located at [http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd].</p>
         </div>
       </div>
       

Modified: websites/staging/ode/trunk/content/xpath-extensions.html
==============================================================================
--- websites/staging/ode/trunk/content/xpath-extensions.html (original)
+++ websites/staging/ode/trunk/content/xpath-extensions.html Fri Dec 28 11:11:33 2012
@@ -83,7 +83,7 @@
       
       <div class="row">
         <div class="span12">
-          <p>Apache ODE extends the default XPath coverage provided by the <a href="-ws-bpel-20.html">WS-BPEL</a> specification mostly by adding support for [XPath 2.0|http://www.w3.org/TR/xpath20/] and by offering a few utility extension functions to make some assignments easier.</p>
+          <p>Apache ODE extends the default XPath coverage provided by the <a href="-ws-bpel-20.html">WS-BPEL</a> specification mostly by adding support for <a href="http://www.w3.org/TR/xpath20/">XPath 2.0</a> and by offering a few utility extension functions to make some assignments easier.</p>
 <p><a name="XPathExtensions-XPath2.0"></a></p>
 <h3 id="xpath-20">XPath 2.0</h3>
 <p>To use XPath 2.0 in your processes just use the following <em>queryLanguage</em> and <em>expressionLanguage</em> attributes:</p>

Modified: websites/staging/ode/trunk/content/xquery-extensions.html
==============================================================================
--- websites/staging/ode/trunk/content/xquery-extensions.html (original)
+++ websites/staging/ode/trunk/content/xquery-extensions.html Fri Dec 28 11:11:33 2012
@@ -87,7 +87,7 @@
     XQuery is available only in ODE 1.3 or later
 </div>
 
-<p>Apache ODE goes above and beyond the <a href="-ws-bpel-20.html">WS-BPEL</a> specification by allowing the use of [XQuery 1.0|http://www.w3.org/TR/xquery/] in queries and expressions.</p>
+<p>Apache ODE goes above and beyond the <a href="-ws-bpel-20.html">WS-BPEL</a> specification by allowing the use of <a href="http://www.w3.org/TR/xquery/">XQuery 1.0</a> in queries and expressions.</p>
 <p>Unless specified otherwise, WS-BPEL considers XPath 1.0 to be the query/expression language, which is denoted by the default value of the "queryLanguage" and "expressionLanguage" attributes, viz. "urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0". In addition, we have out-of-the-box support for XPath 2.0.</p>
 <p><a name="XQueryExtensions-XQuery1.0"></a></p>
 <h3 id="xquery-10">XQuery 1.0</h3>