Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SOAP Connector adding WSDL automatically

narendranegi
New Contributor II
New Contributor II

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?

3 REPLIES 3

khalidakhter
Saviynt Employee
Saviynt Employee

@narendranegi 

Can you please attach all the connection parameters here to have a look?

narendranegi
New Contributor II
New Contributor II

{
"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"
}}}}}

khalidakhter
Saviynt Employee
Saviynt Employee

@narendranegi 

Hi @narendranegi 

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.