Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/20/2023 05:20 AM
Hi,
I have a SOAP Connector, In which I have not added any ?WSDL. but when I am testing the connection and checking it in the target trace, I see WSDL in the URL in request header.
Question: is it getting added automatically, if yes how can i remove it?
06/21/2023 04:38 AM
Can you please attach all the connection parameters here to have a look?
06/21/2023 04:43 AM
{
"authentications": {
"login": {
"properties": {
"SOAP_ENDPOINT": "https://**********:8001/sap/bc/srt/rfc/sap/zsapconnectorwebservice/001/zsapconnectorwebservice/zsapconnectorwebservice",
"USERNAME": "SAVIYNT_*******",
"PASSWORD": "***********",
"SOAPACTION": "searchRequest",
"REQUESTPARAMS": {
"Content-Type": "text/xml"
}}}}}
07/05/2023 01:59 AM
I checked the use-case and got to the conclusion that if SOAP_ENDPOINT url fails to authenticate the target system then, the SOAP connector tries authenticating again after appending ?WSDL in the url.
So, please make sure that the SOAP_ENDPOINT and credentials are correct and able to authenticate the request.