Hi, The ServerWorker impl of the NHTTP transport uses the deprecated UUIDGenerator from Axiom to generate message IDs. The proper way of doing this is by using the new UIDGenerator (see [1] for details). The IDs generated by the two are slightly different in structure:
UUIDGenerator (deprecated): urn:uuid:ADC550543A84B984B31286224511085 UIDGenerator: urn:uuid:68b32f40-70e0-4907-b053-7b6e694c6b02 In fact IDs generated by UUIDGenerator are not standard compliant and it could cause interop issues. So shall we modify the ServerWorker to use the new UIDGenerator? Thanks, Hiranya [1] - https://issues.apache.org/jira/browse/AXIS2-4527 -- Hiranya Jayathilaka Senior Software Engineer; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
