-
Jun 27th, 2006, 09:58 AM
#1
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
-
Jun 28th, 2006, 01:57 AM
#2
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,
-
Sep 7th, 2006, 12:26 AM
#3
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.
-
Sep 7th, 2006, 03:43 AM
#4
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.
-
Sep 7th, 2006, 04:42 AM
#5
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.
-
Sep 8th, 2006, 06:25 AM
#6
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules