Reputation: 37
currently working on wso2 identity servicer v5.7 . need a help to update service provider using soap request. i read the wso2 docs and saw the services provided by wso2 but did not find the right soap request. I want to update service provider all the details in one request: saml sso configuration as well.
Upvotes: 0
Views: 104
Reputation: 331
You can use the updateApplication
method of IdentityApplicationManagementService
to update a Service Provider. To obtain the WSDL, use the following URL.
https://{IShost}:{port}/services/IdentityApplicationManagementService?wsdl
Upvotes: 1