International-Data-Spaces-Association / ids-specification

The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between entities governed by usage control and based on Web technologies. These specifications define the schemas and protocols required for entities to publish data, negotiate Agreements, and access data in a data space
https://docs.internationaldataspaces.org/dataspace-protocol/
Apache License 2.0
26 stars 14 forks source link

feat(TP): change processId to providerPid and consumerPid #152

Closed juliapampus closed 10 months ago

juliapampus commented 10 months ago

Relates #106

matgnt commented 10 months ago

This one here in the TP I think should be also changed, right?

The @id is the correlation id that will be used for callback messages.

this part should be remove I think:

response with the location header set to the location of the transfer process as we don't want to use the header any more.

This is also obsolete:

Note that if the location header is not an absolute URL, it must resolve to an address that is relative to the base address of the request.

(same with the header information in the CN PR #151 )

juliapampus commented 10 months ago

The @id is the correlation id that will be used for callback messages.

Oh, I must have missed that. Will remove/edit. Thx!

juliapampus commented 10 months ago

Do you want to review again or is this ready to be merged? @matgnt