Author |
Message
|
chetu777 |
Posted: Sun May 09, 2010 8:24 pm Post subject: How to catch the SOAP header information from SOAP i/p node |
|
|
Acolyte
Joined: 07 Sep 2009 Posts: 59
|
Hi All,
My broker is v7, In my requirement I need to catch the SOAP message header information i.e wsse part for furthur use in flow. I have set the username policy in broker, but once the message is validated from the SOAP node I am not able to see any header information in tree strucutre when I debug.
Can anybody guide me how to hold on to the header information in SOAP input node, so that I can use it in my compute node furthur in flow? |
|
Back to top |
|
 |
Ric-Tic |
Posted: Mon May 10, 2010 5:11 pm Post subject: Re: How to catch the SOAP header information from SOAP i/p n |
|
|
Apprentice
Joined: 18 Nov 2003 Posts: 38 Location: Zurich, Switzerland
|
chetu777 wrote: |
Hi All,
My broker is v7, In my requirement I need to catch the SOAP message header information i.e wsse part for furthur use in flow. I have set the username policy in broker, but once the message is validated from the SOAP node I am not able to see any header information in tree strucutre when I debug.
Can anybody guide me how to hold on to the header information in SOAP input node, so that I can use it in my compute node furthur in flow? |
You have obviously not either
1. taken any education
2. talked to your local IBM Technical resource or
3. read the documentation
The purpose of the SOAPInput node is to remove the header information and store it for possible future use |
|
Back to top |
|
 |
chetu777 |
Posted: Tue May 11, 2010 2:18 am Post subject: |
|
|
Acolyte
Joined: 07 Sep 2009 Posts: 59
|
I have gone through the document on SOAP input node, but I am not able to figure out how to retain the header inforamtion from being stripped off. Can kindly someone help me in this regard immediatly.
Thanks in advance |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 11, 2010 2:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Which information are you trying to retain? |
|
Back to top |
|
 |
chetu777 |
Posted: Tue May 11, 2010 8:33 pm Post subject: |
|
|
Acolyte
Joined: 07 Sep 2009 Posts: 59
|
WSSE header information is what I want to retain, where I like to retain username and password values in tree structure, so that I can use it furthur in my compute node for some operations.
I have set username policy and bindings in broker and attached this policy and binding to the bar file configure properties, then I am not able to retain this wsse header info after SOAP i/p node
1) Can this header information be retained? if so how?
If I dont set any username policy and bindings in broker archieve file, I am able to retain username and password information in tree struture. But my problem is I need to retain this even after attacheing the policy and bindings to the bar file configure properties. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 12, 2010 3:23 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Have you looked at the Properties subtree? |
|
Back to top |
|
 |
chetu777 |
Posted: Wed May 12, 2010 4:37 am Post subject: |
|
|
Acolyte
Joined: 07 Sep 2009 Posts: 59
|
Hey thanks a lot Jedi Knight, Its there in properties tree as u mentioned, I had overlooked this tree while debugging before.
Usename and password are present in this tree struture as IdentitySourceToken and IdentitySourcePassword.
I think our issue is solved.
Thanks again. |
|
Back to top |
|
 |
|