Hi, I'm reading through the documentation of WSO2 Identity Server's Entitlement API on how to use the SOAP web service API for adding an entitlement policy:
https://is.docs.wso2.com/en/5.9.0/develop/entitlement-with-apis/ >From the WSDL reosurce provided in the document, I can see that the addPolicy XSD element is present: <xs:element name="addPolicy"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="policyDTO" nillable="true" type="ax2346:PolicyDTO"/> </xs:sequence> </xs:complexType> </xs:element> but I couldn't find the schema element for the addPolicyResponse. Without this information the web service client is unable to understand the web service response for adding a policy. My question is where I can find the XSD element for the addPolicyResponse? Thanks! - Jojo
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
