Results 1 to 7 of 7

Thread: Using Spring Web Services for the client side

Hybrid View

  1. #1

    Default Using Spring Web Services for the client side

    What solutions exist for creating the client-side web service code? Does the Spring Web Services project address that space?
    Shannon Kendrick

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Not yet. We will before we reach 1.0 though. The solution will be template-based, just like any other templates in the spring framework. You will be able to use marshalling, and any of the other XML handling routines.

    Cheers,
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Aug 2006
    Location
    Brisbane, Australia
    Posts
    8

    Default

    Hi,
    Has there been any progress on this front? I need to be able to have my software act as a client and server now.

    If its not working yet I guess I might have to look at XFire instead.

  4. #4
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    It will be part of the next release, not the 1.0 M2. It will be the last feature before we do a 1.0.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  5. #5
    Join Date
    Aug 2006
    Location
    Brisbane, Australia
    Posts
    8

    Default

    damn, probably a little to far out for my current project due in about two months to ensure stability.

    might have to look to XFire instead, thanks.

  6. #6
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    If you are looking for an alternative, you can also look at using plain SAAJ. This approach is also used in the sample apps.

    The solution we will implement will resemble SAAJ a lot, i.e. it will be message-based, not proxy/RPC like.

    Cheers,
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

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