Hi, Here is a link to Server.java, CustomerResourceProvider.java, CustomInvoker.java, and, CustomExceptionMapper.java:
http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/Server.java http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/CustomResourceProvider.java http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/CustomInvoker.java http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/CustomExceptionMapper.java In addition, I found out that the browser is also receiving the 400 status code. At minimum, due to expecting text/xml, when it gets a blank screen, it says that it cannot parse it. Here is the response to the browser, which was captured with a Firefox plugin called Http Response Browser 0.3: http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/response.toBrowser.400_status https://addons.mozilla.org/en-US/firefox/addon/http-response-browser/ and here is what the response looks like when the browser prints a message in response to it: http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/jaxrs_basic_http_demo/400_header_url_response_to_browser.png Have a great weekend also. Ryan
