I am using the following WSDL
https://nestlepreview.i-nexus.com/nestlepreview/webservices/v1/nexus.wsdl
and trying to get data using the operations from the WSDL, the webservice
client is written in C using Axis2/c 1.5 with openSSL enabled
openSSL version 0.0.8l
the certificated is verified and instead of getting a response axis2c throws a
timeout error
on debugging axis2/c
the SSL_read() call is failing with error SSL_ERROR_XERO_RETURN
The same WSDL if used in SoapUI works fine or with any other Java based clients
any idea how to debug this issue ? is this a server side problem or client, if
other client works I am not sure if it's server side issue or network issue