The execute button does nothing.
So, I noticed that the parameter type for SAPDataBatch is ‘file’ rather than ‘object’ as I have in other POST operations. This must be because I used a JSON structure to generate the import mapping. I created a message definition using the same schema objects and generated a new import mapping from that. Hey presto!, on the swagger page the parameter type is now object and I can execute my request….
Unfortunately, the import mapping creates an empty schema object.
Normaly Swagger UI provides you the parameters as inpput fields which you are able to use. Do you use a message definition for your REST service? Then Swagger UI should provide you more detailed information about your built service..
Maybe you can provide some more information about your implementation to propably have a better undertsanding of your issue.
Did you perhaps miss the authentication pop-up after hitting execute? Happens to me sometimes.. :)
Hi Gerrit,
My service operation:
Body parameter:
swagger UI page (note: already authenticated!):
Hey…
Facing the same issue. can i know how you got this resolved ?