File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Access soap envelope in EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Access soap envelope in EJB" Watch "Access soap envelope in EJB" New topic
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
 
Threads others viewed
Constructors
database in netbeans
basic question on access modifiers and levels
access specifier and access modifier
Access specifiers & Access Modifiers
MyEclipse, The Clear Choice