cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Sniffer for XI

Former Member
0 Kudos

Hi there,

for debuggin reasons, we need a HTTP Sniffer to run on XI machine (Sun Solaris). Which one do you recommend?

I just don't know if it must be java based (to run on webas java) or if it can be C++ based. Can anyone clarify that?

I've checked out ethereal but since it has different versions for different platforms, I've concluded that it's written in C++. Can I use it?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Henrique,

have you tried this standard tool:

https://websmp202.sap-ag.de/~sapidb/012006153200000201802006E/tcpgw.zip

download it and open index.html to see how it works

this one shoudl work everywhere where java can be installed

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

henrique_pinto
Active Contributor
0 Kudos

Hi michal,

yeah, I've seen tcpgateway, it was referenced in sap note 856597, if I'm not mistaken. But it doesn't fulfill our requirements since we don't want to change the source application to point out to tcpgateway (it's active). We want a passive tool which only listens and don't change anything in the packets.

Thanks!

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you only want to listen http on XI WAS

you can do it from TCODE - SICF

Edit - Trace

you can activate trace on one of your services

later on you can see the whole trace

maybe you can use this?

Regards,

michal

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

Problem solved.

Best regards,

Henrique.