cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,


I have created a RESTwebservice and the transaction/IWFND/GW_CLIENT allows to use an XML in the HTTP request.

My question is, how can I get the XML File where I can put the data that I need to perform the CREATE, READ, etc Requests?


When I get the metadata of my webservice (http://p2w4r5s8:8080/sap/opu/odata/sap/ZZ_TEST_GATEWAY_002_SRV/$metadata), then I get answer contained in the attachment file metadata_answer.xml


How can I use the metadata XML to use it in the CREATE, READ, DELETE, ... Requests?


The idea is to use an XML in the request and not to put all the necessary data in the URL-String:

Cheers and thanks in advance

Mar

0 Likes
View Entire Topic
kammaje_cis
SAP Mentor
SAP Mentor
0 Likes

In addition to Andreas's answer, you may refer to this blog on how to test each operation.