C
Chang
I am wondering if there is a way to display my WSDL dynamically according to
different user credentials.
For example, I have 3 operations in my web service: func_Calculate_Value1,
func_Calculate_Value2, func_Calculate_Value3
Right now I have 3 customers A, B and C.
A is my Gold customer, and I want him to see all 3 operations.
B is my Silver customer, and I want him to see func_Calculate_Value1,
func_Calculate_Value2
C is my regular customer, and I want him to see func_Calculate_Value1 only.
I assign different user/passwd to A, B, C, and I want to customize what they
can see in WSDL. I don't want a regular customer to see all my operations.
different user credentials.
For example, I have 3 operations in my web service: func_Calculate_Value1,
func_Calculate_Value2, func_Calculate_Value3
Right now I have 3 customers A, B and C.
A is my Gold customer, and I want him to see all 3 operations.
B is my Silver customer, and I want him to see func_Calculate_Value1,
func_Calculate_Value2
C is my regular customer, and I want him to see func_Calculate_Value1 only.
I assign different user/passwd to A, B, C, and I want to customize what they
can see in WSDL. I don't want a regular customer to see all my operations.