| Author |
Access soap envelope in EJB
|
william kane
Ranch Hand
Joined: Nov 21, 2000
Posts: 260
|
|
Hi, I would like to know how one can access the information in the SOAP:ENVELOPE when a web service is created using a stateless session bean? thanks in advance, William Kane
|
Help me!Help you!!!
|
 |
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
|
|
|
I don't think you can. If you needed to operate on something that wasn't marshalled to one of your EJBs parameters, you'd have to do it in a handler.
|
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
|
 |
william kane
Ranch Hand
Joined: Nov 21, 2000
Posts: 260
|
|
Originally posted by Nathaniel Stoddard: I don't think you can. If you needed to operate on something that wasn't marshalled to one of your EJBs parameters, you'd have to do it in a handler.
Thanks Stoddard, So does that mean i need to write a custom handler to acess the envelope. -William
|
 |
 |
|
|
subject: Access soap envelope in EJB
|
|
|