Hello,
I'm usinf MMS Java Library to encode my message.
If I trying to send more than 5 parts in one MMS, I have
incorrect order of answer.
See below:
Content 0 --> ID = <5>, TYPE = text/html, LENGTH = 73
Content 1 --> ID = <0>, TYPE = text/plain, LENGTH = 200
Content 2 --> ID = <6>, TYPE = image/jpeg, LENGTH = 478
Content 3 --> ID = <1>, TYPE = image/jpeg, LENGTH = 478
Content 4 --> ID = <2>, TYPE = text/plain, LENGTH = 990
Content 5 --> ID = <3>, TYPE = image/gif, LENGTH = 1426
Content 6 --> ID = <4>, TYPE = image/jpeg, LENGTH = 478
Message sent to http://127.0.0.1:8189
Response code: 204 No Content
X-NOKIA-MMSC-VERSION: 1.1
While content #0 has ID=5 ?? Correct #0 has ID=0.
Regards,
Marian



