You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/12/18 14:48:10 UTC

svn commit: r842977 - in /websites/production/cxf/content: cache/docs.pageCache docs/simple-frontend-configuration.html

Author: buildbot
Date: Tue Dec 18 13:48:10 2012
New Revision: 842977

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/simple-frontend-configuration.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/simple-frontend-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/simple-frontend-configuration.html (original)
+++ websites/production/cxf/content/docs/simple-frontend-configuration.html Tue Dec 18 13:48:10 2012
@@ -166,7 +166,7 @@ http://www.springframework.org/schema/be
 http://cxf.apache.org/bindings/soap http://cxf.apache.org/schemas/configuration/soap.xsd
 http://cxf.apache.org/simple http://cxf.apache.org/schemas/simple.xsd">
 
-    &lt;simple:server id=<span class="code-quote">"inlineInvoker"</span> 
+  &lt;simple:server id=<span class="code-quote">"inlineInvoker"</span> 
     serviceClass=<span class="code-quote">"org.apache.cxf.service.factory.HelloServiceImpl"</span>
     address=<span class="code-quote">"http://localhost:8080/simpleWithAddress"</span>&gt;
     <span class="code-tag">&lt;simple:invoker&gt;</span>
@@ -184,8 +184,7 @@ http://cxf.apache.org/simple http://cxf.
     address=<span class="code-quote">"http://localhost:8080/test"</span>   
     serviceName=<span class="code-quote">"t:HelloService"</span>
     <span class="code-keyword">xmlns:t</span>=<span class="code-quote">"http://apache.org/hello_world_soap_http"</span>
-    endpointName=<span class="code-quote">"t:HelloPort"</span>
-    &gt;
+    endpointName=<span class="code-quote">"t:HelloPort"</span>&gt;
     <span class="code-tag">&lt;simple:binding&gt;</span>
       <span class="code-tag">&lt;soap:soapBinding mtomEnabled=<span class="code-quote">"true"</span> version=<span class="code-quote">"1.2"</span>/&gt;</span>
     <span class="code-tag">&lt;/simple:binding&gt;</span>