You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/16 07:10:41 UTC

svn commit: r344923 - /jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly

Author: dion
Date: Tue Nov 15 22:10:38 2005
New Revision: 344923

URL: http://svn.apache.org/viewcvs?rev=344923&view=rev
Log:
Fix mime-type and keywords

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly   (contents, props changed)

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly?rev=344923&r1=344922&r2=344923&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly Tue Nov 15 22:10:38 2005
@@ -1,7 +1,8 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
   Copyright 2002-2004 The Apache Software Foundation
 
+
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
@@ -14,36 +15,36 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-<j:jelly
-  xmlns:soap="jelly:soap"
-  xmlns:log="jelly:log"
-  xmlns:j="jelly:core">
-
-  <soap:invoke
-      var="answer"
-    endpoint="http://cvs.apache.org:5049/axis/services/echo"
-    namespace="http://soapinterop.org/"
-    method="echoString">Hi Jim!</soap:invoke>
-
-  <log:info>Sent: Hi Jim! and received: ${answer} of type: ${answer.class.name}</log:info>
-
-  <soap:invoke
-      var="answer"
-      endpoint="http://services.xmethods.net:80/soap/servlet/rpcrouter"
-      namespace="urn:xmethods-Temperature"
-      method="getTemp">40031</soap:invoke>
-      
-  <log:info>Sent: 40031 and received: ${answer} of type: ${answer.class.name}</log:info>
-
-    <j:set var="x" value="${300}"/>
-    
-  <soap:invoke
-      var="answer"
-      endpoint="http://www.xmlbus.com:9010/xmlbus/container/Converter/ConverterService/ConverterPort/"
-      namespace="urn:target-converter-service"
-      method="mmToInch"
-      params="${x.floatValue()}"/>
-      
-  <log:info>Sent: ${x} mm and received: ${answer} inches of type: ${answer.class.name}</log:info>
-</j:jelly>
+
+<j:jelly
+  xmlns:soap="jelly:soap"
+  xmlns:log="jelly:log"
+  xmlns:j="jelly:core">
+
+  <soap:invoke
+      var="answer"
+    endpoint="http://cvs.apache.org:5049/axis/services/echo"
+    namespace="http://soapinterop.org/"
+    method="echoString">Hi Jim!</soap:invoke>
+
+  <log:info>Sent: Hi Jim! and received: ${answer} of type: ${answer.class.name}</log:info>
+
+  <soap:invoke
+      var="answer"
+      endpoint="http://services.xmethods.net:80/soap/servlet/rpcrouter"
+      namespace="urn:xmethods-Temperature"
+      method="getTemp">40031</soap:invoke>
+      
+  <log:info>Sent: 40031 and received: ${answer} of type: ${answer.class.name}</log:info>
+
+    <j:set var="x" value="${300}"/>
+    
+  <soap:invoke
+      var="answer"
+      endpoint="http://www.xmlbus.com:9010/xmlbus/container/Converter/ConverterService/ConverterPort/"
+      namespace="urn:target-converter-service"
+      method="mmToInch"
+      params="${x.floatValue()}"/>
+      
+  <log:info>Sent: ${x} mm and received: ${answer} inches of type: ${answer.class.name}</log:info>
+</j:jelly>

Propchange: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org