Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/26/2024 09:03 AM
I configured an updateaccountjson in SOAP connector with below json. the json is a dummy json to just update account tasks when ever they are created (because of change of dyanmic attribute value)
[{ "CONNECTION": "updatelogin", "REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://www.oorsprong.org/websamples.countryinfo\"><soapenv:Header/><soapenv:Body><web:CapitalCity><web:sCountryISOCode>CAN</web:sCountryISOCode></web:CapitalCity></soapenv:Body></soapenv:Envelope>", "RESPONSEMAPPING": {"SUCCESSRESPONSE" : "Body.CapitalCityResponse.CapitalCityResult"},"SUCCESSCRITERIA" : {"SUCCESSRESPONSE":"Ottawa"},"REQUESTPARAMS": { "Content-Type": "text/xml;charset=UTF-8","SOAPAction": "" } }]
For the above dummy url below is the SOAPUI response
After I run the provisioning job, provisioningmetadata is getting updated in pending task, but the task itself is not getting moved to completed section.
PFA the logs
08/26/2024 09:10 AM
[
{
"CONNECTION": "updatelogin",
"REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://www.oorsprong.org/websamples.countryinfo\"><soapenv:Header/><soapenv:Body><web:CapitalCity><web:sCountryISOCode>CAN</web:sCountryISOCode></web:CapitalCity></soapenv:Body></soapenv:Envelope>",
"RESPONSEMAPPING": {
"SUCCESSRESPONSE": "Body.CapitalCityResponse.CapitalCityResult"
},
"SUCCESSCRITERIA": {
"SUCCESSRESPONSE": "Ottawa"
},
"REQUESTPARAMS": {
"Content-Type": "text/xml;charset=UTF-8",
"SOAPAction": ""
}
}
]
08/26/2024 10:12 AM
Apart from the formatting, there is no difference between the JSON you shared and mine. Nevertheless, I went ahead and used the one you provided above, but I am still seeing the same behavior where my pending task is not getting closed.
08/26/2024 10:17 AM
"SUCCESSCRITERIA" : "RESPONSEMSG=Ottawa"
08/26/2024 10:50 AM
@rushikeshvartak based on your above comment I adjusted below and task remain in pending with an error in logs
[
{
"CONNECTION": "updatelogin",
"REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://www.oorsprong.org/websamples.countryinfo\"><soapenv:Header/><soapenv:Body><web:CapitalCity><web:sCountryISOCode>CAN</web:sCountryISOCode></web:CapitalCity></soapenv:Body></soapenv:Envelope>",
"RESPONSEMAPPING": {
"SUCCESSRESPONSE": "Body.CapitalCityResponse.CapitalCityResult"
},
"SUCCESSCRITERIA" : "RESPONSEMSG=Ottawa",
"REQUESTPARAMS": {
"Content-Type": "text/xml;charset=UTF-8",
"SOAPAction": ""
}
}
]
Now I get a different error on provisioning comments, attaching the logs
08/26/2024 11:06 AM
[
{
"CONNECTION": "updatelogin",
"REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://www.oorsprong.org/websamples.countryinfo\"><soapenv:Header/><soapenv:Body><web:CapitalCity><web:sCountryISOCode>CAN</web:sCountryISOCode></web:CapitalCity></soapenv:Body></soapenv:Envelope>",
"RESPONSEMAPPING": {
"SUCCESSRESPONSE": "Body.CapitalCityResponse.CapitalCityResult"
},
"SUCCESSCRITERIA": {
"RESPONSEMSG": "SUCCESSRESPONSE=Ottawa"
},
"REQUESTPARAMS": {
"Content-Type": "text/xml;charset=UTF-8",
"SOAPAction": ""
}
}
]
08/26/2024 12:24 PM
08/26/2024 12:58 PM
"RESPONSEMAPPING":{
"SUCCESSRESPONSE" : Body.CapitalCityResponse.CapitalCityResult"
},
"SUCCESSCRITERIA" : "SUCCESSRESPONSE=Ottawa"}
08/26/2024 01:10 PM
Still the same. I am not getting an error, but the task is still pending, and the task metadata is being updated. Attached are the logs..
[
{
"CONNECTION": "updatelogin",
"REQUESTXML": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://www.oorsprong.org/websamples.countryinfo\"><soapenv:Header/><soapenv:Body><web:CapitalCity><web:sCountryISOCode>CAN</web:sCountryISOCode></web:CapitalCity></soapenv:Body></soapenv:Envelope>",
"RESPONSEMAPPING": {
"SUCCESSRESPONSE": "Body.CapitalCityResponse.CapitalCityResult"
},
"SUCCESSCRITERIA" : "SUCCESSRESPONSE=Ottawa",
"REQUESTPARAMS": {
"Content-Type": "text/xml;charset=UTF-8",
"SOAPAction": ""
}
}
]
08/27/2024 11:08 AM
Do you have any updates on this? Are there any other modifications you would like me to make and test? Do you think this might be a bug?