Author: vgritsenko
Date: Thu Oct 6 06:05:59 2005
New Revision: 306621
URL: http://svn.apache.org/viewcvs?rev=306621&view=rev
Log:
format
Modified:
cocoon/blocks/axis/trunk/samples/status.xsp
Modified: cocoon/blocks/axis/trunk/samples/status.xsp
URL: http://svn.apache.org/viewcvs/cocoon/blocks/axis/trunk/samples/status.xsp?rev=306621&r1=306620&r2=306621&view=diff
==============================================================================
--- cocoon/blocks/axis/trunk/samples/status.xsp (original)
+++ cocoon/blocks/axis/trunk/samples/status.xsp Thu Oct 6 06:05:59 2005
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 1999-2004 The Apache Software Foundation
+ Copyright 1999-2005 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.
@@ -15,19 +15,21 @@
limitations under the License.
-->
-<xsp:page
- language="java"
- xmlns:xsp="http://apache.org/xsp"
- xmlns:xsp-request="http://apache.org/xsp/request/2.0"
- xmlns:xscript="http://apache.org/xsp/xscript/1.0"
- xmlns:soap="http://apache.org/xsp/soap/3.0">
+<!--
+ -- $Id$
+ -->
+<xsp:page language="java"
+ xmlns:xsp="http://apache.org/xsp"
+ xmlns:xsp-request="http://apache.org/xsp/request/2.0"
+ xmlns:xscript="http://apache.org/xsp/xscript/1.0"
+ xmlns:soap="http://apache.org/xsp/soap/3.0">
<page>
<soap:call method="AdminService" url="rpcrouter">
<m:list xmlns:m="http://xml.apache.org/axis/wsdd/"/>
</soap:call>
-<calling-examples>
-<example language="perl with SOAP::Lite">
+ <calling-examples>
+ <example language="perl with SOAP::Lite">
#!/usr/bin/perl
print 'Testing Cocoon SOAP call, you should see your OS name here: ';
use SOAP::Lite;
@@ -37,8 +39,8 @@
-> getOperatingSystem()
-> result;
print "\n";
-</example>
-</calling-examples>
+ </example>
+ </calling-examples>
</page>
</xsp:page>
|