Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
ARS 7.5 on Windows 2007 svr p1 on VM ITSM 7.6 MS SQL (G_d knows what version) Anyone know how to get the soap request or contents into a log when consuming an external web service? Read the book which said you should be able to see it in the PLGN logs but no such luck. All logging set to max

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread ARSmarts Support
Hello Ben, I can confirm you that the plugin log contains the xml sent to external web services. Best regards On 25 Mar 2010, at 15:15, Ben Chernys wrote: ** ARS 7.5 on Windows 2007 svr p1 on VM ITSM 7.6 MS SQL (G_d knows what version) Anyone know how to get the soap request or

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
Well I seem to not get anything in my plug-in log (other than the usual). I think I remember that that was so in 7.1 (that I did get the XML) but that was sooo long ago! When you confirm, do you do so for ARS 7.5 patch 4? or even 7.1? Merci bien Ben _ From: Action Request

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Grooms, Frederick W
Set the Plugin log to 400 in the config Plugin-Log-Level:400 It works on my 7.1.0 on Solaris Fred From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Ben Chernys Sent: Thursday, March 25, 2010 9:15 AM To: arslist@ARSLIST.ORG Subject: Anyone know how

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
Thanks Fred, I had it at 100. I tried it at 400 (just in case). Alas to no avail. As I said, I do seem to remember that it was working on a Solaris and Windows 7.1 ARS. And certainly this is what the ARS 7.5 Integration Guide says (100). I am currently on ARS 7.5 patch 4 on Windows. Any

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread ARSmarts Support
I must admit it is on even older version (5.1.2) with plugin-log-level set to 100. On 25 Mar 2010, at 15:54, Grooms, Frederick W wrote: ** Set the Plugin log to 400 in the config Plugin-Log-Level:400 It works on my 7.1.0 on Solaris Fred From: Action Request

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Jarl Grøneng
Try adding these to the evironment, and restart the server: ARXMLLOGGING=1 ARXMLLOG=1 These will cause the plugin server to create additional files (arGetMapping.xml, arGetOutput.xml, arSetMapping.xml, arSetInput.xml) in the db directory so you can see the complete input and output XML files.