REST suitable for many data fields application? -


we have existing web service implemented using soap 1.2. have methods create , update using large number of fields (about 20 or fields) field1, field2, fiel3...field20. centralized system many external clients connect. object created can updated upto 60 days.

one of customers have requested provide restful ws same interface.

i have been reading on restful ws , think might cumbersome implement in application ours becuase of large number of data fields involved.

also soap, specification easier becuase document , distribute wsdl , follows that.

i hear thoughts on :

  1. would consider rest ws application large number of fields.
  2. if yes, best interface representing data fieds. xml okay since have xml schema defined used exising soap interface. 2 or better use json (map each xml element name json key, e.g. field1, field2 etc.

thanks


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -