job parameter passing to xml header

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

job parameter passing to xml header

Post by India2000 »

<Password>........</Password>
</AuthHeader>
</soap:Header>
</soap:Envelope>

Thanks
Last edited by India2000 on Thu Mar 21, 2013 6:17 pm, edited 2 times in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Just build the string 'around' the job parameters so they evaluate. Snippet:

Code: Select all

'<Username>' || #pUserName# || '</Username>'
-craig

"You can never have too many knives" -- Logan Nine Fingers
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

Post by India2000 »

Thanks Chullet for this hint and resolved my issue.
Post Reply