WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

what is use of web services in WAS?

saravana kumar

saravana kumarTue June 18, 2013 02:52 AM

  • 1.  what is use of web services in WAS?

    Posted Tue June 18, 2013 02:52 AM
    what is a webservices and it's use in WAS.


  • 2.  what is use of web services in WAS?

    Posted Tue June 18, 2013 12:33 PM
    I always check out Wikipedia for technology I not familiar with.  Wikipedia has a good definition of a web service here -> en.wikipedia.org/wiki/Web_service

    Here's my attempt at a definition (there's a lot more to web services then this - services lookup, QoS, security, transational support, etc.).

    A web service is an open standards framework used to send messages between applications (and languages) over TCP/IP (Internet or intranet).  You can use WSDL (WebServices Definition Language) to define the consumbable endpoint, the "method" invocation and the data that is use as part of the "method" signature and the expected response (and data type).

    WAS supports a variet of current web services specs (see this link for more detail) -> bit.ly/11McsBT

    I hope this helps.


  • 3.  what is use of web services in WAS?

    Posted Wed June 19, 2013 12:30 PM
    thank you paul