SOAP Flashcards

1
Q

What needs to be shared with the web service consumers?

A

An interface which is not language specific.

It should be a format which is understood by all technologies.

Which is XML - WSDL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what does WSDL contains?

A

it has contractual information that needs to be implemented by the consumer

  1. Methods that needs to be called
  2. Arguments
  3. return types
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which is the registry of webservices?

A

UDDI

Universal Description Discovery Integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the format of the data sent in request and response in WS?

A

XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the protocol followed in request/response?

A

SOAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

who do the conversion of java object into xml?

A

SEI - Service Endpoint Interface

tha provides interface to the client application based on technologies used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which in the WSD file teslls the service name?

A

wsdl:service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly