cancel
Showing results for 
Search instead for 
Did you mean: 

SAP integration with ClickSoftware REST

former_member183909
Active Participant
0 Kudos
343

We are investigating the ClickSoftware integration with our SAP PO7.5. Click recommend REST services. Has anybody done this with REST services. The CLICK WIKI documentation does not come with the JSON schema or WADL for the services and they only seem to provide sample JSON message for some of the services.

Has anyone else attempted this before and could they provide me with some advice on it?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183909
Active Participant
0 Kudos

Hi

I wanted a schema so as to know, for instance, which fields are optional and which are mandatory - or what the format of the fields are (integer, decimal, string). That web page that I have already looked at does not tell you that you need to take an educated guess.

Muniyappan
Active Contributor
0 Kudos

Could you please let us know why you need the json schema or WADL for consuming this service?

I have not done this before. But after looking at the servcie description it has all information for the service to be called.

For example this service to get the appointments for a particular task.

https://wiki.cloud.clicksoftware.com/display/PUBC9D/GetAppointments+Service+of+the+REST+API#GetAppoi...

It has all info, for example

End url

Request message format

Response format

try with some online sites(https://codebeautify.org/jsontoxml) to convert json to xml, use this xml to design your data types for request and response.

Please let us know your exact issue with consuming these services.