You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-kits/kits/product-carbon-footprint-exchange-kit/software-development-view.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following chapter illustrates the process from searching for an EDC point, t
34
34
35
35
In order to receive the EDC endpoints for a requested partner, the EDC Discovery Service is used, following the [CX-0001](https://catenax-ev.github.io/docs/next/standards/CX-0001-EDCDiscoveryAPI) EDC Discovery API standard. Therefore, at least the BPNL (Business Partner Number Legal) entity needs to be known. For more details please refer to the Catena-X standard above.
@@ -44,7 +44,7 @@ For **synchronous data exchange (data pull)** please find sequence diagram in PC
44
44
45
45
After successfully locating the corresponding material twin containing a PCF submodel, the EDC asset containing the PCF request endpoint can be extracted (example payload can be found [here](#payload-for-edc-data-asset-pcf)) and the query for a PCF dataset can be initiated, as illustrated in the attached sequence diagram.
In case no matching material twin or PCF submodel exists, the flow falls back to a direct lookup of an EDC asset containing the PCF request endpoint provided within the offers of any EDC registered for the data provider's BPNL.
50
50
@@ -102,7 +102,7 @@ The PCF submodel must be registered with the ``idshort: PCFExchangeEndpoint``.
102
102
"keys": [
103
103
{
104
104
"type": "GlobalReference",
105
-
"value": "urn:samm:io.catenax.pcf:8.0.0#Pcf"
105
+
"value": "urn:samm:io.catenax.pcf:9.0.0#Pcf"
106
106
}
107
107
]
108
108
},
@@ -151,7 +151,7 @@ The following JSON shows the EDC Asset for a PCF defined in the EDC using the as
0 commit comments