But in the code, i have set the SERVER_CERT parameter. Do i need to set in the axis2.xml configuration file as well ..
Kindly let me know regarding the same.
Thanks & Regards,
Murali K
-----Original Message-----
From: Samisa Abeysinghe
To: Apache AXIS C User List
Sent: 9/25/07 4:00 PM
Subject: Re: Problem with SVC client send_receieve method
Your endpoint is an https endpoint. For this to work you have to set the
SSL related options.
To do this, uncomment the following in axis2.xml file and set the paths
according to your endpoint.
<!--
<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>
-->
HTH
Samisa...
Murali Konnipati wrote:
>
> Hi Samisa,
>
> My .Net webservice is working fine. I was able to test it with
> .Net client. When i try with the Axis2c client, it was giving the
problem.
>
> I am sending my code and log file generated by the axis2c client.
> Please check the same and let me know, if there are any problems with
> my code.
>
> Thanks & Regards,
>
> Murali Krishna K
>
> -----Original Message-----
> From: Samisa Abeysinghe
> To: Apache AXIS C User List
> Sent: 9/25/07 1:10 PM
> Subject: Re: Problem with SVC client send_receieve method
>
> Murali Konnipati wrote:
> >
> > Hi All,
> >
> > I am sending a message to .net webservice using the Service
> > Client API.
> > At the time of calling "send_receieve" method, it was giving the
> > following error...
> >
> > "Stub invoke FAILED: Eroor code: 2 :: NULL parameter was
passed
>
> > when a non NULL parameter was expected"
> >
> > Can anybody please tell me, when axis2 generates the above
error..
> >
> Most probably, the .NET service did not return anything due to some
> error.
> Please try and capture the messages sent and received to verify that
the
>
> messages are sent properly.
> Also have a look at the log file written by the client.
>
> Samisa...
> >
> >
> >
> > Thanks & Regards,
> >
> > Murali K
> >
>
>
> --
> Samisa Abeysinghe : WSO2 WSF/PHP
> "http://wso2.org/projects/wsf/php?WSO2 Web Services Frame
> <http://wso2.org/projects/wsf/php?WSO2%A0Web%A0Services%A0Frame>
>
work%2FPHP - Open source PHP extention for
>
providing and consuming Web services in&n
> bsp;PHP"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: axis-c-user-help-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
>
>
------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: axis-c-user-help-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
--
Samisa Abeysinghe : WSO2 WSF/PHP
"http://wso2.org/projects/wsf/php?WSO2 Web Services Frame
work%2FPHP - Open source PHP extention for
providing and consuming Web services in&n
bsp;PHP"
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
For additional commands, e-mail: axis-c-user-help-28n8OjmUYWfNLxjTenLetw@xxxxxxxxxxxxxxxx
|