Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget -O- \
  --header 'x-user: x' \
  --header 'x-password: y' \
'http://cdws.ificlaims.com/search/query?q=solr&content-type=text/xml'
Note

Note: All

CDWS

CDWS responses can be either returned as JSON or XML. The only exception is the attachment service method /attachment/fetch which returns the image bytes with corresponding response headers last-modified, content-type, and content-length appropriately populated.

 

Although the serialization is predetermined by the request content-type, the response format for each service group differs. The response formats will be described under their respective service groups.