My service method takes in as parameter String url. In a SOAP request, when I pass leave out the url, I get url="" and I'm able to handle this as desired. But with a REST request, a 404 is thrown before entering the service and I have no control in handling this exception.
Is there any workaround this?

Reply via email to