cancel
Showing results for 
Search instead for 
Did you mean: 

How to monitor WS requests made by proxy constucted with SAP ProxyGenerator

Former Member
0 Kudos

In our application we have constucted and use right now a proxy for some 3rd party web service. now we have a question - is there any way to monitor (to log somewhere when needed) requests to the WS and the responses received. At the moment I do not see any opportunity to implement this.

Any help will be appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184385
Active Participant
0 Kudos

Hi Kirill,

try http://www.systinet.com/

Gregor

N.B. when this tool doesn't work for you .. try another one, there are plenty of them on the internet ...

Former Member
0 Kudos

Which tool do you mean?

I've looked through the website and found nothing appropriate. BTW if it's the same kind of tool like tcpmon working as a proxy then it won't help - I've described already why.

former_member184385
Active Participant
0 Kudos

Hi Kirill,

I'm using tcpmon, part of Axis, to trace/monitor WS traffic during development.

The features of tcpmon in few words:

- tcpmon acts as a proxy, and sits between the WS client and server

- is able to proxy many sessions simultaneously

- has a nice GUI to watch the traffic in realtime

Axis Download site is: http://www.apache.org/dyn/closer.cgi/ws/axis/1_3

Let me know, if you want more directions regarding tcpmon.

Regards

Gregor

Former Member
0 Kudos

We use tcpmon (during development), but the question is :

how can we turn on monitoring on productive system? With 6000 users? Tcpmon would be not a good solution. (And also we use web services on different hosts on the same port, so then we won't be able to monitor then simultaneously on 1 computer)

Former Member
0 Kudos

Hi,

would the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/frameset.htm">WS Navigator</a> application (the Test page within) help in this case?

In addition, you can also have a look at <a href="http://help.sap.com/saphelp_nw04/helpdata/en/60/aec0b110a940d09e7a296c09af27bf/frameset.htm">Web Service Logging and Tracing</a>.

Message was edited by: Ivaylo Ivanov

Former Member
0 Kudos

You didn't understand the point - we have 3rd party web service - and it is not SAP. SAP application acts as a consumer only.