Hi CWC,
        There are usually a couple of things worth checking first.  Are you using 'https' and not http.  The other is the port number.  If these are correct, is the socket actually being opened correctly?  You can check this by tracing through the HTTPSSLChannel::open() code, ensuring that you get an AXIS_SUCCESS  response.   If the channel opens successfully, you should be able to send and receive messages.  Saying that,  I suppose if the SSL settings on your server are different from the default, then there may be problems...

Regards,

Fred Preston.



"cwc (JIRA)" <[email protected]>

16/02/2006 02:37
Please respond to "Apache AXIS C Developers List"

       
        To:        [email protected]
        cc:        
        Subject:        [jira] Created: (AXISCPP-927) NULL HTTPS return result in failure web service call

       


NULL HTTPS return result in failure web service call
----------------------------------------------------

        Key: AXISCPP-927
        URL: http://issues.apache.org/jira/browse/AXISCPP-927
    Project: Axis-C++
       Type: Bug
 Components: Transport (Client)  
   Versions: 1.5 Final    
Environment: Server configuration:tomcat-4.1.29, IBMJava2-142
Client:Axis C++ 1.5 Final, using SSL
   Reporter: cwc


In such environment, calling the web service always results in failure. But it succeeds without SSL. I noticed that in getBytes() in AxisTransport.dll, *m_pChannel >> m_strRecevied", the channel returns nothing. Is that a problem of compatibility with IBM jdk? It has no problem with sun jdk.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
  http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
  http://www.atlassian.com/software/jira


Reply via email to