Clients should work fine as well -- no additional libraries needed.
Here's a servlet that uses a web service endpoint:
http://svn.apache.org/repos/asf/openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/java/org/superbiz/servlet/WebserviceServlet.java
That more what you where looking for?
-David
On Sep 16, 2009, at 1:18 PM, my.reprive@gmail.com wrote:
> Dave
>
> Webservice creation is not the issue. I am looking for a wsconsume
> impl.
>
> John
>
> Sent from my HTC
>
> ----- Reply message -----
> From: "David Blevins" <david.blevins@visi.com>
> Date: Wed, Sep 16, 2009 3:10 PM
> Subject: WebService client in an embedded scneario
> To: <users@openejb.apache.org>
>
>
> On Sep 12, 2009, at 4:36 AM, John Ament wrote:
>
> > Does anyone have any comments as to support for web service
> clients in
> > openejb? I don't see anything commented as far as this goes. Do I
> > need an
> > external library?
>
> It should be good to go from a web services perspective (Apache CXF
> already included and integrated). Here's a small app that has a web
> service ejb in a webapp and a couple perl SOAP::Lite clients:
>
> http://svn.apache.org/repos/asf/openejb/trunk/openejb3/examples/webapps/moviefun/
> >
> Hope that helps!
>
>
> -David
>
>
>
|