You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Björn Nebe (JIRA)" <ji...@apache.org> on 2014/08/29 08:39:54 UTC

[jira] [Created] (CXF-5977) Calling a WebService in a different domain ends up in UnknownHostException because the domain is lost

Björn Nebe created CXF-5977:
-------------------------------

             Summary: Calling a WebService in a different domain ends up in UnknownHostException because the domain is lost
                 Key: CXF-5977
                 URL: https://issues.apache.org/jira/browse/CXF-5977
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.7.12, 2.6, 2.5, 2.4, 2.3
            Reporter: Björn Nebe


I have a client in one domain and a JBoss Application Server providing a WebService in a different domain. Calling the WebService ends up in a UnknownHostException, because during the read of the WSDL the domain part of the servername gets lost and the pure servername is not known. I debugged threw this and add the Stacktrace of the resulting exception and two screenshots showing in which member the wrong value can be found. If I change this member in memory by eclipse, the call works. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)