Hi All,

In Jmeter, I'm trying to delete the Idp from API call. Even though the IDP
delete ,I'm getting following error in the response. And also there are no
errors available in the logs

*Request:*
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:mgt="http://mgt.idp.carbon.wso2.org";>
   <soapenv:Header/>
   <soapenv:Body>
      <mgt:deleteIdP>
         <!--Optional:-->
         <mgt:idPName>${IdentityProviderName}</mgt:idPName>
      </mgt:deleteIdP>
   </soapenv:Body>
</soapenv:Envelope>

*Response:*

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>Exception occurred while trying to invoke
service method deleteIdP</faultstring>
         <detail />
      </soapenv:Fault>
   </soapenv:Body></soapenv:Envelope>


*Jmeter version:* 3.3

*Endpoint:*
htttps://localhost:9443/services/IdentityProviderMgtService.IdentityProviderMgtServiceHttpsSoap11Endpoint

Anyone have an idea why I'm getting this exception ?



*Thanks & Best Regards!*

*Achini Jayasena*
*Software Engineer - QA | WSO2*

Email: [email protected]
Mobile: +943 882 897

[image: http://wso2.com/signature] <http://wso2.com/signature>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to