Question
Tata Consultancy Services Ltd.
IN
Last activity: 3 Aug 2022 17:45 EDT
Coverting post request to url format for Service HTTP
Hi,
We have this scenario where are are having a Service HTTP which handles post request from an external system. My requirement is that instead of post the external system would be sending the request in URL format.
Can this be done with get method? Can service http be configured for get How to convert the current post request structure to URL request structure. Following is an example of the current request.
<ns1:Fields>
<ns1:Field>
<ns1:Code>C</ns1:Code>
<ns1:Value>[ABC]</ns1:Value>
<ns1:Source>ABC</ns1:Source>
<ns1:Description>DESC</ns1:Description>
</ns1:CTIField>
<ns1:CTIField>
<ns1:Code>D</ns1:Code>
Hi,
We have this scenario where are are having a Service HTTP which handles post request from an external system. My requirement is that instead of post the external system would be sending the request in URL format.
Can this be done with get method? Can service http be configured for get How to convert the current post request structure to URL request structure. Following is an example of the current request.
<ns1:Fields>
<ns1:Field>
<ns1:Code>C</ns1:Code>
<ns1:Value>[ABC]</ns1:Value>
<ns1:Source>ABC</ns1:Source>
<ns1:Description>DESC</ns1:Description>
</ns1:CTIField>
<ns1:CTIField>
<ns1:Code>D</ns1:Code>
<ns1:Value>[DEF]</ns1:Value>
<ns1:Source>ABCI</ns1:Source>
<ns1:Description>DESC</ns1:Description>
</ns1:CTIField>