I am looking into writing my first web service with Spring. Can someone tell me of a good example on the internet.. I will be running this service in Jboss AS
I guess Spring's tutorial should be your first start point:
http://static.springsource.org/spring-ws/sites/2.0/reference/html/tutorial.html
Related
Here are some points about the Web Service.
1.Web Service is a protocol Independent.
2.....
Hello, I'm just starting to learn Web Services. I know maybe this question is kinda stupid. But I don't get it.
And also, can you recommended some site about Web Services ? Please :)
I create a mvc application and i want to use some Push server and some web service for my application to communicate.
I found that a SignalR is best choise for Push Server.
Did I need create another web service for my other work or SignalR do the web services work?
If I need another web service, WCF is best choise? or I have another choise?
Sorry for my bad english
You need have to create a seperate web service for signalR. Please find the example below for signalR with MVC
http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc-4
Thanks
Naren
I wanted to know if we can create and host JAX-RS web service in WSO2ESB's sample axis2 server.
If yes can someone be kind enough to give me a link to a working example.
Thanks in advance!
i think it is possible,build the service and deploy that to sample axis2Server\repository\services folder
My last application had Axis2 web service and used contract last approach. We had a new requirement for creating a web service and I used Spring Web service. A discussion came up in the meeting that why use Spring WS when we already have the required Axis2 libraries to create new web service. I was convincing my team because Spring has Contract first approach which is the best way of creating and all other best points mention in the chapter 2 of the documentation.
But their point was Axis 2 also has contract first.
I would really appreciate anyone since I am really new to web services and still learning what is the difference between Axis 2 and Spring WS. I like an elaborate answer for our better understanding.
Thanks in advance.
If your team already has experience with CXF, and it fits the contract-first requirements, then stick with it.
Spring-WS is simpler and more flexible than CXF, in my experience, but that's not an especially compelling reason to switch to it.
I am developing an asp.net web services.
I am new to asp.net but I want to make a web service in .net 3.5.
I want some video tutorial or step by step tutorial that can show me how to develop , test and then publish the web service to use it in another application.
OK- look into WCF. Here is Microsoft's getting started guide. Do not use ASMX Web services- they are now regarded as legacy.
What sort of other applications are you referring about? More detail on those might get a more in depth answer.
This is a good one: http://www.w3schools.com/webservices/default.asp
www.asp.net should be your starting point.
http://www.asp.net/learn/ has tons of videos. On http://www.asp.net/learn/3.5-videos/, video #13 is about "Creating and Using an AJAX-enabled Web Service in a Web Site".