How to make keystore file?

2009-12-01 Thread Steven Zhang
Hi: I have an Axis2c client program, which can connect to a single HTTPS web service without any problem. A certificate file (PEM) is stored for the HTTPS server. Now multiple HTTPS web services need to be supported, I think a keystore file should be prepared, however don't know how to do that.

How can Axis2C client send requests in multiple threads?

2008-10-24 Thread Steven Zhang
threads? Thanks. Steven Zhang

Does Axis2C support multi-threading requests

2008-10-23 Thread Steven Zhang
Hello: Does Axis2C support sending requests concurrently in multiple threads? I tried some times using version 1.0, exception happened. Will any new version support this? Any special settings needed? Thanks. Steven - To

Re: Does Axis2C support multi-threading requests

2008-10-23 Thread Steven Zhang
axis2_op_client_t for a single thread. But not like in axis2_svc_client_t you don't have to create everyting from the beginning. Supun.. On Thu, Oct 23, 2008 at 10:59 PM, Steven Zhang [EMAIL PROTECTED] wrote: Hello: Does Axis2C support sending requests concurrently in multiple threads? I

Re: Soap request to Microsoft .NET web services

2008-05-15 Thread Steven Zhang
1. The namespace of HelloWorld must match, otherwise the service can't locate the method. 2. The soap and soapenv is not an issue when their namespace are the same. 3. I wander you can get result. I always receive failure because SoapAction is not specified in the HTTP header. I have to fix it

Memory leak report for Axis2c 1.4

2008-05-15 Thread Steven Zhang
: guththila_write_empty_element_with_prefix_and_namespace(), line 1694. When nmsp_found is FALSE, namesp pointer will be pushed into stack, however when it's FALSE, namesp pointer will not be used and not be freed. Am I correct? Thanks. Steven Zhang

Re: Memory leak report for Axis2c 1.4 - one more

2008-05-15 Thread Steven Zhang
at line 552. I downloaded release 1.4 at May 9th, I think it should be the formal version. Steven Zhang - Original Message - From: Samisa Abeysinghe [EMAIL PROTECTED] To: Apache AXIS C User List axis-c-user@ws.apache.org Sent: Thursday, May 15, 2008 3:34 PM Subject: Re: Memory leak

Re: How to support HTTPS

2008-05-09 Thread Steven Zhang
, Steven Zhang [EMAIL PROTECTED] wrote: Hi Dumindu: I have downloaded the server_cert as you suggested. I wrote the data in a file, and set the file name in SERVER_CERT parameter, and leave KEY_FILE and SSL_PASSPHRASE empty because the server does not clients authenticated. However I

Re: How to support HTTPS

2008-05-09 Thread Steven Zhang
Hi Steve, On Fri, May 9, 2008 at 5:18 AM, Steven Zhang [EMAIL PROTECTED] wrote: 1. In util\src\url.c, within axutil_url_parse_string(), the server protocol is compared with http, ftp and smtp. Since there is no https, the port is -1, which cause the server cannot be connected. I

Re: How to support HTTPS

2008-05-08 Thread Steven Zhang
HTTPS On Mon, May 5, 2008 at 11:47 PM, Steven Zhang [EMAIL PROTECTED] wrote: Hi: How to let Axis2c client support HTTPS? There are two ways. You can either provide the parameters in axis2.xml or you can add the relavent properties to the service client. In either case you

How to support HTTPS

2008-05-05 Thread Steven Zhang
Hi: How to let Axis2c client support HTTPS? Thanks. Steven Zhang