Author: vanto
Date: Mon Dec 10 18:28:11 2012
New Revision: 1419633
URL: http://svn.apache.org/viewvc?rev=1419633&view=rev
Log:
fix formatting.
Modified:
ode/site/trunk/content/use-assign-to-build-messages.mdtext
ode/site/trunk/content/ws-security-in-ode.mdtext
Modified: ode/site/trunk/content/use-assign-to-build-messages.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/use-assign-to-build-messages.mdtext?rev=1419633&r1=1419632&r2=1419633&view=diff
==============================================================================
--- ode/site/trunk/content/use-assign-to-build-messages.mdtext (original)
+++ ode/site/trunk/content/use-assign-to-build-messages.mdtext Mon Dec 10
18:28:11 2012
@@ -16,10 +16,10 @@ In order to build whole message at once,
:::xml
<assign>
- <copy>
- <from><literal><message
xmlns=""><part1>abc1</part1><part2>abc2</part2></message></literal></from>
- <to>$myVar</to>
- </copy>
+ <copy>
+ <from><literal><message
xmlns=""><part1>abc1</part1><part2>abc2</part2></message></literal></from>
+ <to>$myVar</to>
+ </copy>
</assign>
Modified: ode/site/trunk/content/ws-security-in-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/ws-security-in-ode.mdtext?rev=1419633&r1=1419632&r2=1419633&view=diff
==============================================================================
--- ode/site/trunk/content/ws-security-in-ode.mdtext (original)
+++ ode/site/trunk/content/ws-security-in-ode.mdtext Mon Dec 10 18:28:11 2012
@@ -2,7 +2,7 @@ Title: WS-Security in ODE
<a name="WS-SecurityinODE-HowtouseWS-SecurityinODE?"></a>
## How to use WS-Security in ODE?
-<div class="alert alert-warning"><h4 class="alert-heading"><i
class="icon-warning-sign"></i> Only in 1.3.2</h4></div>
+<div class="alert alert-warning"><h4 class="alert-heading">Only in
1.3.2</h4></div>
ODE 1.3.2 introduces support for WS-Security: secure services can now be
invoked from a process, and the process service itself might be secured. A
first part will explain how to invoke a secured service, a second part how to
secure the process service.