RE: changing the axis2/c message encoding

2009-07-24 Thread Manjula Peiris
On Thu, 2009-07-23 at 17:35 -0500, Haszlakiewicz, Eric wrote: > >>>-Original Message- > >>>From: Haszlakiewicz, Eric [mailto:ehas...@transunion.com] > >>> > >>>I want to change the character encoding that axis2/c uses to send > >>>messages to ISO-8859-1. I am using adb generated code to s

Re: Axis2/C and lighttpd

2009-07-20 Thread Manjula Peiris
There is an effort for this sometime back. https://svn.apache.org/repos/asf/webservices/axis2/branches/c/lighttpd_mod_axis2/lighttpd/ Thanks, -Manjula. On Mon, 2009-07-20 at 10:06 +0530, Damitha Kumarage wrote: > Hi, > See whether this [1] help. AFAIK someone started developing a lighttpd > mo

Re: Simple modify SOAP header client needed

2009-06-26 Thread Manjula Peiris
I think you can build a soap_header_node using Axiom and add it using the following function in axis2_svc_client.h AXIS2_EXTERN axis2_status_t AXIS2_CALL axis2_svc_client_add_header( axis2_svc_client_t * svc_client, const axutil_env_t * env, axiom_node_t * header); Tha

Re: Need help with MIME attachments

2009-06-22 Thread Manjula Peiris
Hi Vadim, >From the start of the Axis2/C it supported MTOM. The Axis2/C MTOM implementation is well tested. It can also handle SWA[1] but it is not properly tested. So the best thing is to use MTOM. Thanks, -Manjula. [1] http://www.w3.org/TR/SOAP-attachments Thanks, -Manjula. On Mon, 2009-06-

Re: core dumps in axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync()

2009-06-09 Thread Manjula Peiris
Hi Eric, What is the Axis2/C version are you using? And is your service storing and accessing any data between requests? Thanks, -Manjula. On Tue, 2009-06-09 at 13:32 -0500, Haszlakiewicz, Eric wrote: > I'm running axis as a module in Apache httpd 2.2.9, running in pre-fork > mode. Occasionally

Re: Freeing up Request and Response nodes

2009-06-07 Thread Manjula Peiris
On Mon, 2009-06-08 at 10:57 +0500, Abdul Sami wrote: > Manjula Peiris wrote: > > On Mon, 2009-06-08 at 10:13 +0500, Abdul Sami wrote: > > > > > any pointers? > > > > > > Abdul Sami wrote: > > > > > > > In the samples i do

Re: Freeing up Request and Response nodes

2009-06-07 Thread Manjula Peiris
On Mon, 2009-06-08 at 10:13 +0500, Abdul Sami wrote: > any pointers? > > Abdul Sami wrote: > > In the samples i do not see the request or response node being freed. > > When the client and server should free the request and response nodes? No need to free those. Axis2/C engine will free them. >

Re: Adding parameter to msg_ctx from stub code

2009-06-03 Thread Manjula Peiris
Didn't you try axis2_options_set_timeout_in_milli_seconds() defined in axis2_options.h ? On Wed, 2009-06-03 at 16:11 -0400, Bennett, Robert P wrote: > I want to change the SO_TIMEOUT for web service requests. I see JIRA > AXIS2C-52 (Enable setting client socket timeout from stub) contains a > not

Re: Building a client without AXIS2C_HOME and PATH setup

2009-06-03 Thread Manjula Peiris
On Mon, 2009-06-01 at 16:44 +0500, Abdul Sami wrote: > what is the minimum set of files required in the client_home directory > to successfully create the client from 'axis2_svc_client_create' > call ? libs folder, modules/addressing and the axis2.xml > Abdul Sami wrote: > > actually i mean to

Re: Axis2c 1.4.0 and IIS 7

2009-05-28 Thread Manjula Peiris
On Fri, 2009-05-29 at 06:38 +0530, Samisa Abeysinghe wrote: > But did we test IIS before the release of 1.6? No we haven't tested it in 1.6. -Manjula. > > > Samisa... > > On Thu, May 28, 2009 at 9:30 PM, Manjula Peiris > wrote: > I think IIS

Re: Axis2c 1.4.0 and IIS 7

2009-05-28 Thread Manjula Peiris
I think IIS 7 is supported in Axis2/C 1.5. http://ws.apache.org/axis2/c/archived_news.html#1_5_0 Thanks, -Manjula. On Thu, 2009-05-28 at 12:03 +0200, Kuba Tomiczek wrote: > Hello All, > > Is Axis2c 1.4.0 compatible with IIS 7 (as a wildcard script map) ? > > Thanks, > Kuba

Re: Missing data when going through proxy server

2009-05-04 Thread Manjula Peiris
Create a JIRA and attach the two responses(with HTTP headers) and send the issue url to this thread. We can have a look. Thanks, -Manjula. On Mon, 2009-05-04 at 12:53 -0400, Eric Hsiung wrote: > Hello, everybody. > > I have a problem that I've been grappling with for days without any > significa

RE: [ANN][Axis2]Apache Axis2/C 1.6.0 Released

2009-04-22 Thread Manjula Peiris
On Wed, 2009-04-22 at 11:48 -0400, Bennett, Robert P wrote: > > > > > Major Changes Since Last Release > > > > > >1. XPath support for Axiom XML object model > >2. CGI support > >3. Improvements to MTOM to send, receive very large attachments > >4

[ANN][Axis2]Apache Axis2/C 1.6.0 Released

2009-04-21 Thread Manjula Peiris
We are pleased to announce the release of Apache Axis2/C version 1.6.0. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. Support for one-way messaging (In-Only) and request response messaging (In-Out) 2. Client APIs : Easy t

Re: WS-Policy support

2009-04-07 Thread Manjula Peiris
Axis2/C Neethi framework handles WS-policy. If you want implement custom policies you can do that in [1]. For more details see how secpolicy and rmpolicy is implemented. You can attach polices in services.xml for service, operation and message. [1] https://svn.apache.org/repos/asf/webservices/axis

Re: Understanding WS-*

2009-04-01 Thread Manjula Peiris
On Wed, 2009-04-01 at 07:21 -0400, Sam Carleton wrote: > I know that Axis2/C supports all these WS-* things, I have read over > the pages about them, but I still don't understand exactly how to fit > them into the big picture. Can anyone recommend where I could go (or > maybe a book I could read)

Re: What is the configuration settings mechanism?

2009-03-31 Thread Manjula Peiris
Calling param = axis2_msg_ctx_get_parameter(msg_ctx, env, "param_name"); and after that calling axutil_param_get_value(param, env) will do the job I guess. -Manjula. On Tue, 2009-03-31 at 07:22 -0400, Sam Carleton wrote: > > > On Tue, Mar 31, 2009 at 12:27 AM, Supun Kamburugamuva > wrote: >

Re: Soap Message whit MTOM enabled Can't Work

2009-03-30 Thread Manjula Peiris
Zhang, Seems to me your message doesn't have any elements ? Are you creating the data_handlers correctly in your client code ? Please see the mtom sample for more information. Thanks, Manjula. On Mon, 2009-03-30 at 14:31 +0800, Yuanfeng Zhang wrote: > Hi, > > > We get the latest axis2c s

Re: Programatically enabling MTOM (AXIS2c Server side)

2009-03-19 Thread Manjula Peiris
e > name="wsamapping">http://localhost:9090/Service/GetTermInfoIndex > > > name="wsamapping">http://localhost:9090/Service/GetIndexVersion > > > By saying MTOM does not work I mean the situation when file is in whole > packed into xml. >

Re: Some quick Axis2C help required ---- very very urgent

2009-03-18 Thread Manjula Peiris
Hi Ramesh, Please refer [1] before asking questions in an Apache mailing list. If you need quick/urgent help there are companies providing commercial support for Axis2/C. You can contact them. Putting as urgent won't help. [1] http://www.catb.org/~esr/faqs/smart-questions.html#urgent -Manjula.

Re: How do I know ws-security is enabled programmatically?

2009-03-09 Thread Manjula Peiris
d ws-security disabled (the normal case), so that in the > case of no ws-security I don't have to read the policy file and set > any ws-securit related parameters programmatically. > > Thanks! > Ray > > --- On Tue, 3/10/09, Manjula Peiris wrote: > > >

Re: How do I know ws-security is enabled programmatically?

2009-03-09 Thread Manjula Peiris
when you engage rampart there should be a policy to construct the message. Please see Rampart/c samples for more info. On Mon, 2009-03-09 at 00:20 -0700, Raymond Zhou wrote: > > A quick question. I am using rampart/c to provide ws-security for a > web service client application. How do I know ws-

Re: rampart/c usage get-started questions

2009-03-06 Thread Manjula Peiris
rovide the Digest format, > what algorithm should I use or what tool is available to me? Converting to digest is done by Rampart/C. You don't need to worry about it. [1] http://wso2.org/projects/wsclient [2] http://wso2.org/projects/wsf/php -- Manjula Peiris Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ Blog: http://manjula-peiris.blogspot.com/

Re: Programatically enabling MTOM (AXIS2c Server side)

2009-03-06 Thread Manjula Peiris
In the server side you can do following, 1.Call axis2_msg_ctx_set_doing_mtom (msg_ctx, env, AXIS2_TRUE); from the service code 2. Adding the enableMTOM parameter in the services.xml 2. Adding enableMTOM parameter in the axis2.xml - this will enable MTOM globally. -Manjula. On Fri, 2009-03-06 at

Re: client dynamic invocation

2009-03-03 Thread Manjula Peiris
wrote: > Manjula Peiris a écrit : > > On Tue, 2009-03-03 at 12:10 +, Philippe Brun (perso) wrote: > >> I'm new to webservices. Not that it is part of my use case, just to set up > >> the background :-) > >> > >> I'm trying to access a webservice to

Re: client dynamic invocation

2009-03-03 Thread Manjula Peiris
eves > the wsdl file and invokes the ws dynamically. I was trying to reproduce this. So you should start from WSDL2C tool and generate code for the WSDL. > > Manjula Peiris a écrit : > > What is your use case ? > > > > On Tue, 2009-03-03 at 10:13 +, Philippe Brun

Re: client dynamic invocation

2009-03-03 Thread Manjula Peiris
What is your use case ? On Tue, 2009-03-03 at 10:13 +, Philippe Brun (perso) wrote: > Hi, > > I'm trying to use axis2_svc_client_create_for_dynamic_invocation, but it > fails with a 0 error code. > > Looking at the code in svc_client.c, it appears that it fails after : > svc_client->op

Re: Axis2c MTOM large file downloading problem

2009-03-02 Thread Manjula Peiris
less the size of the file (memory usage). > >> Cached directory seems not to be used at all. > >> > >> I can see that the file (size ca. 70mb) was sent by the server > >> (although loaded in full into memory before being sent, so caching > >> does n

Re: Axis2c MTOM large file downloading problem

2009-03-02 Thread Manjula Peiris
rver (although > loaded in full into memory before being sent, so caching does not work > in this case either), > > Maybe you have some hints that could be useful in my case? > . > Thanks a lot > Kuba > > > Manjula Peiris wrote: > > For larger files you should e

Re: Axis2/C or Axis-C++

2009-02-27 Thread Manjula Peiris
On Fri, 2009-02-27 at 13:41 -0500, Sam Carleton wrote: > I am new to web services and am wondering which I am better off using: > Axis2/C or Axis-C++ > > My preference is to work in C++, I am more comfortable in the OO > world, You can also try WSO2/WSF-CPP [1], It wraps AXis2/C and You can expos

Re: Axis2c MTOM large file downloading problem

2009-02-27 Thread Manjula Peiris
For larger files you should enable caching. see [1] for more details. [1]http://wso2.org/library/articles/sending-receiving-attachments-axis2-c -Manjula. On Fri, 2009-02-27 at 13:35 +0100, Kuba Tomiczek wrote: > Hello all, > I have the following problem: > > In my application the server side

Re: is someone using axis-c web services in production ?

2009-02-27 Thread Manjula Peiris
Are you using Axis2/C or Axis-C++. I am asking this because the version you are using is 1.5.0 and the latest release version of Axis2/C is 1.5.0. On the other hand for Axis2-C++ it is 1.6, isn't it ? -Manjula. On Fri, 2009-02-27 at 09:36 +0100, Philippe Torrelli wrote: > Hello, > > > > I t

Re: Operation Client API

2009-02-19 Thread Manjula Peiris
I am not sure about the previous Axis2/C releases but in the current svn trunk Axis2/C does not send empty Headers. On Thu, 2009-02-19 at 15:18 +0100, Rutger van Eerd - Vanboxtel BV wrote: > Hello, > > AFAIK Axis2/C always adds a SOAP Header element, even if there are no SOAP > headers. In this

Re: How to modify the SOAP envelope

2009-02-17 Thread Manjula Peiris
On Tue, 2009-02-17 at 14:56 +0100, Rutger van Eerd - Vanboxtel BV wrote: > Hello, > > I am using Axis2/C 1.4 (actually WSF/C 1.3 which includes Axis2/C 1.4) to > send a SOAP 1.1 request, over HTTP, to a third-party SOAP server. The server > returns a SOAP fault (E_FAIL, Unspecified error). > >

Re: Axis2c Support for WS-* Protocols

2009-02-02 Thread Manjula Peiris
WS -Security (Rampart/C), WS- Security Policy ,WS-UsernameToken, WS- Addressing are fully supported. In addition WS-Reliable messaging(Sandehsa2/C) and WS-Eventing (Savan/C) specs are fully supported by Axis2/C. Thanks, -Manjula. On Mon, 2009-02-02 at 02:42 -0800, jayant wete wrote: > Hi, > > I

Re: axis2_stub_free don't clear all env reference

2009-01-27 Thread Manjula Peiris
Do you creating any axutil_hash and calling the function axutil_hash_set_env ()? May be you are not freeing these hash. Thanks, -Manjula. On Mon, 2009-01-12 at 10:49 +0100, Simone Bordin wrote: > Hi, > i'm using axis2c-1.5.0. > > I have found this problem with the stub of a service: > > - I cr

Re: ds:Refence URI not Encripted

2009-01-22 Thread Manjula Peiris
Check the policy in your server side and compare for any mismatch. BTW, this list is for Axis2/C and related project users. you may get a better answer by posting to Rampart (Java) list. On Thu, 2009-01-22 at 18:28 -0500, m4rkuz wrote: > Hi Everyone, > > I'm new to Axis2 and Rampart, but I need

Re: Memory Leak when performing Load Test

2009-01-19 Thread Manjula Peiris
Some of the memory leaks are due to libxml2. Try with Guththila xml parser. Stub related memory leaks may need to be fixed. Please create a JIRA issue for that. Please attach the WSDL if you can. On Sun, 2009-01-18 at 13:52 -0800, chankm wrote: > Attached please find the valgrind trace for the m

Re: Memory Leak when performing Load Test

2009-01-18 Thread Manjula Peiris
Can you send the traces of the memory leaks ? On Sun, 2009-01-18 at 09:42 -0800, chankm wrote: > I have a web service client that uses svn Revision 735487 of Axis2c > to send SOAP request and receive SOAP response from a web service Server. > > the client sent the requests at the rate of 3 reques

Re: Rampart Axis2C segfaults at rampart_context_free operation

2009-01-09 Thread Manjula Peiris
Raju, Ideally with TransportBinding Rampart should send the message in a secure transport. This is a bug I guess. Please put a JIRA. BTW, If you want to send UserNameToken in a non secure transport like http then you can use AsymmetricBinding. Please see scenario2 in Rampart/C samples. -Manjula.

Re: does rampart/c depend on algorithms IDEA, MDC2 and RC5 in openSSL

2008-12-31 Thread Manjula Peiris
Vivian, Rampart/C uses OpenSSL to support algorithms described in [1]. [1]http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/ws-securitypolicy-1.2-spec-os.html#_Toc161826547 Thanks, -Manjula. On Tue, 2008-12-30 at 22:26 -0800, Vivian Wang wrote: > Hi All, > > I am using axis2/c to buil

Re: apache shared memory

2008-12-03 Thread Manjula Peiris
nd I have > implemented > the service. The problem is, that the service works only every third > call and I think this > is a very strange behavior and I don't see what I have done wrong. > Maybe I have a small > error, but why it works with the simple server? > > Kind

Re: apache shared memory

2008-12-02 Thread Manjula Peiris
You can enable Shared memory for mod_axis2 by adding Axis2GlobalPoolSize parameter in the httpd.conf. And when accessing that shared variable you need to switch to global pool. Please see axutil_allocator.h for details. On Tue, 2008-12-02 at 11:53 +0100, Michael Sutter wrote: > Hello list, > > I

Re: Problem encountered with MEP

2008-11-20 Thread Manjula Peiris
What are the svc_client methods you are calling in the two method calls ? And please send the code and the backtrace of the crash. On Thu, 2008-11-20 at 19:24 +0530, Rahul Miglani wrote: > Hi all, > > > > I have a Java application server and I have exposed the services using > Axis2 (Java). T

Re: Axis2/C ISO-8859-1 to UTF-8 conversion during (de)serialization

2008-11-13 Thread Manjula Peiris
Axis2/C does not support unicode. Please see tests inside axiom directory for axiom samples. On Thu, 2008-11-13 at 08:40 +0100, Stadelmann Josef wrote: > Hi all, > > maybe someone more known to the subject can tell me that Axis2/C > release 1.5.0 and base libraries support the following two conv

Re: Sementation fault on solaris sparc 64-bit

2008-11-12 Thread Manjula Peiris
Best thing to do is updating to axis2-c 1.5.0 version and see what happens. -Manjula. On Wed, 2008-11-12 at 12:25 -0500, Gelle, Sreenivasulu wrote: > Hi All, > > I’m using axis2-c 1.3.0 version built on Solaris Sparc > 64-bit OS with Sunstudio 11 compiler. > > Below is stack trace.

RE: Adding additional authentication mechanism to a axis c client application

2008-11-11 Thread Manjula Peiris
A module can be used if your authentication mechanism is at SOAP level. If it is an http level authentication mechanism you have to change http_sender.c . On Tue, 2008-11-11 at 16:21 -0500, Kevin Heneghan wrote: > Is there any mechanism for plugging in addition authentication logic? > > > Can

Re: Some quick Axis2C help required

2008-11-04 Thread Manjula Peiris
Have a look at [1]. It contains axiom test programs. https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom/test -Manjula. On Tue, 2008-11-04 at 18:09 +0530, ramesh Gopal wrote: > Hi Ssupun, > > Is this a better way as per coding standards. > Or, the methodology I have been using is

Re: worker mpm

2008-10-29 Thread Manjula Peiris
I also tried some time back and didn't encounter any issues. -Manjula. On Wed, 2008-10-29 at 16:13 -0400, Dinesh Premalal wrote: > Hi Subra, > >As far as I know Axis2/C didn't have any problem with worker mpm, >however I was out of sync for long time ;). Please have a look on >this

Re: RE : early env cleanup in asynchronous mode

2008-10-27 Thread Manjula Peiris
What is the Axis2/C version you are using ? Can you ran the client through a memory profiling tool like valgrind and sent us the traces? On Mon, 2008-10-27 at 10:14 -0400, Lefrancois, Carl wrote: > Thanks for your reply, Supun > > I am hesitant to raise a Jira right away for two reasons: my ve

Re: How to Set Submission Addressing?

2008-10-21 Thread Manjula Peiris
On Tue, 2008-10-21 at 18:03 -0400, David Taylor (Lowell) wrote: > I have read that AXIS2/C supports both version 1.0 and the pre-1.0 > “submission” version of WS-Addressing. However, I can’t find > instructions or an example of how to configure a client to use > submission addressing. I would ap

Re: Accessing Services.xml from within a running service?

2008-10-20 Thread Manjula Peiris
e context hierarchy in the service init method. > > Regards, > Shankar. > > > > > Supun.. > > > > On Mon, Oct 20, 2008 at 7:21 PM, Tony Hoyt <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > --- On Thu, 10/16/08,

Re: setting content-type

2008-10-17 Thread Manjula Peiris
On Fri, 2008-10-17 at 13:17 -0400, Mark Webb wrote: > I am new to Axis2c and have written a simple web service in NetBeans > to test the Axis2c library. I am able to connect to the web service, > but I receive the following error message on the web service side: > > Unsupported Content-Type: appl

Re: Accessing Services.xml from within a running service?

2008-10-16 Thread Manjula Peiris
On Thu, 2008-10-16 at 09:15 -0700, Tony Hoyt wrote: > Okay, I see the fact that I can create an axis2_msg_ctx_t object using the > following function... > AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL > axis2_msg_ctx_create( > const axutil_env_t * env, > struct axis2_conf_ctx *

Re: RE : RE : Axis2/C built with SSL support. axis2_http_sender.dll fails to load

2008-10-09 Thread Manjula Peiris
Can you send us the SOAP response ? And is it contains attachments MTOM optimized with mime_headers ? On Thu, 2008-10-09 at 02:42 -0700, Laksh wrote: > Hi, > > Now most of the problems I was facing were resolved. > > 1) I wasn't setting the SERVER_CERT properly. Now I am just getting the > outpu

Re: ver 1.6

2008-10-08 Thread Manjula Peiris
On Wed, 2008-10-08 at 16:49 +0530, Samisa Abeysinghe wrote: > Manjula Peiris wrote: > > On Wed, 2008-10-08 at 14:11 +0530, Samisa Abeysinghe wrote: > > > >> Subra Aswathanarayanan wrote: > >> > >>> Hello, > >>> > >&g

Re: ver 1.6

2008-10-08 Thread Manjula Peiris
On Wed, 2008-10-08 at 14:11 +0530, Samisa Abeysinghe wrote: > Subra Aswathanarayanan wrote: > > Hello, > > > > Do you guys know when you are going to release Axis2/C ver 1.6? > > We have not got any major features to be released as 1.6 right now. In > fact, the developer community has not discus

RE: rampart_handler_util.c -- parameter not set

2008-10-04 Thread Manjula Peiris
can pass it to neethi_util_create_policy_from_file() function. In the samples we have specified it to take from client home, because for a use runs Samples in Rampart/c can get it to be used out of the box. Thanks, Majula. > > Regards, > Raghu > > ________

RE: certificate file for communicating via https

2008-10-03 Thread Manjula Peiris
; per PEM file, can I still use a PEM file. One PEM file should contain one certificate. > > Thanks, > Raghu > > -Original Message- > From: Manjula Peiris [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2008 5:35 AM > To: Apache AXIS C User List > Sub

RE: rampart_handler_util.c -- parameter not set

2008-10-03 Thread Manjula Peiris
On Fri, 2008-10-03 at 22:43 -0400, Raghu Udupa wrote: > Thanks, Shankar, for the explanation. I was trying to send a signed request > and receive a clear (un-signed) response. > > Our web services client need to connect to different web services some of > which may require signed messages. So,

Re: Testing http basic authentication using axis2c http server

2008-09-26 Thread Manjula Peiris
_http_server does not support HTTP basic authentication. You may use Apache2 with Axis2/C. BTW, Axis2/C client's can send basic authentication credentials. > > > > Thanks, > > Raghu > > -- Manjula Peiris Senior Software Engineer WSO2 Inc. Oxygenating the Web Servi

Re: AXIS2 XML AXIOM

2008-09-23 Thread Manjula Peiris
On Tue, 2008-09-23 at 03:09 -0700, Martina08 wrote: > hi all, > i use Axiom to create Object models with no problems. Now i want to create a > OM from a given xml string. > So i want create a OM from a given xml string like > xmls="http://..";>1223 > Is there anywhere an c++ example how to do it

Re: certificate file for communicating via https

2008-09-19 Thread Manjula Peiris
On Thu, 2008-09-18 at 17:01 -0400, Raghu Udupa wrote: > If a web services client wants to communicate with different servers, > can certificates for different servers be specified in one PEM file. > For curl, you can specify a single certificate file which can contain > multiple certificates. I wo

Re: clarification on axis2_svc_client_send_receive_with_op_qname API call

2008-09-19 Thread Manjula Peiris
On Thu, 2008-09-18 at 12:27 -0400, Raghu Udupa wrote: > If I use the synchronous call > axis2_svc_client_send_receive_with_op_qname to send and receive a > message, how do I track errors at server? It appears that I need to > check the response received and verify locally whether the service > exe

Re: does axis2_svc_client_send_receive method free the payload?

2008-09-10 Thread Manjula Peiris
On Wed, 2008-09-10 at 18:52 -0700, Tammy Martin wrote: > Hello all, > > I am creating a xml payload via AXIOM and am using the method > axis2_svc_client_send_receive to access a webservice. > > axiom_node_t* retNode = axis2_svc_client_send_receive(svcClient, env, > payload); > > I have two

Re: echo samples with Axis2/C Module for Apache2

2008-09-10 Thread Manjula Peiris
On Wed, 2008-09-10 at 09:35 -0400, Gold, Jack L (US SSA) wrote: > I am going through the manual and attempting the tests indicated for > checking the Apache Axis2/C Module. The test suggests typing >echo > http://localhost/axis2/services/echo at the command prompt. > Unfortunately, this only serv

Re: Clarification on axis2.xml

2008-09-09 Thread Manjula Peiris
On Tue, 2008-09-09 at 13:36 -0400, Raghu Udupa wrote: > When I set the axis2.xml home, do I need to keep the name of the file > as axis2.xml? What I mean is, can I name the file as say, > cust1_axis2.xml as shown below? > > > > client_home = "/home/cust1/axis2c/deploy/ cust1_axis2.xml" Client

RE: axis2 client with HTTP as well as HTTPS connectivity

2008-09-09 Thread Manjula Peiris
ed 2 > separate axis2c clients, one for using http protocol and the other for > https protocol. No, if your axis2.xml has the correct configuration you can use the same client with http url or https url. > > Thanks, > Raghu > > -Original Message- > From: Manjula P

Re: axis2 client with HTTP as well as HTTPS connectivity

2008-09-08 Thread Manjula Peiris
On Mon, 2008-09-08 at 15:09 -0400, Raghu Udupa wrote: > I need connectivity to customers who would like to communicate either > using HTTP or HTTPS protocol. Basically, I need to distribute > documents, addressed to a particular customer, to that customer using > the protocol (http/https) supporte

Re: axutil_env_t in multi-threaded environment

2008-09-04 Thread Manjula Peiris
On Thu, 2008-09-04 at 18:06 -0700, Tammy Martin wrote: > Hello, > > When I create a axutil_env_t , axutil_env_create_all axis2c call. Can > I use the same enviroment for multiple web service clients or do I > need to create a new environment for each new web service client that > I create? No y

Re: problem with upload to REST-enabled service

2008-09-04 Thread Manjula Peiris
Can you capture the message which is sent to the server ? On Thu, 2008-09-04 at 17:19 -0400, Arnie Chien wrote: > Hi, > I'm trying to upload an image to an axis2c server. The image is handled by > a service which is REST-enabled (modeled after the echo sample). The > services.xml is > > >

Re: [AXIS2C] better output

2008-09-03 Thread Manjula Peiris
On Wed, 2008-09-03 at 07:08 -0700, Martina08 wrote: > hi, > i have written a client who send requests and get respones from the > webservice. An example of response could be like this: > > > Wikipedia Städteverzeichnis > >Genf >Genf ist der Sitz von ... >

Re: Need to write a web services client with optional digital signature on Linux EV4 servers

2008-09-02 Thread Manjula Peiris
On Tue, 2008-09-02 at 16:59 -0400, Raghu Udupa wrote: > I am writing a web services client to send messages to a customer’s > web service. This client will be running on an Intel x86 based RedHat > Enterprise version 4.0 Linux server. > > > > Can I just install the Linux Binary distribution p

Re: httpd daemon and exceptions

2008-07-28 Thread Manjula Peiris
Michael, Are your service functions are declared inside a , #ifdef __cplusplus extern "C" { #endif directives ? If not you should, because your service code seems to be C++. And also check whether your code running is running with simple_axis2_server. Thanks, -Manjula. On Mon, 2008-07-28 a

Re: Another memory leak in axis2/C - mod_axis2

2008-07-26 Thread Manjula Peiris
On Sat, 2008-07-26 at 10:50 -0400, Alex Bolgarov wrote: > On Sat, Jul 26, 2008 at 10:46 AM, Subra A Narayanan <[EMAIL PROTECTED]> wrote: > > here you go => https://issues.apache.org/jira/browse/AXIS2C > > Do I need to have an account there, or what? Yes you need create an account. > > > > > >

Re: Another memory leak in axis2/C - mod_axis2

2008-07-25 Thread Manjula Peiris
Hi Alex, Thanks for pointing this out. And there are some other places in that code which need to be fixed. Thanks, -Manjula. On Fri, 2008-07-25 at 17:16 -0400, Alex Bolgarov wrote: > Hi, > > I found another serious memory leak in the mod_axis2. > > Using the SVN's version of the Axis2/C, in

Re: KEEPALIVE and 100-CONTINUE (Having Problems with Microsoft Client)

2008-07-23 Thread Manjula Peiris
On Wed, 2008-07-23 at 12:51 -0700, Mike McKee wrote: > Does AXIS2C support KEEPALIVE and 100-Continue? In looking at the > code, it looks like it says it supports KEEPALIVE, yet it still CLOSES > the connection after it has responded. Is this appropriate? > > Regarding 100-continue, MICROSOFT Cl

Re: PHP client Support for Axis2c

2008-07-17 Thread Manjula Peiris
On Fri, 2008-07-18 at 10:01 +0530, Shobha AC wrote: > Dear All, > > From PHP script I want to invoke the axis2c client > functionality (PHP scripts placed in Apache http server), which in > turn invokes the Axis2c webservice. > > Is this support available in axis2c? You can deploy

Re: echo.wsdl file for Axis echo sample

2008-07-16 Thread Manjula Peiris
On Thu, 2008-07-17 at 08:16 +0530, Rajika Kumarasiri wrote: > > > On Wed, Jul 16, 2008 at 6:37 PM, Mauney <[EMAIL PROTECTED]> > wrote: > > Hi all, > I've just downloaded Axis2c and tried to build echo service > and echo client > on MS VC. Everything looks

Re: neethi?

2008-07-14 Thread Manjula Peiris
Neethi implements WS-Policy[1] and WS-Security Policy[2] which are key specs for web services and web services security. [1] http://www.w3.org/Submission/WS-Policy/ [2] http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf Thanks, -Manjula. On Sun, 2008-07-13 at 23:59 -0700

Re: Service Client sending message multiple times to server

2008-07-09 Thread Manjula Peiris
On Wed, 2008-07-09 at 11:56 -0400, Andy Karseras wrote: > Having stepped through the code, I see the calls to send the message > twice being executed. > > In http_sender_c, the two calls to axis2_http_client_send are made at > lines 988 and 1054. This is because you should have specified http au

Re: Setting HTTP Headers

2008-07-08 Thread Manjula Peiris
> User-Agent: Axis2C/1.4.0 > SOAPAction: "" > Content-Length: 606 > Content-Type: text/xml;charset=UTF-8 > Host: localhost:7547 > Authorization: Basic YXBwbGljYXRpb246d2x5VmRaWjA1RDg= > > Regards, > > Andy > > > On Mon, Jul 7, 2008 at 11:06 PM, S

Re: Setting HTTP Headers

2008-07-07 Thread Manjula Peiris
On Mon, 2008-07-07 at 17:41 -0400, Andy Karseras wrote: > Hi, > > Is there any way of setting the following headers using code ? > > - SOAPAction: "urn:anonOutInOp" > - Transfer-Encoding: chunked > > I have tried uncommenting the relevant line in the axis.xml for > Transfer-Encoding but this di

Re: Changing/Adding SOAP Envelope

2008-07-07 Thread Manjula Peiris
On Mon, 2008-07-07 at 10:34 -0400, Andy Karseras wrote: > > > > > My aim is to change > > > xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";> > > > to > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";> > > > Is this possible at the Payload level ? Seems to me

Re: Axis2/C inside Eclipse

2008-07-03 Thread Manjula Peiris
On Fri, 2008-07-04 at 03:33 +0530, Rajika Kumarasiri wrote: > > > On Fri, Jul 4, 2008 at 12:18 AM, Mauricio Porto <[EMAIL PROTECTED]> > wrote: > Hi, > > I am trying to learn about Axis2/C and I would like to use the > Eclipse IDE since I am used to working with i

Re: Failed to load mod_rampart.dll

2008-07-03 Thread Manjula Peiris
Yuan, Please check the following. -Whether you have engaged Rampart either pragmatically from your client code or in your axis2.xml -Whether the Security phase is there in your axis2.xml -Manjula. On Thu, 2008-07-03 at 15:52 -0700, yuanhuhu wrote: > Hi, > > I am trying to add in authenticatio

Re: rampart and message with no parameter

2008-07-02 Thread Manjula Peiris
On Wed, 2008-07-02 at 18:52 +0530, Manjula Peiris wrote: > There can be messages with empty bodies. For example WS-Reliable > messaging sends such messages. I think this is a bug in Rampart/C. > Because what following assertion says is encrypt the first child of body > if

Re: rampart and message with no parameter

2008-07-02 Thread Manjula Peiris
There can be messages with empty bodies. For example WS-Reliable messaging sends such messages. I think this is a bug in Rampart/C. Because what following assertion says is encrypt the first child of body if it is there. So if the body is not there it should not return an error. On Wed, 2

RE: AXIS2c Handling the multiple requests.

2008-06-21 Thread Manjula Peiris
On Sat, 2008-06-21 at 17:17 +0530, Shobha AC wrote: > Dear All, > > > 1. Login Request > > If authenticated user then allow for next web service i.e There are some authentication mechanisms which can be used with Axis2/C. see following, [1]http://ws.apache.org/axis2/c/docs/ax

Re: Incorrect SoapFault format

2008-06-06 Thread Manjula Peiris
Fixed in the latest Rampart/C svn. -Manjula. On Thu, 2008-06-05 at 16:29 -0400, Subra A Narayanan wrote: > Hello folks, > > Rampart v1.2 is not generating soap faults correctly. The response > below is for a soap 1.1 message as captured by tcpmon. As you can see > the node does not belong here

Re: Clarification needed

2008-06-06 Thread Manjula Peiris
Hi Vamsi, In Rampart/C we are using a client_repo. Which only contains Axis2/C libs, modules and the axis2.xml. So it is well tested that in the client side it is working without services. So can you give us details about your Repo which is used in client side and further how are you saying that s

Re: Next Release of axis2c

2008-06-04 Thread Manjula Peiris
On Wed, 2008-06-04 at 16:18 +0530, Samisa Abeysinghe wrote: > Manjula Peiris wrote: > > On Wed, 2008-06-04 at 15:44 +0530, Dinesh Premalal wrote: > > > >> Hi Naveen, > >> > >> "naveen bhat" <[EMAIL PROTECTED]> writes: > >> &

Re: Next Release of axis2c

2008-06-04 Thread Manjula Peiris
On Wed, 2008-06-04 at 15:44 +0530, Dinesh Premalal wrote: > Hi Naveen, > > "naveen bhat" <[EMAIL PROTECTED]> writes: > > > Hello group, > > > > I wanted to know few things. > > > > > > 1. When is the next release date of axis2c?? > > AFAIK, we didn't think about next Axis2/C release yet. Howev

Re: Reload mod_axis2

2008-05-29 Thread Manjula Peiris
On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: > Hello all, > > I was wondering if there was a way to reload the apache axis2 module > (so that it picks up config file changes like loglevel) without having > to restart apache? The reason I ask this is I have other modules > loaded in

Re: axis2_http_server and openssl

2008-05-28 Thread Manjula Peiris
On Wed, 2008-05-28 at 11:09 +0100, Frederic Heem wrote: > Hi, > Does axis2_http_server support openssl or is it supported only for > apache and IIS ? To have https support you need Apache as your http server. Simple Axis2 server does not support https. openssl is used in Rampart/C which can be us

Re: Memory is very high while sending MTOM attachment and also transfer is slow

2008-05-22 Thread Manjula Peiris
any alternative approach to transfer large data > faster with lesser memory usage in this framework. > > > -Original Message- > From: Manjula Peiris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 21, 2008 11:09 PM > To: Apache AXIS C User List > Subject: RE: Nee

RE: Need information on MTOMChunkBufferSize and MTOMMaxChunkBuffers parameters

2008-05-21 Thread Manjula Peiris
ay 21, 2008 2:38 PM > To: Apache AXIS C User List > Subject: Re: Need information on MTOMChunkBufferSize and > MTOMMaxChunkBuffers parameters > > Manjula Peiris wrote: > > Hi Navin, > > > > Axis2/C reads the whole attachment at once. When there is a > > content-len

Re: Need information on MTOMChunkBufferSize and MTOMMaxChunkBuffers parameters

2008-05-21 Thread Manjula Peiris
Hi Navin, Axis2/C reads the whole attachment at once. When there is a content-length this is not a problem. But when the incoming stream is chunked we need to read till end of the chunks. So, MTOMChunkBufferSize means the size (In MB) of the buffers we keep on reading. MTOMMaxChunkBuffers means

Re: Axis2C - Clarification needed

2008-05-19 Thread Manjula Peiris
On Mon, 2008-05-19 at 13:07 +0530, Dimuthu Gamage wrote: > Answering some of the question that I m bit familiar with, > > On Mon, May 19, 2008 at 11:47 AM, vamsi krishna <[EMAIL PROTECTED]> wrote: > > Hi, > > I started to use Axis2C tool recently. I need the following > > clarifications regar

Re: segfault in apr_rmm_free after installing 1.4.0

2008-05-08 Thread Manjula Peiris
Yes you should be using shared memory. What are your mpm settings . You can check it using, ./httpd -l Thanks, -Manjula. On Thu, 2008-05-08 at 19:07 +0530, Samisa Abeysinghe wrote: > Are you using shared memory model? If so, could you please try without that? > > Thanks, > Samisa... > > Michae

  1   2   >