Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/testResources/samples/messageLogs/SOAP12/SimpleLog/SimpleLog.wsimsg')
-rw-r--r--tests/org.eclipse.wst.wsi.tests/testResources/samples/messageLogs/SOAP12/SimpleLog/SimpleLog.wsimsg59
1 files changed, 0 insertions, 59 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/testResources/samples/messageLogs/SOAP12/SimpleLog/SimpleLog.wsimsg b/tests/org.eclipse.wst.wsi.tests/testResources/samples/messageLogs/SOAP12/SimpleLog/SimpleLog.wsimsg
deleted file mode 100644
index 379f10bee..000000000
--- a/tests/org.eclipse.wst.wsi.tests/testResources/samples/messageLogs/SOAP12/SimpleLog/SimpleLog.wsimsg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<log timestamp="2007-01-24T13:03:40.532"
- xmlns="http://www.ws-i.org/testing/2004/07/log/"
- xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <monitor version="1.0" releaseDate="2003-03-20">
- <implementer name="IBM" location=""/>
- <environment>
- <runtime name="Java(TM) 2 Runtime Environment, Standard Edition" version="pwi32dev-20061002a (SR3)"/>
- <operatingSystem name="Windows XP" version="5.1 build 2600 Service Pack 2"/>
- <xmlParser name="Apache Xerces" version="XML4J 4.4.6"/>
- </environment>
- <wsi-monConfig:configuration>
- <wsi-monConfig:comment>Comment</wsi-monConfig:comment>
- <wsi-monConfig:logFile replace="true" location="URL">
- <wsi-monConfig:addStyleSheet href="null" type="null" />
- </wsi-monConfig:logFile>
- <wsi-monConfig:logDuration>600</wsi-monConfig:logDuration>
- <wsi-monConfig:cleanupTimeoutSeconds>3</wsi-monConfig:cleanupTimeoutSeconds>
- <wsi-monConfig:manInTheMiddle>
- </wsi-monConfig:manInTheMiddle>
- </wsi-monConfig:configuration>
- </monitor>
-
-<messageEntry xsi:type="httpMessageEntry" ID="1" conversationID="1" type="request" timestamp="2007-01-24T13:02:58.342Z">
-<messageContent>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;soapenv:Envelope xmlns:soapenv=&quot;http://www.w3.org/2003/05/soap-envelope&quot;&gt;&lt;soapenv:Header&gt;&lt;/soapenv:Header&gt;&lt;soapenv:Body&gt;&lt;ns2:hello xmlns:ns2=&quot;http://test/&quot;&gt;&lt;arg0&gt;gabe&lt;/arg0&gt;&lt;/ns2:hello&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;</messageContent>
-<senderHostAndPort>localhost:9082</senderHostAndPort>
-<receiverHostAndPort>localhost:9081</receiverHostAndPort>
-<httpHeaders>POST /td12/HelloService HTTP/1.1&#xd;
-Host: localhost:9081&#xd;
-Accept: application/soap+xml,multipart/related,text/*&#xd;
-User-Agent: IBM WebServices/1.0&#xd;
-Cache-Control: no-cache&#xd;
-Pragma: no-cache&#xd;
-SOAPAction: &quot;&quot;&#xd;
-Connection: Keep-Alive&#xd;
-Content-Type: application/soap+xml; charset=UTF-8&#xd;
-Content-Length: 258&#xd;
-Date: Wed, 24 Jan 2007 18:02:57 GMT&#xd;
-&#xd;
-</httpHeaders>
-</messageEntry>
-<messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2007-01-24T13:02:58.472Z">
-<messageContent>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;soapenv:Envelope xmlns:soapenv=&quot;http://www.w3.org/2003/05/soap-envelope&quot;&gt;&lt;soapenv:Header&gt;&lt;/soapenv:Header&gt;&lt;soapenv:Body&gt;&lt;ns2:helloResponse xmlns:ns2=&quot;http://test/&quot;&gt;&lt;return&gt;Hello, gabe!&lt;/return&gt;&lt;/ns2:helloResponse&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;</messageContent>
-<senderHostAndPort>localhost:9081</senderHostAndPort>
-<receiverHostAndPort>localhost:9082</receiverHostAndPort>
-<httpHeaders>HTTP/1.1 200 OK&#xd;
-Content-Type: application/soap+xml; charset=UTF-8&#xd;
-Content-Language: en-US&#xd;
-Set-Cookie: JSESSIONID=00005zFMWYUwGltLa-jNuNaxwq3:-1; Path=/&#xd;
-Transfer-Encoding: chunked&#xd;
-Date: Wed, 24 Jan 2007 18:02:57 GMT&#xd;
-Server: WebSphere Application Server/6.1&#xd;
-Expires: Thu, 01 Dec 1994 16:00:00 GMT&#xd;
-Cache-Control: no-cache=&quot;set-cookie, set-cookie2&quot;&#xd;
-&#xd;
-</httpHeaders>
-</messageEntry>
-</log>

Back to the top