nerdexam
IBM

C9510-418 · Question #98

Through what protocol can a Java client directly access EJBs running on an application server?

The correct answer is D. SOAP/HTTP. Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless…

Administration and Configuration

Question

Through what protocol can a Java client directly access EJBs running on an application server?

Options

  • AJDBC
  • BRMI/IIOP
  • CSOAP/JMS
  • DSOAP/HTTP

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    12% (4)
  • D
    79% (26)

Explanation

Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless session bean, JAX-WS, or some other technology. In addition, enterprise beans and web components can be clients of web services. This flexibility enables you to integrate Java EE applications with web services.

Topics

#EJB access#RMI/IIOP#Java client#protocol

Community Discussion

No community discussion yet for this question.

Full C9510-418 Practice