nerdexam
SOA

S90-02A · Question #14

It is possible to have 3 SOAP-based Web services, each with a WSDL definition that has an operation named Update. Select the correct answer.

The correct answer is A. True. Option A is correct because WSDL operation names are scoped to their individual service definition - there is no global namespace that prevents multiple services from defining an operation called Update. Each WSDL document is independent, and the combination of the service…

Web Services and Contract-First Design

Question

It is possible to have 3 SOAP-based Web services, each with a WSDL definition that has an operation named Update. Select the correct answer.

Options

  • ATrue
  • BFalse

How the community answered

(19 responses)
  • A
    95% (18)
  • B
    5% (1)

Explanation

Option A is correct because WSDL operation names are scoped to their individual service definition - there is no global namespace that prevents multiple services from defining an operation called Update. Each WSDL document is independent, and the combination of the service endpoint URL, the namespace defined in the WSDL, and the binding together uniquely identify each service and its operations.

Option B is wrong because it incorrectly assumes operation names must be globally unique across all Web services, which is not how SOAP/WSDL works.

Memory tip: Think of WSDL operations like method names in separate classes - two different classes can both have a method named Update() without any conflict, because the class (service) provides the unique context.

Topics

#WSDL operations#operation naming#SOAP services#service contracts

Community Discussion

No community discussion yet for this question.

Full S90-02A Practice