Hi Divakar, divakar <[EMAIL PROTECTED]> writes: > Hi All, > > I am facing some problems with invoking a https based .Net > webservice using the axis2c client. It is giving the error " Error > code: 82 :: Input stream is NULL in msg_ctx" in the client log file. I > am attaching the axis2.xml, client log file & sample program for your > reference. Please check the same and let me know, if i am making any > mistakes in my client program. If you need to use https then you may not need to have rampart module. Rampart is WS-Security implementation whereas https is implemented in the transport level. Please refer to axis2 manual for more information [1].
thanks, Dinesh 1.http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client -- Dinesh Premalal http://xydinesh.wordpress.com/ GPG ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
