cancel
Showing results for 
Search instead for 
Did you mean: 

How to test a service SEGW

mark_fryu
Participant
0 Kudos
233

Hi everyone,

I created a service in the segw following this blog https://community.sap.com/t5/technology-blogs-by-members/building-a-custom-sap-gateway-service-with-...

at point 6 of the blog, it does a test of the service by inserting request uri + /$format=XML

mark_fryu_0-1732403538443.png

but how can I do a test of the service and to send the fields in input?

 

Thank you

View Entire Topic
0 Kudos

Hi, Below are the solution for question.

Get operation: Select entity name as per your requirement in entity set and pass key fields input data in entity as below of sample sales order API in URI.

SatheeshKumarNendrambaka_1-1732409741350.png

POST Operation:  Select entity name in entity set as per your requirement and prepare payload for request.