Follow bluemix document for API connect to create, publish one api to bluemix. While I login bluemix developer portal and register one application, then try to post the api with client id. it returns can't post error log... I can see this error log on both developer portal and api application side.
Recreation steps:
- Create API connect
- Install developer toolkit and create hello-word sample api application
- Use apic edit to open local api designer
- Run api locally and test, we can successfully post and get api
- Click publish to publish this api application to bluemix and we can get application url.
- On api designer to type the the invoke url and TLS profile by using the url
- Publish api product to bluemix..
- On bluemix api connect service, navigate to catalog, configure developer portal and invite developer
- Open developer portal and designer one application, we will get client id and secret here.
- Subscribe this application to our published api...
- Then we can test on developer portal with client id and secret.. we try to post but I just get can't post error information:
- While I try to use get the api, it returns running information, but it should be the notes information defined on sample:
Could you please help clarify where may be the root cause of this issue???? I just follow bluemix api connect document to do this...