Hi
 
In ur client prog if u have contacting the url  http://localhost:8080/axis/servcies/CalculatorService for the web servcie
 
Then while u run the tcp mon
 
say tcpo mon listening port is  8081
then the tatrget port and host name will 8080 and local host in this case
after starting the tcp mon
now change the url of th web service that ur accessing in ur client prog to
http://localhost:8081/axis/services/CalculatorServcie
 
and then run your client prog
 
senthil
 
 


From: Jay D [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 3:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Viewing SOAP messages with Axis(as client) on Weblogic server

Hello,
 
I used tcpmon as suggested.
 
I added a port with the following details:
 
Listen Port = 123
 
Act As a listner : Target host name and port number are the location where the weblogic server is running.
 
I sent some request but  did not see any entries on tcpmon. tcpmon shows "waiting for connection...."
Can you please help.
 
Regards
jkd

David Bell <[EMAIL PROTECTED]> wrote:
Jay D wrote:

Dear List members,

 

I am using axis (wsdl2java) in weblogic for connecting to a web service deployed on the internet. We would like to view the soap sent and received. Can you please suggest a best way to view the messages.

 

Thanks in advance.

 

Regards

jkd

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Use tcpmon that comes with Axis

cd to the Axis lib directory and run :

java -cp axis.jar org.apache.axis.utils.tcpmon

Then you can set up a listener that redirectes your requests.



-- 
David Bell

Sun ONE Solution Design Consultant
Professional Services

Sun Microsystems           Tel : +44 7876 396719
Java House                 Fax : +44 1252 420126
Guillemont Park
Minley Road              email : [EMAIL PROTECTED]
Blackwater
Camberley
GU17 9QG

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Reply via email to