Hi Glen,

Thanks for replying.

See in my endpoint let's say I have a bean as such:

@WebService
public class ServiceImpl implements Service{
   public SpringBean bean;
}

Now how do I inject this bean from spring bean xml config? What do I
put inside the jaxws:endpoint element?
<jaxws:endpoint id="service"
  ...>

</jaxws:endpoint>

I still haven't got the gist of CXF yet.

Thanks in advance

On Thu, Nov 6, 2008 at 1:13 AM, Glen Mazza <[EMAIL PROTECTED]> wrote:
>
> Would the first and third code segments of Step #2 here[1] be what you're
> looking for?
>
> [1] http://www.jroller.com/gmazza/date/20080716
>

-- 
Not by might nor by power, but by His Spirit.

Read my blog: http://joshuajava.wordpress.com/
Follow me on twitter: http://twitter.com/jpartogi

Reply via email to