473,545 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WSI test tool on analysing monitored logs (soap messages)

I have captured some SOAP messages (using org.wsi.test.mo nitor.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 "correlationTyp e: 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 "descriptio n" artifact returns fine on the report.)
The monitored soap messages look like..
....
<messageEntry xsi:type="wsi-log:httpMessage Entry" 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=&quo t;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;&l t;/soap:Envelope&g t;</messageContent>
<senderHostAndP ort>localhost:8 080</senderHostAndPo rt>
<receiverHostAn dPort>xxx.yyyy. www.zzz:portA</receiverHostAnd Port>
<httpHeaders>HT TP/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 3366
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"
parentElementNa me="DeadOrAlive "
namespace="http ://www.abundanttec h.com/webservices/deadoralive">
DeadOrAliveSoap
</wsi-analyzerConfig: wsdlElement>
<wsi-analyzerConfig: wsdlURI>
layer7/DeadOrAlive.wsd l
</wsi-analyzerConfig: wsdlURI>
</wsi-analyzerConfig: wsdlReference>
-->
....

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

cl*********@yah oo.com (Clara Yeung) wrote in message news:<e5******* *************** ****@posting.go ogle.com>...
I have captured some SOAP messages (using org.wsi.test.mo nitor.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 "correlationTyp e: 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 "descriptio n" artifact returns fine on the report.)
The monitored soap messages look like..
...
<messageEntry xsi:type="wsi-log:httpMessage Entry" 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=&quo t;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;&l t;/soap:Envelope&g t;</messageContent>
<senderHostAndP ort>localhost:8 080</senderHostAndPo rt>
<receiverHostAn dPort>xxx.yyyy. www.zzz:portA</receiverHostAnd Port>
<httpHeaders>HT TP/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
3313
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 message. dotNET doesn't expect the XML and then it chokes. This is what I get. The <br> tag from namespace is not expected. Line 1, position 2. I...
0
2315
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) to the real webservice * I *do* have example SOAP messages What I'm trying to do is to build a dummy webservice, which should accept (and respond...
0
6188
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 interact with webservice thru c++.I think ther is a bug in MS implementation for c++ to interact with webservice because I am able to connect to the...
0
2744
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 SOAP messages to listening WSE-Enabled TCP SOAP Services. Try posting the snippet below to the listening TCPSyncStockService. Play around and tweak...
27
3751
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 ported from VB3 to VB6, a job which took over two years. We would like to port it to Python, but we need to continue to offer upgrades and fixes to the...
7
6985
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 specification in details. I will be very happy if there is a visual tool, which can do this for me. Does anyone know such kind of tool (if it is...
1
1768
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 means there can be plenty of information and lot of file/database access. Now there is several problems to address: 1. For performance reasons,...
2
3163
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 wanted to write a parser to analyse the logs and parse them as XML. But I have never written a parser before and know I'm sitting in front of the...
4
2364
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 my own tool (http://openswarm.sourceforge.net). I already started restructuring my code to separate the actual command implementations from the...
0
7406
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7660
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7813
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7761
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4949
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1888
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1020
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
709
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.