Response obtained from SoapUI but not through PLSQL using UTL_HTTP
Hi All,
Need your advice and help.
Problem Description
We have a requirement of invoking a web-service for uploading data in tax authority website.
We have been provided a WSDL url which contains the data about the web-service we need to invoke. We have uploaded the WSDL in the SoapUI tool and on submitting request to a specific endpoint URL and providing the XML string in the editor, we are getting the expected response.
However, we are not getting any response(NULL response) when the same is being attempted from PLSQL using UTL_HTTP.
For setting the header attributes using UTL_HTTP.set_header we are referring to the