-
Sep 7th, 2005, 10:39 AM
#1
Seeking example with spring and web services
I need to implement some web services. I am looking at using axis or xfire. I don't have to deal with lazy-init problems, but do have the possibility in the future of having non-java clients.
I see axis, xfire, hessian, etc... in the spring reference manual, but I can not find code examples. I would be appreciate if anyone could point me to where I may find an example application.
I also would be interested in hearing axis vs. xfire vs. hessian arguments. I am open to anything open-source.
Thanks.
-
Sep 12th, 2005, 08:48 AM
#2
In the samples folder? 
JaxRpcOrderService.java for Axis for example.
-
Sep 12th, 2005, 10:41 AM
#3
i m looking for similar example
i am looking for similar example for wsdp and even though this example Account order service is not very clear, like i dont get it where they do the regestration stuff for the webservice. is there a step by step integration tutorial of webservice in spring (esp wsdp)
Thanks
-
Sep 12th, 2005, 10:45 AM
#4
Registration has nothing to do with Spring, it's WS library specific. You may want to look up Axis docs to see how it's done.
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