Have you ever had to do deal with SOAP HEADER? Do you know any interesting tutorial?
Thanks in advance!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
You don't need to deal with any SOAP headers directly if you use a standard like WS-Security (which does all that for you). Which SOAP stack are you using?
You can write a Web Service Handler and extract & process header information. This will be neater way of validating SOAP requests.
SCJP 1.4
Rahul Juneja
Ranch Hand
Joined: Aug 03, 2002
Posts: 425
posted
0
Vivek Kr Singh wrote:You can write a Web Service Handler and extract & process header information. This will be neater way of validating SOAP requests.
Exactly, This is what i am thinking but do you have some links which shows some sample code snippet or something.
Any link is appreciated.
Thanks,
Rahul
Vivek Kr Singh
Ranch Hand
Joined: Oct 12, 2007
Posts: 56
posted
0
I have created handlers for WLS 10 using this link
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.