How to view soap requests / responses that Mendix sends out
1
I am sending soap messages through a local build of Mendix. Occassionaly I get some soap errors. I'd like to view the requests and responses and Mendix sends and receives, so that I can give them a try in SOAPui. I can't find them anywhere in a log. Are they accessible?
asked
Tom Philippi
2 answers
2
Tom,
You can put the log level in you console from the log node webservice to trace. There you can find the requests and responses.
answered
Thijs Schoemaker
0
Hi Tom, the log level in the console mentioned by Thijs is most likely all you will need. If you are looking for more detail and performance numbers, I would encourage you to check out a program like Fiddler (http://www.telerik.com/fiddler)