SOAP Flashcards
What needs to be shared with the web service consumers?
An interface which is not language specific.
It should be a format which is understood by all technologies.
Which is XML - WSDL
what does WSDL contains?
it has contractual information that needs to be implemented by the consumer
- Methods that needs to be called
- Arguments
- return types
Which is the registry of webservices?
UDDI
Universal Description Discovery Integration
What is the format of the data sent in request and response in WS?
XML
what is the protocol followed in request/response?
SOAP
who do the conversion of java object into xml?
SEI - Service Endpoint Interface
tha provides interface to the client application based on technologies used
Which in the WSD file teslls the service name?
wsdl:service