I have few Services- with clean-URLs
and while calling each service, the URL pattern is being checked.
Now am calling those URLs via AJAX from another server u
You should set jsonp: false and not jsonpCallback: false. You should also explicitly set the jsonpCallback option to the callback name you expect to receive from the service.
jsonp: false
jsonpCallback: false
jsonpCallback
Reference: http://api.jquery.com/jQuery.ajax/