Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

SOAP connector showing 405 error message

AadhithyanS
New Contributor
New Contributor

Hi Team,

We are trying to build a SOAP application but we are getting 405 error message. below is the connection json being used. Could you please help on this?

JSON:

{
"authentications": {
"call1": {
"properties": {
"SOAP_ENDPOINT" : "{BaseUrl}",
"USERNAME" : "xxx",
"PASSWORD" : "yyy",
"REQUESTPARAMS" : {
"CONTENT-TYPE": "application/x-www-form-urlencoded",
"Connection": "Keep-Alive",
"Keep-Alive": "timeout=600, max=1000"
}
}
}
}
}

Error message:

Connection Failed: Some issues are preventing a successful connection and needs to be corrected.
  • Error in connecting to webservice: https://{baseurl} - Response Code: 405, Response Message: null

 

Regards,

Aadhithyan.S

2 REPLIES 2

NM
Honored Contributor III
Honored Contributor III

@AadhithyanS working fine from postman ?

Is it an on prem application?


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

AadhithyanS
New Contributor
New Contributor

Hi @NM Yes it's working fine from postman. The method is POST method so not sure how we can pass it in SOAP. It's not on pren application