-
Bug
-
Resolution: Done
-
Major
-
None
-
None
12:07:40,984 DEBUG [SOAPConnectionImpl] Outgoing Request SOAPMessage
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:sayHelloCertificate xmlns:ns1='http://HelloCertificate.org'>
<String_1>secWarCertificate</String_1>
</ns1:sayHelloCertificate>
</env:Body>
</env:Envelope>
12:07:40,984 DEBUG [Client] invoke called, but our invoker is disconnected, discarding and fetching another fresh invoker for: InvokerLocator https://192.168.2.101:8443/SecWarCertificate/ws4ee/SecWarCertificate
12:07:40,984 DEBUG [HTTPSClientInvoker] connect called for: org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker@19a0203
12:07:41,453 DEBUG [HTTPSClientInvoker] Setting request header with SOAPAction : ""
12:07:41,453 DEBUG [HTTPSClientInvoker] Setting request header with Content-Type : text/xml
12:07:41,531 DEBUG [HTTPSClientInvoker] Error invoking http client invoker.
java.io.IOException: HTTPS hostname wrong: should be <TDDELL>
at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:493)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:418)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:836)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230)
at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:109)
at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:56)
at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:112)
at org.jboss.remoting.Client.invoke(Client.java:226)
at org.jboss.remoting.Client.invoke(Client.java:189)
at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:112)
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:631)
at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:385)
at org.jboss.ws.jaxrpc.CallProxy.invoke(CallProxy.java:100)
at $Proxy2.sayHelloCertificate(Unknown Source)