Java
Java

Reputation: 37

how to update service provider in wso2 using soap request with inbound saml web sso configuration details: need soap request

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

Answers (1)

manuka_m
manuka_m

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

Related Questions