Results 1 to 6 of 6

Thread: JAX-WS remoting in Spring 2.5rc1?

  1. #1
    Join Date
    May 2007
    Posts
    15

    Default JAX-WS remoting in Spring 2.5rc1?

    I'd like to use Spring 2.5 for exposing a bean as a JAX-WS service.
    Based on the 2.5 announcement and Javadocs there seems to be direct support for this in Spring.
    Is there any documentation on how to do this?
    The 2.5 reference guide doesn't say anything about it.

  2. #2
    Join Date
    Nov 2007
    Posts
    10

    Default

    I would like to know something about these too.

  3. #3

    Red face

    https://jax-ws-commons.dev.java.net/nonav/spring/

    I hope it will help you out.

    Let me know if it doesn't

  4. #4
    Join Date
    Nov 2007
    Posts
    10

    Default Glassifish

    Quote Originally Posted by anuragpaliwal View Post
    https://jax-ws-commons.dev.java.net/nonav/spring/

    I hope it will help you out.

    Let me know if it doesn't
    I am using Glassfish and I dont have any reference to the JAX-WS servlet in the web.xml of my application.
    This is a kind of implementation like the ones we use to put JAX-WS working in a Tomcat server?

  5. #5
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Check out the "org.springframework.remoting.jaxws" package javadoc for Spring 2.5's JAX-WS support in the meantime. We'll be updating the reference documentation as soon as possible.

    Juergen

  6. #6
    Join Date
    Nov 2007
    Posts
    10

    Default

    Quote Originally Posted by Juergen Hoeller View Post
    Check out the "org.springframework.remoting.jaxws" package javadoc for Spring 2.5's JAX-WS support in the meantime. We'll be updating the reference documentation as soon as possible.

    Juergen
    Thanks Jurgen.
    In the meanwhile, I am dealing with another kind of "remoting": connecting a standalone jms client to a OpenMQ in a remote Glassfish whith Spring.... But trying the JAX-WS its the next step. I will update this post ASAP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •