-
Bug
-
Resolution: Done
-
Minor
-
jbossws-cxf-4.2.1
-
None
-
None
UDPEndpointAPITestCase.testClientSide fails with connection timeout.
if the following lines are changed from
Endpoint ep = Endpoint.publish("soap.udp://:9436", implementor); ... service.addPort(udpPortName, "http://schemas.xmlsoap.org/soap/", "soap.udp://:9436");
to
Endpoint ep = Endpoint.publish("soap.udp://[::1]:9436", implementor); ... service.addPort(udpPortName, "http://schemas.xmlsoap.org/soap/", "soap.udp://[::1]:9436");
test passes.
I did not inspect if both addresses has to be changed or only one suffice
- relates to
-
JBWS-3778 WS-Discovery and IPv6
- Closed