Assuming that he packages the class in a war file without deployment descriptors, the web service is hosted by a EE container relative to module context at ? (Choose one)

A developer creates the following web service:

Assuming that he packages the class in a war file without deployment descriptors, the web service is hosted by a EE container relative to module context at ? (Choose one)

A developer creates the following web service:

Assuming that he packages the class in a war file without deployment descriptors, the web service is hosted by a EE container relative to module context at ? (Choose one)

A.
“/Invoice”

B.
“/InvoicePort”

C.
“/InvoiceService”

D.
“/InvoiceWebService”



Leave a Reply 3

Your email address will not be published. Required fields are marked *


leo yu

leo yu

suppose there is one webMethod named with insertInvoice, then the soap action is
/InvoiceService/insertVoice?

coco

coco

I think that you think how “jax – rs” about this one “/InvoiceService/insertVoice”,
invoiceService is the name of service where can acces to yours operations, Not can acces thes operations directly how REST

Andrei

Andrei

C)

The naming convention used in this URI is:
—the name of the @WebService class, in this case Invoice, with Service
appended