-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CallbackAddress information missing - help wanted #270
Comments
I think it's the
The definition of
|
Hello Arno, Problem that I have is that Provider does not have Consumer callback address to append valid context, so that Provider can continue with negotiation. |
UseCase provider posts offer right arrow:
Problem! how can provider know which is consumer callback address since this information is not send by the consumer in any of the previous steps?
Callback address can have that :callback part, which is unknow for the provider to be able to proceed with contract negotiation. Event message does not have callbackAddress so it can be used in following calls.
Provider cannot know what is :callback part so it can somehow construct agreement URL from first (ContractOfferMessage) request.
The text was updated successfully, but these errors were encountered: