-
Notifications
You must be signed in to change notification settings - Fork 38
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
HB2B 7.0.0 sends all payloads with the same data #156
Comments
This indeed is a bug in HB2B where it duplicates the first payload to the other payloads when they have not been assigned a URI on submission. |
I updated the issue title to better reflect what is happening. |
All the examples in |
That the examples don't include the @kimmerin, you're probably right that most MMDs don't include the |
Hi,
I've tried to "update" to release 7.0 (downloaded the release from here, yesterday) and now have failing test cases where I'm sending myself a message containing two parts infos. Here is the MMD:
The sending and receiving itself works and after a while I get the following inbound MMD:
soap-in and soap-out logs don't show the attachment so I've fired up Wireshark were it seems that the confusion happened on the sending side (this is a trace of another test, so the IDs are different from above):
I've tried to find the error on my side (I always assume it to be a PEBKAC) but I don't see where that possible could be the case.
The text was updated successfully, but these errors were encountered: