[ https://issues.apache.org/jira/browse/WSCOMMONS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Amila Chinthaka Suriarachchi updated WSCOMMONS-511: --------------------------------------------------- Attachment: patch.txt patch to support above requirement. this patch requires some api changes to the classes in the datagram package of the base module > Use source address to send a reply with UDP transport if the addressing > ReplyTo is annonymous > --------------------------------------------------------------------------------------------- > > Key: WSCOMMONS-511 > URL: https://issues.apache.org/jira/browse/WSCOMMONS-511 > Project: WS-Commons > Issue Type: Improvement > Reporter: Amila Chinthaka Suriarachchi > Attachments: patch.txt > > > Use source address to send a reply with UDP transport if the addressing > ReplyTo is annonymous. > ws-discovery specification[1] requires annonymous reply messages. > This can be done in a similar way as in the other transports by storing the > source at the message receive and > use it to send the reply. client side can wait for a reply if use separate > listener is not set. > [1] http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.