Menu

Config client webservice

Help
petr
2015-04-10
2015-04-13
  • petr

    petr - 2015-04-10

    Hi every body
    I have deployed signserver on jboss5. and on client webservice , we have
    <service name="ClientWSService">
    <port binding="tns:ClientWSBinding" name="ClientWSPort">
    <soap:address location="http://localhost.localdomain:8080/signserver/ClientWSService/ClientWS"/>
    </port>
    </service>

    When i call that webservice from client, it throws an exeption like :
    SEVERE: Exception occurred during processing request: HTTP transport error: java.net.UnknownHostException: localhost.localdomain
    com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.UnknownHostException: localhost.localdomain
    at com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:121)

    How to config soap address location ,

    Thanks for help

     

Log in to post a comment.