Forum Discussion

Pete_H's avatar
Pete_H
Occasional Contributor
16 years ago

Problems with SOAP Monitoring

Hi- I am currently running the latest nightly build 3/11 of SoapUI.

I am currently trying to monitor traffic between a client and a webservice.  I have set the client to use this address for the service:  "http://localhost:9080" and in SoapUI, I set the method as "HTTP Tunnel" and set the endpoint to the url of the service. 

The client application is simple.  All it does is validate a username and password against the webservice.  When I attempt to invoke a call through the client, I see 2 entries for each attempt in the log monitor in SoapUI.  However, the "Interface", and "Operation" columns read "-unknown".

It appears that the messages are not in XML format.  Any ideas?