[JBoss JIRA] (JBWS-3563) Unable to connect to SOAP web service in IPv6 environment
by Jim Ma (JIRA)
[ https://issues.jboss.org/browse/JBWS-3563?page=com.atlassian.jira.plugin.... ]
Jim Ma commented on JBWS-3563:
------------------------------
Jaroslav, I verified jboss-eap-6.0 works with ipv6. Can you check if you change the 127.0.0.1 to ipv6 address in webservices subsystem like the following ?
<subsystem xmlns="urn:jboss:domain:webservices:1.1">
<modify-wsdl-address>true</modify-wsdl-address>
<wsdl-host>${jboss.bind.address:2001::f2de:f1ff:fe5d:5673}</wsdl-host>
<!--wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host-->
<endpoint-config name="Standard-Endpoint-Config"/>
<endpoint-config name="Recording-Endpoint-Config">
<pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
<handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
</pre-handler-chain>
</endpoint-config>
</subsystem>
If the wsdl-host configuration is still ipv4 address, you'll get the that exception.
> Unable to connect to SOAP web service in IPv6 environment
> ---------------------------------------------------------
>
> Key: JBWS-3563
> URL: https://issues.jboss.org/browse/JBWS-3563
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ws-addressing
> Environment: Related JIRA was created for JBT 3.3.0 GA
> Reporter: Jaroslav Jankovič
> Assignee: Alessio Soldano
> Fix For: jbossws-cxf-4.2
>
>
> See details here [JBIDE-12283|https://issues.jboss.org/browse/JBIDE-12283]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months