Metadata could not be deserialized #62
-
Hello, I have a provider connector up and running and I'm trying to get the description of the resource via the REST API: Here is a screenshot of the Failed API Request: I actually have 2 connectors setup (provider and consumer) and consumer has to be able to get the description of the resource in order to negotiate the contract as discussed in the wiki. However I get the same error when I do it from the consumer side. The above error happens from the provider side (i.e the connector is getting the description of its own resource, this was done for debugging). |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
Hi! The id you are requesting is wrong. Within the connector's self-description, each resource has an id like that: |
Beta Was this translation helpful? Give feedback.
Hi! The id you are requesting is wrong. Within the connector's self-description, each resource has an id like that:
"@id" : "https://w3id.org/idsa/autogen/resource/0573bfc3-4627-4c73-a0db-54745e120485",
. You have to request this one.