Re: Can't get the right kind of header

2007-05-16 Thread Samisa Abeysinghe
something like this: Content-Type: application/soap+xml; charset=utf-8; action=http://xml.objacct.com/GetLoginKey; And doesn't have a SOAPAction: parameter. You have to use SOAP 1.1 version. By default Axis2/C use SOAP 1.2. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank

Re: Can't get the right kind of header

2007-05-16 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Furash Gary wrote: Yes, before you ask, I know I'm just supposed to use WSDL2Java, but I'm just trying to get a feel for this first :-) I'm calling a .NET service from Java. The header I'm generating in AXIS doesn't look like the header the .NET service wants, so it's

Re: tcpmon2file, a little helper

2007-05-15 Thread Samisa Abeysinghe
continue to contribute patches like this in the future as well. Please take note of point raised by Dinesh and create a Jira in the future. Also it helps if you can send the patch file in place of the source file. Regards, Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank

Re: LNK2005 axutil_error_messages

2007-05-11 Thread Samisa Abeysinghe
] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error:Transport out is not set in message context

2007-05-10 Thread Samisa Abeysinghe
to run? Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: LNK2005 axutil_error_messages

2007-05-10 Thread Samisa Abeysinghe
any sample as C++ (/TP), not as C (/TC). Does it say where it was already defined? Please send the full error. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
might have some clues as to what is going wrong. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
you added the Axis2/C DLLs to your PATH? Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Creating Axis2 SOAP Header

2007-05-10 Thread Samisa Abeysinghe
Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samisa Abeysinghe wrote: Amila Suriarachchi wrote: I am not sure about your problem. but add this code to specifically set the soap12 for service client. clientOptions = new Options(); clientOptions.setSoapVersionURI

Re: Where is Rampart 1.2?

2007-05-09 Thread Samisa Abeysinghe
Collin Peters wrote: This link http://ws.apache.org/axis2/modules/index.html talks about Rampart 1.2, but the links point to Rampart 1.1. From what I have seen Rampart 1.2 is not yet out or is this page recently updated in anticipation of it? FYI: http://www.mail-archive.com/[EMAIL

Re: [Axis2] WS-RM and Axis2 Asynch Client not Returning

2007-05-08 Thread Samisa Abeysinghe
Ted Jones wrote: I am using Sandesha2 with an asynch Axis2 client. Using the example that comes with Sandesha2 (the asynch echo client), the onComplete() method of my callback is never hit. It appears the response is not returning. Any ideas? Did you try capturing message sequences with

Re: Axis2Cproblem in running client

2007-05-07 Thread Samisa Abeysinghe
Yogender Singh01 wrote: alltest.log Hi, I am trying to run a calculator client for addition. I have checked the calculator service is succesfully deplyed in services folder by checking the URL http://localhost:9090/axis2/services But I am getting the error while running the exe. The log file

[ANN] Axis2/C 1.0.0 Released

2007-05-06 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.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 to use

[ANN] Axis2/C 1.0.0 Released

2007-05-06 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.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 to use

Axis2/C 1.0.0 RC3 Released

2007-04-20 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0-RC3 You can download this release from http://ws.apache.org/axis2/c/download.cgi Please test this and send in your feedback. Key Features 1. Support for one-way messaging (In-Only) and request response

Re: Axis2/C 1.0.0 RC3 Released

2007-04-20 Thread Samisa Abeysinghe
Download link is http://people.apache.org/~samisa/release/1.0.0/RC3/ Thanks, Samisa... Samisa Abeysinghe wrote: Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0-RC3 You can download this release from http://ws.apache.org/axis2/c/download.cgi Please test

Re: axis2c 0.95, env setting

2007-04-09 Thread Samisa Abeysinghe
Sorry for the late reply - 0.95 is quite old - we released 0.96 long ago. We also have release RC1 of 1.0. I strongly suggest that you try 1.0.0 RC1. Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Makefine does not run

2007-04-04 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hello, I have today download the new source code . When i run the makefile with nmake dist, I get a error on creating the axiom.lib, see the followed text. My Question is what is my mistake. Where are setting the include-files. Did you download the 1.0 RC1 from

Re: eliminate soapenv:header

2007-03-04 Thread Samisa Abeysinghe
? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa

Re: [Axis2C] Creating an SSL client - trunk

2007-02-22 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Dumindu, I think list reject attachments, could you please attach patch to a jira. I do not think the list reject attachments, probably he forgot to attach. Anyway +1 for attaching in Jira and sending the link to the issue. Samisa...

Re: [Axis2] question on http transport...

2007-02-01 Thread Samisa Abeysinghe
code so that we can dig into that and see what is wrong. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[Axis2] Nightly builds form svn head?

2007-02-01 Thread Samisa Abeysinghe
When I try to get a nightly build form http://people.apache.org/dist/axis2/nightly/, I get snapshots with version number 1.1.1. Does this mean that the nightly builds come form 1.1.1 branch, or is it really coming form the latest svn head and the numbering is incorrect? Thanks, Samisa...

Re: What is the projected release date for Axis2C?

2006-11-27 Thread Samisa Abeysinghe
Dave Meier wrote: Hi Samisa, Do you think that Axis2C will be at a point where there are not many bugs and it is stable enough to work in a long running production environment by late spring/early summer of 2007? Yes I do think so. I am attending memory leaks at the moment and it is shaping

Re: [Axis2] can I get the IP Address of the client?

2006-11-18 Thread Samisa Abeysinghe
Dave Meier wrote: Is there some way to find out the IP address of the client? I think it would be available from the socket connection. Yes it is available at socket (in other words, stream level). It is possible to pull this information up to the message context level. I would like to be

Re: [Axis2] rampart problem using WS-SECURITY

2006-11-16 Thread Samisa Abeysinghe
In future I will try to insert security results as properties (e.g. user id) to the message context after processing a security header, so that we don't need to repeat the same processing in the service. +1. That is much user friendly. Samisa...

Re: [Axis2] Multiple byte character set support?

2006-11-16 Thread Samisa Abeysinghe
Dave Meier wrote: How are multibyte character sets handled in Axis2C? If I encode all my strings in UTF-8 before sending from the server and decode from UTF-8 when receiving strings on the server, will that work? As far as my understanding goes, yes. But I have not tried this on my own. If

Re: What is the projected release date for Axis2C?

2006-11-12 Thread Samisa Abeysinghe
Dave Meier wrote: Thank you. Mainly I just need to be able to count on Axis2C in a shipping product and as long as it will be stable and perform all the promised features correctly I'm happy. The timeframe I'm working with is to have a fairly stable system in 3-4 months and be able to publish

Re: What is the projected release date for Axis2C?

2006-11-11 Thread Samisa Abeysinghe
Dave Meier wrote: When is the Axis2C 1.0 release anticipated? I'm assuming the generally available release will be 1.0. This is something that we are yet to discuss with the community. I personally think that the next release, 0,96 is almost of 1.0 kind of quality. So why should you bother

Re: REST status in Axis2C latest code?

2006-10-31 Thread Samisa Abeysinghe
Dave Meier wrote: Hi, I'm running the axis2_http_server.exe and attempting to invoke services REST style, but not having much luck. Also tried with the axis2 module installed under apache 2 and got the same result. Is REST fully implemented for Axis2C? I'm trying a URL like this

Re: REST status in Axis2C latest code?

2006-10-31 Thread Samisa Abeysinghe
Dave Meier wrote: Sorry, I did get it to work with http://localhost:8080/axis2/services/echo/echoString?foo=bar; - it returns bar in the response. For REST calls, does there always have to be one or more arguments in the query string? Yes you have to send the payload expected by the

Re: Axis2c, 0.95

2006-10-29 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi Samisa, I apologize, it was my fault. However, 0.95 behaves mush worse than 0.94 on the code i have sent you 3? days ago - memory leak is more significant hmmm, 0.95 is supposed to be better - as far as I know, we did not touch any areas that would expose more

Re: Axis2c, 0.95

2006-10-28 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi, Using 0.95 release working code built based on 0.94 (worked 0.93) if ( NULL != http_client ) AXIS2_HTTP_CLIENT_FREE(http_client, m_env); throws Unhandled exception at 0xabababab 0xC005: Access violation reading location 0xabababab.

Re: [Axis2][ANN]Apache Axis2/C 0.95 Released

2006-10-27 Thread Samisa Abeysinghe
One of the key things is the effort put into documentation. We have a manual here: http://ws.apache.org/axis2/c/docs/axis2c_manual.html This is far from complete, but an initiative in the right direction in terms of documentation. Samisa... Dinesh Premalal wrote: We are pleased to announce

Re: [Axis2] WSDL2C Code generation tool ( C Implementation ) - questions

2006-10-17 Thread Samisa Abeysinghe
Dave Meier wrote: 1. Does this new tool currently only build on Linux or can I build it on Windows? I have not tested on Windows, but I know that it runs on Linux. 2. Does it generate the data structures in C? I'm using the java WSDL2Code and it generates my input/output data structures

Re: WSDL2C REST question

2006-10-17 Thread Samisa Abeysinghe
Dave Meier wrote: To use REST with Axis2C, do I need to define my inputs and outputs as generic XML nodes or can I use specifically defined structures for these? You have to work at XML level; it is an XML-in/XML-out model that we support. There are no predefined structures for doing REST. I

Re: Axis2c, 0.94, error processing

2006-10-15 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, Could you please clarify Axis2c, 0.94 error processing behavior in the following scenario: axis2_allocator_t* allocator = axis2_allocator_init (NULL); axis2_error_t* error = axis2_error_create(allocator); axis2_env_t* env = axis2_env_create_with_error(allocator,

Re: Axis2c, 0.94, error processing

2006-10-15 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi Samisa, Thank you very much for the tip - it works!, however it seems to me that the error message NULL paramater was passed when a non NULL parameter was expected does not look informative as desirable. Agreed, but, does it not tell you the line number of the

Re: build axis2c on solaris using source code

2006-10-13 Thread Samisa Abeysinghe
Uditha Jayawardena wrote: Thanks now the header error is fixed but there are still the following errors uuid_gen_unix.c:236:29: warning: extra tokens at end of #ifdef directive uuid_gen_unix.c:306:11: warning: extra tokens at end of #else directive uuid_gen_unix.c: In function

Re: Axis2C SSL Server

2006-10-13 Thread Samisa Abeysinghe
Andrew Preston wrote: Hello, Are there any mechanisms for Axis2C to handle incoming asynchronous (in only) messages over HTTPS? Is this something that integration with Apache provides? My application needs to act as both a client over HTTPS and a server receiving these async messages. Yes,

Re: [Axis2][Fwd: using WSDL2Code -l c generates some java some C code... Help need]

2006-10-12 Thread Samisa Abeysinghe
Sharad Baronia wrote: Hi Samisa, Is it going to be part of Axis2 1.1 rc1 nightly build? I am afraid not - this issues is still pending :( Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[Axis2][Fwd: hi]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix Original Message Subject:hi Date: Wed, 11 Oct 2006 07:39:41 +0100 (BST) From: ritu gaud [EMAIL PROTECTED] Reply-To: Apache AXIS C User List axis-c-user@ws.apache.org To: axis-c-user@ws.apache.org hello i hv problem while

[Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix. Samisa... Original Message Subject:Problems with woden Date: Wed, 11 Oct 2006 10:57:00 +0200 From: Jose Miguel Sanchez Martin [EMAIL PROTECTED] Reply-To: Apache AXIS C User List axis-c-user@ws.apache.org To:

[Axis2][Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix; again ;) Original Message Subject:Problems with woden Date: Wed, 11 Oct 2006 10:57:00 +0200 From: Jose Miguel Sanchez Martin [EMAIL PROTECTED] Reply-To: Apache AXIS C User List axis-c-user@ws.apache.org To:

Re: [Axis2][Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Hi, I would like to invoke a web service operation without using the stub generator, to that goal I am using the woden parser to parse the WSDL file and generate the request message accordingly. But it crashes (I am testing this on Windows). While debugging I have

Re: [Axis2]swa reply

2006-10-11 Thread Samisa Abeysinghe
Martin Voelkle wrote: Martin Voelkle wrote: Hello I am trying to access a SOAP 1.1 service which replies with a swa attachment. Axis2/C does not support SwA as such. We only have support for attachments with XOP/MTOM. Please have a look at our MROM sample. Thanks for the info. I had read

[Axis2][Fwd: using WSDL2Code -l c generates some java some C code... Help need]

2006-10-11 Thread Samisa Abeysinghe
Prefix fixed! Original Message Subject:using generates some java some C code... Help need Date: Wed, 11 Oct 2006 14:11:35 -0700 From: Sharad Baronia [EMAIL PROTECTED] Reply-To: Apache AXIS C User List axis-c-user@ws.apache.org To:

Re: build axis2c on solaris using source code

2006-10-09 Thread Samisa Abeysinghe
Uditha Jayawardena wrote: Hi Is there a way to build axis2c on Solaris using the source distribution for linux. Did you try configure; make; make install; ? Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to specify the http transport content type

2006-10-05 Thread Samisa Abeysinghe
Try commenting out enableMTOM entry in your axis2.xml file. Samisa... Jose Miguel Sanchez Martin wrote: Hi, I am trying to write a very simple client (my first axis2c test) for a calculator web service which is available out there. The code I have written is very similar to the simplest

Re: axis2c 0.94, env setting

2006-10-04 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, i have 3 scenaria 1. m_env = axis2_env_create_with_error_log(m_allocator, m_error, m_log); 2. m_env = axis2_env_create_with_error(m_allocator, m_error); 3. m_env = axis2_env_create(m_allocator); and somewhere in code soap_builder =

Re: axis2c 0.94, env setting

2006-10-04 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Krankurs Leonid wrote: Hi, i have 3 scenaria 1. m_env = axis2_env_create_with_error_log(m_allocator, m_error, m_log); 2. m_env = axis2_env_create_with_error(m_allocator, m_error); 3. m_env = axis2_env_create(m_allocator); and somewhere in code soap_builder

Re: Installation problems

2006-09-15 Thread Samisa Abeysinghe
Are you using Axis C++ or Axis2/C? In case of Axis CPP, you can use congigure; make as there is not make based build. You have to use ant. Please have a look at the ant build guide in the docs. If you are using Axis2/C and then you do not need automake to build source. You should be able to

Re: [Axis2] AXIS2_CALL_GET_BASE macro

2006-09-13 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: Hi, Is AXIS2_CALL_GET_BASE macro deprecated? I can see it's being used in the Axis2 PHP extension but I can't find it in the Axis2 source. Is there a different function that does the same task as AXIS2_CALL_GET_BASE? call struct is no more. You have to use

Re: [Axis2] AXIS2_CALL_GET_BASE macro

2006-09-13 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: On 9/13/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Is there a different function that does the same task as AXIS2_CALL_GET_BASE? call struct is no more. You have to use svc_client I'm trying to understand the way of calling an existing web service, given an XML

Re: axis c++ 1.4

2006-09-05 Thread Samisa Abeysinghe
it shows me the whole directory structure. Please help. Thanks Regards, Monica -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 8:17 PM To: Apache AXIS C User List Subject: Re: axis c++ 1.4 Yes, have a look at the ant build guide http

Re: axis c++ 1.4

2006-09-04 Thread Samisa Abeysinghe
of steps to make the source. Regards, Monica -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 3:33 PM To: Apache AXIS C User List Subject: Re: axis c++ 1.4 Are you using the binary version? If that is the case, you may try downloading

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

2006-09-01 Thread Samisa Abeysinghe
We are pleased to announce the release of Apache Axis2/C version 0.93. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for one-way

Re: [Axis2][ANN] Apache Axis2/C 0.93 Released

2006-09-01 Thread Samisa Abeysinghe
Alastair FETTES wrote: Early feedback: The WSDL2C tool would be useful before 1.0. This would allow (potential) users, such as myself, a chance to try things out. We tried to ship WSDL2C with 0.93, but could not do so, due to critical bugs in the source (the tests failed) Hopefully this

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

2006-09-01 Thread Samisa Abeysinghe
We are pleased to announce the release of Apache Axis2/C version 0.93. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for one-way

Re: Information needed

2006-08-31 Thread Samisa Abeysinghe
Vijaya Bhaskar Peddinti wrote: Query 1: Can we use gsoap generated code with axis? No. Samisa... -Original Message- From: Vipin Satija [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 11:31 AM To: Apache AXIS C User List Subject: RE: Information needed Hi, There are

Re: signed response/request

2006-08-30 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, it is not WS-Security that i need - just Signature node to be in the request body Is the handler approach the only way to implement this? How Apache XML Security C++ library could be engaged ? Signature body should be possible, but XML security is not built into

Re: signed response/request

2006-08-29 Thread Samisa Abeysinghe
Krankurs Leonid wrote: What are the best AXIS C++ practices to implement signed request/response MEP If you are referring to WS-Security related signing, this is not supported in Axis C++. That is simply because no one has implemented security - however you may use a handler and get the

Re: Axis2c client doesn't work when I built it into library

2006-08-22 Thread Samisa Abeysinghe
Do you have the Axis2/C libs on you library path, so that the program that loads your library file with client logic can locate the required Axis2/C libs? (As far as I can tell form your compile command, you should have /opt/axis2c-bin-0.92-linux/lib on your LD_LIBRARY_PATH) BTW, you could use

Re: Configure file missing in linux source

2006-08-17 Thread Samisa Abeysinghe
Raju, Prabhakar (P.) wrote: Also, Do I have to build the samples only with ant? Ant is the only build system supported. But it could be quite simple to come up with a makefile if you know the libs to link to and the path to includes. You could get to know them by looking at the compile and

Re: [Axis2]How to invoke a webservice built by Axis2 in PHP?

2006-08-11 Thread Samisa Abeysinghe
Well you can also use the PHP Axis2 extention built on top of Axis2/C. It is here: http://pecl.php.net/package/axis2 Samisa... Alistair Young wrote: I think there would be two ways of accessing a web service from PHP: 1 - use the java stub via PHP's Java integration - http://uk.php.net/java 2

Re: Training

2006-08-10 Thread Samisa Abeysinghe
BalaSubrahmanyam Gattu wrote: Hi, I am located in Dallas, TX. Is there any class room training available for Axis C++ user? To my knowlege, the user list, dev list and the whatever available docs are the training resources that we have for Axis C++. BTW, if you are a beginner, and

[Axis2] Dropping axis2_mep_client and axis2_msg_sender

2006-08-03 Thread Samisa Abeysinghe
Hi All, It has been some time that we implemented service client and operation client APIs, but we still have mep_client and msg_sender in the svn. But these are deprecated and we can easily obsolete without any side effects. I will remove these from svn, if anyone has any concerns

Re: [Axis2] Dropping axis2_mep_client and axis2_msg_sender

2006-08-03 Thread Samisa Abeysinghe
Oops, our op_client uses mep client. So we cannot effectively remove it as of now. Samisa... Samisa Abeysinghe wrote: Hi All, It has been some time that we implemented service client and operation client APIs, but we still have mep_client and msg_sender in the svn

Re: [Axis2/C]build error for Linux source distribution

2006-08-03 Thread Samisa Abeysinghe
/axis2_src_dir/util Then ./configure and make and make install Second go to /work/axis2_src_dir/axiom Then ./configure and make and make install Finally go to /work/axis2_src_dir Then ./configure and make and make install Samisa... Thanks. kinichiro --- Samisa Abeysinghe [EMAIL PROTECTED] wrote

[Fwd: [Axis2] Code generation to C]

2006-08-03 Thread Samisa Abeysinghe
Does anyone has any idea on what is going wrong here? Basically I need some help to understand the exception. Samisa... Original Message Subject:[Axis2] Code generation to C Date: Wed, 2 Aug 2006 10:33:14 -0700 From: Alastair FETTES [EMAIL PROTECTED] Reply-To:

Re: [Axis2] Code generation to C

2006-08-02 Thread Samisa Abeysinghe
Hmmm, there seems to be a bug introduced into the Java tool with the latest changes. I used to generate code with old codebase but now that I got an update from svn, I too get the same error. :( Will look into this. Samisa... Alastair FETTES wrote: I've modified the WSDL2Code.bat file from

Re: [Axis2]increasing the wait time for client waiting for responses

2006-07-19 Thread Samisa Abeysinghe
Assuming this is an Axis2 question, have we moved timeout setting to conf file? Samisa... Irfan Habib wrote: Hi, I noticed that sometimes the clients show the message [servicename] failed to create stub etc.. When the servers take too long to execute the request, how do I set [increase or

Re: [Axis2]increasing the wait time for client waiting for responses

2006-07-19 Thread Samisa Abeysinghe
Ok I found the solution for cliet side. Set the timeout on options using: AXIS2_OPTIONS_SET_TIMEOUT_IN_MILLI_SECONDS Samisa... Samisa Abeysinghe wrote: Assuming this is an Axis2 question, have we moved timeout setting to conf file? Samisa... Irfan Habib wrote: Hi, I noticed

Re: [Axis2]Re: small problem?

2006-07-15 Thread Samisa Abeysinghe
Buddhika Semasinghe wrote: yes that was ok when installing the axis2c-src-0.90 and axis2c-src-0.91 versions.Thanks mmm I am confused. Did you run vcvars32.bat in a shell and try to build the source in the same shell (By shell I meant DOS command line) Samisa...

Re: include file axis2_call.h no found

2006-07-14 Thread Samisa Abeysinghe
Sahan Gamage wrote: Hi, From axis2c 0.92 we deprecated call api. Now we use axis2_svc_client api. Also the diclient is a very experimental feature. So I highly recommend not to use it (unless you are willing to dive deep and fix the bugs there) So basically my advice is disable it. Use

Re: [Axis2]Re: small problem?

2006-07-14 Thread Samisa Abeysinghe
Sahan Gamage wrote: Hi, what is the version you're trying ? svn HEAD or some released version ? If it's svn HEAD I am not sure about the correct behaviour of the Windows build system. Also what is the VC version? What is the Windows version? Samisa... - sahan Buddhika Semasinghe wrote:

Re: Axis2 mtom example

2006-07-13 Thread Samisa Abeysinghe
Paweł Pustelnik wrote: Hi, I checked Axis2 mtom example on my Windows machine. I checked it with simple axis server and it was working fine for the default file (small jpg image). However when I replace this file with a bigger one (45 Mb) then axis server uses 99% of my CPU and

Re: Axis2 mtom example

2006-07-13 Thread Samisa Abeysinghe
suspecting the problem is with windows file read/write methods we are using. - sahan Samisa Abeysinghe wrote: Paweł Pustelnik wrote: Hi, I checked Axis2 mtom example on my Windows machine. I checked it with simple axis server and it was working fine for the default file (small jpg

Re: Axis2 mtom example

2006-07-13 Thread Samisa Abeysinghe
. There seems to be a bug for sure. Need to dig and see. Samisa... Pawel Dnia 13-07-2006 o 08:29:48 Samisa Abeysinghe [EMAIL PROTECTED] napisał: Sahan Gamage wrote: Hi, I tested this with 45Mb file in my Debian box with current svn HEAD. Resuls are as: Time : 08.22 seconds CPU usage: 95 % Yes

Re: [Axis2]Re: Library linking problem

2006-07-12 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: On 7/12/06, Sahan Gamage [EMAIL PROTECTED] wrote: Load libxml2 library here. in my machine it is located at /usr/lib/libxml2.so. Since this is located in LD_LIBRARY_PATH just loading libxml2.so (without the full path) will be fine. That worked ok, except now it

Re: [Axis2]Re: Library linking problem

2006-07-12 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Chintana Wilamuna wrote: On 7/12/06, Sahan Gamage [EMAIL PROTECTED] wrote: Load libxml2 library here. in my machine it is located at /usr/lib/libxml2.so. Since this is located in LD_LIBRARY_PATH just loading libxml2.so (without the full path) will be fine

Re: [Axis2] WSDL for Axis2 Samples?

2006-07-10 Thread Samisa Abeysinghe
Paweł Pustelnik wrote: Dnia 10-07-2006 o 17:52:38 Samisa Abeysinghe [EMAIL PROTECTED] napisał: Paweł Pustelnik wrote: Hi, Where can I find WSDL files for services' samples (Axis2)? (For example math.wsdl or echo.wsdl) Pawel We do not have WSDLs for them. They were just written as XML

Re: [Axis 2]TCP monitor up to now

2006-07-10 Thread Samisa Abeysinghe
samitha kuruppu wrote: Hi All, This is the brief description about my TCP monitor project up to now. In past few days I learned about Socket programming and Threads in C language and start to write a simple program for access the network port. And also I have studied the files in util folder

Re: [Axis2]Re: Binary data problems

2006-07-09 Thread Samisa Abeysinghe
this feature as far as I know, so you have to build the code from svn. Samisa... Thanks, Pawel Dnia 09-07-2006 o 03:20:36 Samisa Abeysinghe [EMAIL PROTECTED] napisał: Paweł Pustelnik wrote: RepoPath C:/Program Files/Apache Group/Apache2/axis2c/logs Is this the correct location of your

Re: Binary data problems

2006-07-08 Thread Samisa Abeysinghe
Paweł Pustelnik wrote: Hi All, I have already posted two messages about binary data problems but with no reply. I hope this time somebody can help me:) In my apllication I use web service which is written with Apache Axis. The main goal of this service is to send a large files (large,

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

2006-06-17 Thread Samisa Abeysinghe
Hi All, We are pleased to announce the release of Apache Axis2/C version 0.92. You can download this release from http://ws.apache.org/axis2/c/download.cgi We welcome your early feedback on this implementation. Please send your feedback to [EMAIL PROTECTED] Major Changes Since Last Release

Re: POST versus GET

2006-06-13 Thread Samisa Abeysinghe
Franz Fehringer wrote: Hello, Is it possible for a Axis1C client to issue a GET instead of a POST? AxisC++ does not support get case. Axis2C would support this as part of REST support, however the work in this area is still going on Samisa... How do i do this? Greetings Franz

[Axis2] How to get the service URL and method in handler?

2006-06-08 Thread Samisa Abeysinghe
Forwarding with correct prefix. hi all, I want to use handler to log which service the client is accessing, for example the service URL, name and method, but in the handler invoke() method, there is only the MessageContext that can be used. (I tried most the mc.getXXX() method but no one is

Re: [Axis2] setOperationContext() question

2006-05-26 Thread Samisa Abeysinghe
Michele Mazzucco wrote: Hi all, is it possible to get the same result with outgoing messages as well by using the setOperationContext() (it seems to me that the outMsgCtx = opctx.getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE); into the setOperationContext() doesn't work as espected

Re: [Axis2] setOperationContext() question

2006-05-26 Thread Samisa Abeysinghe
the job done. Samisa... Michele Samisa Abeysinghe wrote: Michele Mazzucco wrote: Hi all, is it possible to get the same result with outgoing messages as well by using the setOperationContext() (it seems to me that the outMsgCtx = opctx.getMessageContext

Re: AXIS C++ : Calling a service from other

2006-05-25 Thread Samisa Abeysinghe
working on Axis2/C currently and am not aware of this change. Maybe someone else could help. Thanks, Samisa... Regards, Monica -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 12:03 PM To: Apache AXIS C User List Subject: Re: [Axis2]Re: AXIS C

Re: Axis2 and php client libraries

2006-05-24 Thread Samisa Abeysinghe
Please discuss the PHP related stuff over the c list axis-c-user@ws.apache.org (see http://ws.apache.org/axis2/c/ on how to subscribe) The PHP extension could be used to do the dual client scenario. However, this was not implemented into PHP API as it does not make sense to use the dual

Re: [Axis2C] Support for C++ and Project Roadmap

2006-05-16 Thread Samisa Abeysinghe
Rodrigo Ruiz wrote: Hi all, Is there any roadmap on the project web? I would like to know what functionalities are planned to be developed and which ones have priority over others. We have some indication on the road map on our main web site. Please have a look at Un-Implemented

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

2006-05-15 Thread Samisa Abeysinghe
Hi All, We are pleased to announce the release of Apache Axis2/C version 0.91. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support. 2. Support for

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

2006-05-15 Thread Samisa Abeysinghe
Hi All, We are pleased to announce the release of Apache Axis2/C version 0.91. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages. This has complete XML infoset support. 2. Support for

[Axis2] MTOM sample - faults from server side

2006-04-24 Thread Samisa Abeysinghe
Hi, I am tyring to get the Axis2/C implementation of MTOM to work with Axis2/Java. When I send a message with errors, the Java server does not tell me anthing on what went wrong. It would be helpful if it were to send me a fault. Could someone help me to make it throw some fault

[Axis2] Syntax of services.xml and mocule.xml

2006-04-18 Thread Samisa Abeysinghe
Do we have DTD/Schema defines for those files? Where can I find the syntax? Thanks, Samisa...

[Axis2] [AXIOM] Whre is the SVN?

2006-03-31 Thread Samisa Abeysinghe
The Source Code link on http://ws.apache.org/commons/axiom/index.html does not work :-( How can I get the latest svn co? Thanks, Samisa...

Re: [Axis2] MTOM related changes for OM

2006-03-26 Thread Samisa Abeysinghe
Many thanks for the patch. I applied the patch to svn, though this is not complete, so that we do not run into problems cuased due to regression. Hope we could complete the rest soon :) Samisa... Kapila Dissanayake wrote: Hi All, I have done some changes to OM that is required to

Re: WS-I Basic Security Profile

2006-03-20 Thread Samisa Abeysinghe
I havent got any sample code on this (may be others would), but just a tought, may be you can write a handler to do this and contribute that to the community. Samisa... Andy Weiss wrote: If that is the case, does anyone have any sample code that manipulates the SOAP header manually and adds

Re: WS-I Basic Security Profile

2006-03-17 Thread Samisa Abeysinghe
Andy Weiss wrote: I need to know if Axis C++ supports the WS-I Basic Security profile at all, namely the Username token. I am afraid not, there has been no developments in this front. Samisa... I haven't seen talk about this on the list since May of 2005. Any progress? Andy Weiss

<    1   2   3   4   5   6   >