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

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 multi

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 un

Re: Memory leak report for Axis2c 1.4 - one more

2008-05-15 Thread Steven Zhang
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" Sent: Thursday, May 15, 2008 3:34 PM Subject: Re: Memory

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

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 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",

Re: How to support HTTPS

2008-05-09 Thread Steven Zhang
--- On Fri, May 9, 2008 at 12:48 AM, 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 em

Re: How to support HTTPS

2008-05-08 Thread Steven Zhang
05, 2008 11:35 AM Subject: Re: How to support 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

Re: How to support HTTPS

2008-05-06 Thread Steven Zhang
etservbyname failure". What can I do then? Thanks. Steven - Original Message - From: Dumindu Pallewela To: Apache AXIS C User List Sent: Monday, May 05, 2008 11:35 AM Subject: Re: How to support HTTPS On Mon, May 5, 2008 at 11:47 PM, Steven Zhang <[EMAIL PROTECTED]>

How to support HTTPS

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

Axis2c client can't work with ASP.NET

2008-01-15 Thread Steven Zhang
. <MemberVerifyRq><AccountId>123123</AccountId></MemberVerifyRq></Request></fiAPI> Do you know the reason? Thanks. Steven Zhang