Hi, I intend to implement WS-Discovery for Axis. For that purpose I need the ability to send SOAP messages via UDP as multicast messages as defined in the WS-Discovery specification. Unfortunately, Axis allows unicast only. Furthermore WS-Discovery uses URIs (instead of limited URLs) for the wsa:To addressing header, which are mapped to IP addresses at a later stage. That's why I need a possibility to step in the "out flow".
There is a description at the Axis2 site how to accomplish this for server-side processing (using handlers or modules), but I need it for client-side processing as well. I searched this list and found some similar posts, but no answers. How can I intervene the client-side processing? Thanks in advance, Andreas Bobek.
