Re: [DUG] Getting the Generated SOAP XML

2010-09-16 Thread Jeremy Coulter
Cheers Rob. I will take alook.. Jeremy On Fri, Sep 17, 2010 at 3:59 PM, Robert martin wrote: > This is possible. You need to assign an OnBeforeExecuteStream event that > you use to write out the XML to a file. > > The default HttpRio does not / did not surface this event so this is what > yo

Re: [DUG] Getting the Generated SOAP XML

2010-09-16 Thread Robert martin
This is possible.  You need to assign an OnBeforeExecuteStream event that you use to write out the XML to a file. The default HttpRio does not  / did not surface this event so this is what you do 1) Create an enhanced class that does surface thi

[DUG] Getting the Generated SOAP XML

2010-09-16 Thread Jeremy Coulter
Hi all. To follow on from my last email. Is there a way I can actually view the generated XML that is transmitted by the THTTPRIO object? This might be the best way for me to see whats going on and to make sure that there is no malformed XML etc. Thansk Jeremy