- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Oct 2006 16:52:24 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOut-1G In directory hutz:/tmp/cvs-serv25191/InOut-1G Modified Files: axis-inout-selftest.descmsg Log Message: Converted all wsimsg into our own log format Index: axis-inout-selftest.descmsg =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/messages/good/InOut-1G/axis-inout-selftest.descmsg,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** axis-inout-selftest.descmsg 21 Oct 2006 01:51:40 -0000 1.3 --- axis-inout-selftest.descmsg 24 Oct 2006 16:52:22 -0000 1.4 *************** *** 1,19 **** ! <?xml version="1.0"?> ! <l:log xmlns:l="http://www.w3.org/2002/ws/addressing/logs/" xmlns:http="http://www.w3.org/2002/ws/addressing/logs/http" xmlns:wsi-log303="http://www.ws-i.org/testing/2003/03/log/" xmlns:wsi-log407="http://www.ws-i.org/testing/2004/07/log/"> ! <l:message timestamp="2006-07-06T14:16:13.160Z" conversation="1" wsi-log407:ID="1" type="request"> ! <senderHostAndPort xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ws-i.org/testing/2004/07/log/">199.43.208.130:1560</senderHostAndPort> ! <receiverHostAndPort xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ws-i.org/testing/2004/07/log/">chathura.dyndns.ws:8080</receiverHostAndPort> ! <l:httpHeaders><http:method value="POST"><http:uri>/axis2/services/echoService</http:uri></http:method><http:header value="User-Agent">Axis2</http:header><http:header value="SOAPAction">urn:echoString</http:header><http:header value="Host">chathura.dyndns.ws:8080</http:header><http:header value="Transfer-Encoding">chunked</http:header><http:header value="Content-Type">text/xml; charset=UTF-8</http:header> ! </l:httpHeaders> ! <l:content><?_xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoString xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"><echoStringParam xmlns="">Echo me</echoStringParam></echoString></soapenv:Body></soapenv:Envelope></l:content> ! </l:message> ! <l:message timestamp="2006-07-06T14:16:13.330Z" conversation="1" wsi-log407:ID="2" type="response"> ! <senderHostAndPort xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ws-i.org/testing/2004/07/log/">chathura.dyndns.ws:8080</senderHostAndPort> ! <receiverHostAndPort xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ws-i.org/testing/2004/07/log/">199.43.208.130:1560</receiverHostAndPort> ! <l:httpHeaders><http:code value="200">HTTP/1.1 200 OK</http:code><http:header value="Server">Apache-Coyote/1.1</http:header><http:header value="Set-Cookie">JSESSIONID=7FFDE7FA6C91A2EAB2FC13F060CE9863; Path=/axis2</http:header><http:header value="Content-Type">text/xml;charset=UTF-8</http:header><http:header value="Transfer-Encoding">chunked</http:header><http:header value="Date">Thu, 06 Jul 2006 19:16:03 GMT</http:header> ! </l:httpHeaders> ! <l:content><?_xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringResponse xmlns="http://www.wso2.com/schemas/2006/interop/EchoService">Echo me</echoStringResponse></soapenv:Body></soapenv:Envelope></l:content> ! </l:message> ! </l:log> --- 1,33 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <log xmlns="http://www.w3.org/2002/ws/desc/logs/"> ! <message timestamp="2006-07-06T14:16:13.160Z" conversation="1" number="1" type="request"> ! <senderHostAndPort>199.43.208.130:1560</senderHostAndPort> ! <receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort> ! <httpHeaders> ! <Method value="POST"> ! <uri>/axis2/services/echoService</uri> ! </Method> ! <User-Agent>Axis2</User-Agent> ! <SOAPAction>urn:echoString</SOAPAction> ! <Host>chathura.dyndns.ws:8080</Host> ! <Transfer-Encoding>chunked</Transfer-Encoding> ! <Content-Type type="text/xml">text/xml; charset=UTF-8</Content-Type> ! </httpHeaders> ! <content><?_xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoString xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"><echoStringParam xmlns="">Echo me</echoStringParam></echoString></soapenv:Body></soapenv:Envelope></content> ! </message> ! <message timestamp="2006-07-06T14:16:13.330Z" conversation="1" number="2" type="response"> ! <senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort> ! <receiverHostAndPort>199.43.208.130:1560</receiverHostAndPort> ! <httpHeaders> ! <StatusCode value="200">HTTP/1.1 200 OK</StatusCode> ! <Server>Apache-Coyote/1.1</Server> ! <Set-Cookie>JSESSIONID=7FFDE7FA6C91A2EAB2FC13F060CE9863; Path=/axis2</Set-Cookie> ! <Content-Type type="text/xml">text/xml;charset=UTF-8</Content-Type> ! <Transfer-Encoding>chunked</Transfer-Encoding> ! <Date>Thu, 06 Jul 2006 19:16:03 GMT</Date> ! </httpHeaders> ! <content><?_xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringResponse xmlns="http://www.wso2.com/schemas/2006/interop/EchoService">Echo me</echoStringResponse></soapenv:Body></soapenv:Envelope></content> ! </message> ! </log>
Received on Tuesday, 24 October 2006 16:52:36 UTC