White Mesa to 3, test xmlp4

tcpTrace version 0.7.0.669
Copyright (c) 2000-2002 Simon Fell & Matt Humphrey. All rights reserved.

Log Started, 02/27/2003 12:34:33:0766

Logged at, 02/27/2003 12:35:05:0202
Connection Opened, 02/27/2003 12:34:53:0685
Connection Closed, 02/27/2003 12:35:05:0202
Source, 127.0.0.1
Destination, 10.24.251.76:80
# Bytes Client -> Server, 1008
# Bytes Server -> Client, 1164
Client Data, POST /xmlp/xmlp.asmx HTTP/1.1

Accept: */*
Accept-Language: en-us
Referer: file://C:\wmss3\docroot\ms\xmlp4-echoSimpleTypesAsStruct-ms.htm
Content-Type: application/soap+xml; charset="utf-8"
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Host: localhost:9090
Content-Length: 604
Connection: Keep-Alive
Cache-Control: no-cache



<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope"
    xmlns:SOAP-ENC="http://www.w3.org/2002/12/soap-encoding"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<m:echoSimpleTypesAsStruct     xmlns:m="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://www.w3.org/2002/12/soap-encoding">
<inputFloat>1.234e5</inputFloat>
<inputInteger>-127</inputInteger>
<inputString>North by Northwest.</inputString>
</m:echoSimpleTypesAsStruct>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



Server Data, HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.1
Date: Thu, 27 Feb 2003 19:34:55 GMT
X-Powered-By: ASP.NET
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Thu, 27 Feb 2003 19:34:55 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.2.30206
Cache-Control: private, max-age=0
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 810



<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
    xmlns:soap="http://www.w3.org/2002/12/soap-envelope"
    xmlns:soapenc="http://www.w3.org/2002/12/soap-encoding"
    xmlns:tns="http://tempuri.org/"
    xmlns:types="http://tempuri.org/"
    xmlns:rpc="http://www.w3.org/2002/12/soap-rpc"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<q1:echoSimpleTypesAsStructResponse     xmlns:q1="http://soapinterop.org/">
<rpc:result     xmlns="">return</rpc:result>
<return soapenc:id="id1"     xmlns:q2="http://soapinterop.org/xsd" xsi:type="q2:SOAPStruct">
<varString xsi:type="xsd:string">North by Northwest.</varString>
<varInt xsi:type="xsd:int">-127</varInt>
<varFloat xsi:type="xsd:float">123400</varFloat>
</return>
</q1:echoSimpleTypesAsStructResponse>
</soap:Body>
</soap:Envelope>


Log Stopped, 02/27/2003 12:35:05:0202