Capturing SOAP Envelope
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Capturing SOAP Envelope
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.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
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).
...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>
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
