Hello team,
I am implementing the service broker using Spring.
I have provided an implementation class for ServiceInstanceBindingService.
In this, according to the OSBAPI specification given here
If someone provides already existing bindingId but with different attributes, we should throw 409 status.
But I am unable to find a way to achieve this.
Will you please help me out.
Hello team, I am implementing the service broker using Spring.
I have provided an implementation class for ServiceInstanceBindingService. In this, according to the OSBAPI specification given here If someone provides already existing bindingId but with different attributes, we should throw 409 status. But I am unable to find a way to achieve this. Will you please help me out.
Thanks.