Hello ivy Team I've got an issue in Web Service Call Step behind a firewall. It is not allowed to install Wireshark or similar tool on the (outsourced) server. Is it possible to get the content of Soap-Request? derectly in ivy-log or something like that. Regards asked 16.12.2013 at 10:15 Sergej Flavio Sadeghi ♦♦ |
Hi Webservice calls in Xpert.ivy are by default executed with Axis2. To generate debug log outputs in Axis2 the following VM arguments (stackoverflow) have to be set:
Additional VM arguments can be set in Xpert.ivy within the Launch Configuration (*.ilc file). More informations to launch configurations can be found in the Server Guide, Chapter 8. If the VM arguments are properly set, the output generated by a webservice call could look as follows:
answered 17.12.2013 at 08:16 Reguel Werme... ♦♦ Thank you for example of a possible solution. I tested the VM options with Xpert.ivy Designer (4.3.18). .ilc file with following content: ivy.vm.additional.options=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog ...etc But I've got no logs from Axis2 on this way. (Runtime Log & ch.team.ivy.log on a local hd) Afterwards I solved the problem with wireshark.
(17.12.2013 at 16:15)
Sergej
The ILC file does not work with the Designer. This is only meant for the Server. If you wan't to provide additional VM options for the Designer, then you should modify the "Xpert.ivy Designer.ini" in the root folder of your Designer installation.
(18.12.2013 at 09:22)
Reguel Werme... ♦♦
|
I mixed request and response. Here the new answer:
This should print the all parameters of the request. answered 16.12.2013 at 11:26 Daniel Oechslin Thanks for reply. But Response is too late. Request (as XML) is what I'm looking for.
(16.12.2013 at 12:50)
Sergej
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 16.12.2013 at 10:15
Seen: 6,955 times
Last updated: 18.02.2014 at 16:40