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”
suppose there is one webMethod named with insertInvoice, then the soap action is
/InvoiceService/insertVoice?
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
C)
The naming convention used in this URI is:
—the name of the @WebService class, in this case Invoice, with Service
appended