Capturing SOAP Envelope

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Capturing SOAP Envelope

Post by ray.wurlod »

Is it possible to capture the actual SOAP envelopes (header and body at least) used by the Web Services Transformer stage using only DataStage facilities (perhaps a property in the stage itself)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

In a Server Job using the WSTransformer.....when you run the job, click the "Tracing" tab at the run job dialog.....select your ws transformer stage on the left, and ALL FOUR boxes on the right...

...the log will be filled with a voluminous amount of info...but at the core of it you will find the xml request......followed by the xml response.......and the soap envelope nicely captured within.

Ernie

(another thing you can do is change the output link to be one single column and put a '/' in the Description and go to the message tab and select that column as a "user defined message"......but then it's just the response...best to see it in the trace, then you get the request that DS built).
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply