jeudi 23 septembre 2021

Can we configure double @endpoint for our service? Is that so, how to configure it?

I have a sample code like this.

@Endpoint
@WebService
class testOperation{

@SoapAction(..)
@Payloadroot(...)
@ResponsePayload
@Webmethod(...)
public Response functionName(Request request){

//...
}

Can we have two @Endpoint and two operations simultaneously. or i have to configure separate project for each endpoint? kindly suggest.




Aucun commentaire:

Enregistrer un commentaire