472,374 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 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 3291
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: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...

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.