Re: map bean to XML

2004-05-06 Thread Pete Clark
- From: David Thielen [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 6:47 PM Subject: Re: map bean to XML Take a look at betwixt in the jakarta project. - dave -- Original Message -- From: Pete Clark [EMAIL

map bean to XML

2004-05-05 Thread Pete Clark
Gents, I have a class I'm returning that follows standard javabean get/set conventions. On the client side, I have a "generic" axis client that handles scalar types (String, Integer, etc.) as well as Element. My question is, is there any way I canreturn, say, an Employee bean from my web

Help exposing this document service

2003-03-05 Thread Pete Clark
Heres the EJB I want to expose as a web service (Using axis 1.0 with Jboss 3.2.0) public Document runQuery(DatabaseRequest lDatabaseRequest) { . Code removed Document lResults; . Code removed return lResults; } DatabaseRequest is just a simple class with 4 public

RE: Help exposing this document service

2003-03-05 Thread Pete Clark
Folks, let me know if this was an inappropriate question to ask on the mailing list. If it was, I apologize. Pete -Original Message- From: Pete Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:12 PM To: [EMAIL PROTECTED] Subject: Help exposing