Issue Details (XML | Word | Printable)

Key: AXISCPP-274
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Samisa Abeysinghe
Reporter: Samisa Abeysinghe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

Use newlines to make the returned HTML file for http://localhost/axis more readable

Created: 18/Nov/04 05:53 AM   Updated: 20/Dec/04 06:44 AM
Return to search
Component/s: Transport (Server)
Affects Version/s: 1.3 Final
Fix Version/s: 1.5 Alpha

Time Tracking:
Not Specified

Environment: NA

Resolution Date: 20/Dec/04 06:44 AM


 Description  « Hide
The HTML returned for http://localhost/axis looks like the following. Do format this to make it more readable and help debugging.


<html> <head><title>Welcome to Axis C++</title></head> <body> <h1 align="center">Welcome to Axis C++</h1> <br> <h2 align="center">List of Deployed Web services</h2><br> <table width="100%" border=1 align="center"><tbody><tr><td width="20%"><b>Web Service</b></td> <td width="10%" align="left"><b>WSDL</b></td> <td width="70%"><b>Description</b></td></tr><tr><td width="20%">AxisAdmin</td><td width="10%" align="left"><a href="./AxisAdmin?wsdl">wsdl</a></td><td width="70%">Axis C++ Administration web service</td></tr><tr><td width="20%">Calculator</td><td width="10%" align="left"><a href="./Calculator?wsdl">wsdl</a></td><td width="70%">Simple Calculator Axis C++ Service </td></tr><tr><td width="20%">MathOps</td><td width="10%" align="left"><a href="./MathOps?wsdl">wsdl</a></td><td width="70%">Simple sample to demonstrate fault mapping and exception handling</td></tr><tr><td width="20%">MathOpsDL</td><td width="10%" align="left"><a href="./MathOpsDL?wsdl">wsdl</a></td><td width="70%">Simple sample to demonstrate fault mapping and exception handling</td></tr><tr><td width="20%">array</td><td width="10%" align="left"><a href="./array?wsdl">wsdl</a></td><td width="70%"></td></tr><tr><td width="20%">base</td><td width="10%" align="left"><a href="./base?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 base test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">baseDL</td><td width="10%" align="left"><a href="./baseDL?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 base test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">cbase</td><td width="10%" align="left"><a href="./cbase?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 base test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">cgroupB</td><td width="10%" align="left"><a href="./cgroupB?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 GroupB test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">groupB</td><td width="10%" align="left"><a href="./groupB?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 GroupB test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">groupBDL</td><td width="10%" align="left"><a href="./groupBDL?wsdl">wsdl</a></td><td width="70%">SOAPBuilders Interoperability Lab Round 2 GroupB test suite described at http://www.whitemesa.com/interop/proposal2.html </td></tr><tr><td width="20%">ref</td><td width="10%" align="left"><a href="./ref?wsdl">wsdl</a></td><td width="70%"></td></tr></tbody></table><br><p align="center">Copyright 2001-2003 The Apache Software Foundation<br></p></body></html>

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #260147 Mon Dec 20 06:42:31 UTC 2004 samisa Fix for AXISCPP-274. Used newlines ans tab to make HTML returned for http://localhost/axis more readable.
Files Changed
MODIFY /webservices/axis1/trunk/c/src/engine/Axis.cpp