Forums Register Login

What is Web Services?

+Pie Number of slices to send: Send
In light of The 10 Technologies that Will Help You Stay Employed ...
What is Web Services? Thus far, I am mostly doing back-end development and I am wondering how they may connect.
Thanks,
Leslie
+Pie Number of slices to send: Send
Web Services provides a way to expose pieces of your web application(s) within a servlet container or EJB container. A client doesn't have to be aware of how a service is implemented. It invokes a service indirectly via the container. It relies solely on the WSDL (Web Services Description Language) definition configured in your web app. Within the WSDL you specify the Java methods (interface) in your application that you want to be "web serviced". Next you implement the interface in one of 2 ways: as a stateless session bean running in the EJB container or as a Java class running in the J2EE container. Finally, you arrange the container to listen for incoming SOAP requests and map those requests to the respective implementation (done using WSDL). For SOAP requests, you need to have the JAX-RPC runtime.
I'm so happy! And I wish to make this tiny ad happy too:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 948 times.
Similar Threads
what is web services
Axis in Weblogic Server8.1
New to web services
Order to Prepare For WebServices Exam
What are the tools and other things I need to create a web Services ?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 02:09:09.