Hello,
I’ve created the RESTfull webservice tutorial and every thing works file from within the eclipse environment. But I get a HTTP 415 (Unsupported Media type) error when trying to Post the XML call to the webservice from a client. The client is calling the REST web service running in MyEclipse Tomcat server. I’ve made sure the client program is sending text/XML in the header content type.
Anyone have an idea as to what may be causing this?
Thank you.