I have Java Client based on Axis2 (1.5) , trying to post message to WCF service 
which is running in https mode.

I do not see any issue while message is send to same service running in http 
mode but if WCF service is
started in https mode then start getting "Security verifying exception".

WCF service uses transport level security. If i access WCF service through IE, 
do not see any issue in accessing it
Only issue come when Java client contact with WCF.

Can anyone pls help in suggesting solution to fix it ? Mentioning log below.

Error Log
Logger: httpclient.wire.header

Message:
<< "HTTP/1.1 500 Internal Server Error[\r][\n]"

Logger: httpclient.wire.header

Message: << "Server: Microsoft-HTTPAPI/2.0[\r][\n]"

Message: Could not send message to  status update
services.
 An error occurred when verifying
security for the message
.
org.apache.axis2.AxisFault: An error occurred when verifying
security for the me
ssage.
        at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
ava:446)
        at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(
OutInAxisOperation.java:371)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
peration.java:417)
        at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(Out
InAxisOperation.java:229)
        at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:
165)
        
Thanks,
Harish

Reply via email to