Divakar,
divakar <[EMAIL PROTECTED]> writes:
> Hi Manju,
> I uncommented that got an error in rampart at first. I
> removed that and retried than got different Error code: 4 :: cannot infer
> transport from URL. I am sending log and axis.xml.
This happens because axis2/c engine is unable to determine HTTPS
transport sender from your url. You have kept https transport
sender commented in the axis2.xml. You need to uncomment and fill up
required details with respect to https transport.
<transportSender name="https" class="axis2_http_sender">
<parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
</transportSender>
<parameter name="SERVER_CERT">/path/to/ca/certificate</parameter>
<parameter
name="KEY_FILE">/path/to/client/certificate/chain/file</parameter>
<parameter name="SSL_PASSPHRASE">passphrase</parameter>
thanks,
Dinesh
--
Dinesh Premalal
http://xydinesh.wordpress.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]