- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Dec 2006 17:50:44 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/logging-messages In directory hutz:/tmp/cvs-serv19731/test-suite/logging-messages Modified Files: index.html Log Message: Added message logging faq. Index: index.html =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/logging-messages/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** index.html 21 Dec 2006 16:11:13 -0000 1.1 --- index.html 21 Dec 2006 17:50:41 -0000 1.2 *************** *** 1,13 **** <html> <head> ! <title>Logging Messages</title> ! <style> ! body { ! font-family: sans-serif; ! } ! </style> </head> <body> ! <h1>Logging Messages</h1> <address><a href="mailto:ryman@ca.ibm.com">Arthur Ryman</a>, IBM</address> --- 1,10 ---- <html> <head> ! <title>Logging Messages for the W3C WSDL 2.0 Test Suite</title> ! <link rel="stylesheet" type="text/css" ! href="http://www.w3.org/StyleSheets/TR/base.css" /> </head> <body> ! <h1>Logging Messages for the W3C WSDL 2.0 Test Suite</h1> <address><a href="mailto:ryman@ca.ibm.com">Arthur Ryman</a>, IBM</address> *************** *** 15,21 **** <h2>Introduction</h2> <p>The W3C WSDL 2.0 Test Suite includes test cases that require ! implementors to capture message traffic in a log file. The format of the ! log file is an XML format defined by the WS-I Test Tools. This document ! describes how to create these log files.</p> <p>There are two ways to create the log files: <ul> --- 12,18 ---- <h2>Introduction</h2> <p>The W3C WSDL 2.0 Test Suite includes test cases that require ! implementors to capture message traffic in a log file. The log file uses ! an XML format defined by the WS-I Test Tools. This document describes ! how to create these log files.</p> <p>There are two ways to create the log files: <ul> *************** *** 26,32 **** <h2><a name="java-command-line">WS-I Java Command Line Test Tools</a></h2> ! <p></p> <h2><a name="eclipse-wtp">Eclipse Web Tools Platform</a></h2> ! <p></p> </body> </html> --- 23,60 ---- <h2><a name="java-command-line">WS-I Java Command Line Test Tools</a></h2> ! <p>You can obtain the WS-I Test Tools and documentation from:</p> ! <ul> ! <li><a ! href="http://www.ws-i.org/Testing/Tools/2005/06/WSI_Test_Java_Final_1.1.zip">http://www.ws-i.org/Testing/Tools/2005/06/WSI_Test_Java_Final_1.1.zip</a> ! (<a href="WSI_Test_Java_Final_1.1.zip">local copy</a>)</li> ! <li><a ! href="http://www.ws-i.org/Testing/Specs/MonitorFunctionalSpecification_Final_1.1.pdf">http://www.ws-i.org/Testing/Specs/MonitorFunctionalSpecification_Final_1.1.pdf</a> ! (<a href="MonitorFunctionalSpecification_Final_1.1.pdf">local copy</a>)</li> ! </ul> ! <p>Note that some problems exist in logging messages in the WSDL 2.0 ! test suite since these are not WS-I compliant. The default settings for ! the logger omit certain messages. It may be possible to override the ! defaults by modifying the settings in a configuration file. This ! requires further investigation. I may aslo include a tutorial here if ! time permits.</p> <h2><a name="eclipse-wtp">Eclipse Web Tools Platform</a></h2> ! <p>The Eclipse Web Tools Platform (WTP) has a TCP/IP monitor that ! displays message traffic and can write it to a WS-I message log. WTP ! also validates the message log against the WS-I profiles using settings ! provided by the user. In fact, the WS-I Java code was developed by ! members of the WTP project and the same validation is included in both ! the command line tools and the Eclipse tools. You can download WTP from:</p> ! <ul> ! <li><a href="http://download.eclipse.org/webtools/downloads/">http://download.eclipse.org/webtools/downloads/</a> ! </ul> ! <p>Use the latest WTP 1.5.3 build since it contains a fix for ! logging GET messages. Download the latest WTP 1.5.3 build and its ! prerequisites. Be sure to download the prequesites listed on the build ! page, e.g.:</p> ! <ul> ! <li><a ! href="http://download.eclipse.org/webtools/downloads/drops/R1.5/M-1.5.3-200612140559/">http://download.eclipse.org/webtools/downloads/drops/R1.5/M-1.5.3-200612140559/</a></li> ! </ul> ! <p>I may aslo include a tutorial here if time permits.</p> </body> </html>
Received on Thursday, 21 December 2006 17:50:54 UTC