cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service and tcpmon

Former Member
0 Kudos

Hello Experts,

I am using:

WSDL Base URL: http://<server?:<port>/vm/services/Production?wsdl

Ports: Production

Operations: logParametricData

When I am configuring Web Service action block (above steps) I see big xml message in tcpmon, but when I am running transaction I see nothing in tcpmon. I am sending simple xml message using Web Service.

Could somebody tell my why, please?

(12.0.2)

Regards,

Mateusz.

Edited by: Mateusz Tarkowski on Jan 20, 2009 4:50 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Perhaps the SOAP endpoint is not what you think it is? The SOAP endpoint used for the actual call may be a different URL than the one used to obtain the WSDL.

Look at the WSDL returned by the web service (the large XML message you see when configuring the Web Service action) and see if you can find the URL (usually in the locationURI attribute).

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Design-Time vs. Runtime ?

If you are running the trace on your client workstation you will see some of the design time interworkings of the Workbench communicating with the server, but when you run a transaction the client issues the request to the server, so aside from the information being returned to the execution logger dialog, all of the activity is conducted on the server.

Regards,

Jeremy