473,395 Members | 1,975 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

WSI test tool on analysing monitored logs (soap messages)

I have captured some SOAP messages (using org.wsi.test.monitor.Monitor
of the WSI test tool). When I try to analyze the messages with WSI
test tool analyzer, the "message" artifact of the report always return
"Missing Input". I have tried various "correlationType: endpoint,
operation, namespace". When I eyeball the captured SOAP messages,
they looks fine with correct namespace and valid operation name within
the soap body of the <meesageContent> of the monitored log. Is there
a way to force the analyze tool to run all messages regardless? Or
anyone encounters this problem before and can advise?

(The "description" artifact returns fine on the report.)
The monitored soap messages look like..
....
<messageEntry xsi:type="wsi-log:httpMessageEntry" ID="2"
conversationID="1" type="response"
timestamp="2004-07-21T10:42:36.981">
<messageContent>&lt;?xml version=&quot;1.0&quot;
encoding=&quot;utf-8&quot;?&gt;&lt;soap:Envelope
xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quo...oductsResponse
xmlns=&quot;http://mystore.mycompany.com/ws&quot...tName&gt;Paper
....
....
&lt;/soap:Body&gt;&lt;/soap:Envelope&gt;</messageContent>
<senderHostAndPort>localhost:8080</senderHostAndPort>
<receiverHostAndPort>xxx.yyyy.www.zzz:portA</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 21 Jul 2004 17:42:36 GMT
Server: Apache Tomcat/4.1 (HTTP/1.1 Connector)
Transfer-Encoding: chunked

</httpHeaders>
</messageEntry>
....

Thanks,
Clara Yeung
Nov 21 '05 #1
1 3355
WS-I Test Tool... Seems like the work around is to separate the
analysis for WSDL and Message artifacts, by running either WSDL or
Message artifact once at a time.

For example, in the analyzerConfig.xml, when running "message"
artifact, comment out the "WSDL" artifact:
....
<wsi-analyzerConfig:logFile correlationType="operation">
../logs/logDA.xml
</wsi-analyzerConfig:logFile>
<!--
sometimes analyzing wsdl has negative effect to analysis of monitored
log, so run later
<wsi-analyzerConfig:wsdlReference>
<wsi-analyzerConfig:wsdlElement type="port"
parentElementName="DeadOrAlive"
namespace="http://www.abundanttech.com/webservices/deadoralive">
DeadOrAliveSoap
</wsi-analyzerConfig:wsdlElement>
<wsi-analyzerConfig:wsdlURI>
layer7/DeadOrAlive.wsdl
</wsi-analyzerConfig:wsdlURI>
</wsi-analyzerConfig:wsdlReference>
-->
....

Is it a bug in the WS-I test tool?

cl*********@yahoo.com (Clara Yeung) wrote in message news:<e5**************************@posting.google. com>...
I have captured some SOAP messages (using org.wsi.test.monitor.Monitor
of the WSI test tool). When I try to analyze the messages with WSI
test tool analyzer, the "message" artifact of the report always return
"Missing Input". I have tried various "correlationType: endpoint,
operation, namespace". When I eyeball the captured SOAP messages,
they looks fine with correct namespace and valid operation name within
the soap body of the <meesageContent> of the monitored log. Is there
a way to force the analyze tool to run all messages regardless? Or
anyone encounters this problem before and can advise?

(The "description" artifact returns fine on the report.)
The monitored soap messages look like..
...
<messageEntry xsi:type="wsi-log:httpMessageEntry" ID="2"
conversationID="1" type="response"
timestamp="2004-07-21T10:42:36.981">
<messageContent>&lt;?xml version=&quot;1.0&quot;
encoding=&quot;utf-8&quot;?&gt;&lt;soap:Envelope
xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quo...oductsResponse
xmlns=&quot;http://mystore.mycompany.com/ws&quot...tName&gt;Paper
...
...
&lt;/soap:Body&gt;&lt;/soap:Envelope&gt;</messageContent>
<senderHostAndPort>localhost:8080</senderHostAndPort>
<receiverHostAndPort>xxx.yyyy.www.zzz:portA</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 21 Jul 2004 17:42:36 GMT
Server: Apache Tomcat/4.1 (HTTP/1.1 Connector)
Transfer-Encoding: chunked

</httpHeaders>
</messageEntry>
...

Thanks,
Clara Yeung

Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Cantor | last post by:
Hello everyone :) I am writing some dotNET code to "consume" a web service written in PHP. So far I have been getting some error messages and PHP seems to place HTML text in front of the XML...
0
by: Hans Kesting | last post by:
Hi, I'm trying to create a client for some webservice. BUT I have only limited information: * no WSDL available ("expected Q1-06") (it seems to be written in Java) * I don't have access (yet)...
0
by: Nalla | last post by:
Hi, I have a requirement to call webservices from my old C++ application.So first I tried with Vc++.net as follows.....There are 2 approach Dotnet frame work and soaptoolkit 3.0 I am not able to...
0
by: Softwaremaker | last post by:
Sorry for this shamless plug. I thought I share with this group a tool I just released into the wild. It is great for show-n-tell and testing http and tcp SOAP Services. It can post manual crafted...
27
by: Josh | last post by:
We have a program written in VB6 (over 100,000 lines of code and 230 UI screens) that we want to get out of VB and into a better language. The program is over 10 years old and has already been...
7
by: George Jordanov Ivanov | last post by:
Folks, I have to design the WSDL files of a bunch of XML Web Services. But, unfortunately, I am not very keen on writing the WSDL file line by line, and moreover be aware of the whole standard...
1
by: Roman Ziak | last post by:
I switched to Windows server and logs generated by my ISP are pathetic comparing to those from Apache. I would like to do logging via PHP and use the same log for visits and for PHP tracing. That...
2
by: Andi Clemens | last post by:
Hi, we had some problems in the last weeks with our mailserver. Some messages were not delivered and we wanted to know why. But looking through the logfile is a time consuming process. So I...
4
by: Anastasios Hatzis | last post by:
I'm looking for a pattern where different client implementations can use the same commands of some fictive tool ("foo") by accessing some kind of API. Actually I have the need for such pattern for...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.