Closed rmcdouga closed 8 months ago
The content type is hard-coded to be application/pdf . This is problematic when requesting document info.
application/pdf
The server code will have to be modified to return the content-type in the XML response and the client will have to extract the value from the XML.
The content type is hard-coded to be
application/pdf
. This is problematic when requesting document info.The server code will have to be modified to return the content-type in the XML response and the client will have to extract the value from the XML.