Manually Load Metadata

If your Map has been created by the POST advanced maps method rather than the POST clone solution method, you need to load the metadata for each Connection manually. The following four separate steps must be followed for each Connection in the Solution:

For all metadata calls, make sure you fill in your AgentID. Without an AgentID, TIBCO Scribe® cannot return metadata.

  1. Load the actions metadata for the Connection. Call the GET connection actions method repeatedly until it returns a list of actions instead of a 404 with Metadata request submitted.
  2. Load the entities metadata for the Connection. Call the GET connection entities method repeatedly until it returns a list of entities instead of a 404 with Metadata request submitted.
  3. For each entity your Map uses, load the fields metadata. Call the GET entity fields method repeatedly until it returns a list of fields instead of a 404 with Metadata request submitted.
  4. For each entity your Map uses, load the relationships metadata. Call the GET entity relationships method repeatedly until it returns a list of relationships instead of a 404 with Metadata request submitted.

See

How Do I...