Hello,
I have deployed cloudfoundry on AWS. And i have developed one service broker which i have registered in cloudfoundry on aws.
Iam able to see my service broker in marketplace with command,
cf services --marketplace
Iam even able to create-service-instance using command
cf create-service-instance XXXXXX
creating XXXXX ok..
But if i try to bind the service instance with an application
cf bind-service xxxxx yyyyy
Time of crash:
2014-11-25 09:14:57 +0000
CFoundry::ServerError: 10001: Service broker error: Missing
required fields: appGuid
I see request header contains appGUID but iam not sure what the problem exactly.
Help in this would be very great to move a head for me.
Thanks & Regards,
Srilatha K.