Hi
Hi All,
Found the cause for most. Still an odd error though. So here is the cause:
The service explicitely says @Consumes("text/xml") , while my client
specified:
RequestEntity re = new FileRequestEntity(
new File("somefile.txt"),
"application/xml; charset=ISO-8859-1");
After changing this to text/xml. POST and DELETE succeeded.
OK...
Remaining issue:
1. Why was no exception thrown?
2. Why did it revert to GET?
I'll need some help here. Can you verify it is GET ? Any chance you can attach
a simple test case to a JIRA ?
I honestly do not see POST being mapped to GET happening....Does request get
modified somehow by some interceptor ?
cheers, Sergey
3. PUT still requires that basic authentication, although I would be
checking with our SysAdmin. I think this would be server specific.
Gabo