David: Sure, I did indeed write a soap bean using the Apache Soap Framework. I am sure it could use some work, but it got the job done for me! Here is the relevant code. As I mentioned the portlet extends the Jetspeed abstract portlet. I have used the bean in several manners, servlets, ejbs etc. Basically, you obtain the needed parameters from the service wsdl file, set those on the bean and then ask it to processRequest(). It returns the results object which you can then use in any manner you wish. Hope it is helpful in some manner. Scott IBM Corporation ----- Original Message ----- From: "David Sean Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 1:54 PM Subject: RE: Jetspeed goes Webservices ! > Scott, > > I assume you are talking about the apache soap (beans). > I'd like to learn more about apache soap, please send the example code to > the list, thanks! > > David > > > > -----Original Message----- > > From: Scott A. Roehrig [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 24, 2001 8:48 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Jetspeed goes Webservices ! > > > > > > I have written a portlet that uses a soapbean in this manner. If the > > jetspeed team would be interested in taking a look they are > > welcome to. > > > > > > Scott > > IBM Corporation > > ----- Original Message ----- > > From: "Norman Sch�neich" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, September 24, 2001 11:24 AM > > Subject: Jetspeed goes Webservices ! > > > > > > > I checked out the latest cvs and see a stock quote portlet (as a > > webservice > > > call). > > > > > > Good job ! > > > > > > P.S. > > > What's about a common webservice portlet, where i can > > choose a webservice > > > from UDDI and call methods of the webservice and get response. > > > Are there plans to do something like that ? > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
SearchPortletEventHandler.java
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
