Fw: xsd__string always null

2005-10-26 Thread Adrian Dick
Oops, should have sent this to the dev mailing list. ___ Adrian Dick ([EMAIL PROTECTED]) Adrian Dick/UK/[EMAIL PROTECTED] wrote on 26/10/2005 09:14:53: Hi, I believe we would only need to modify the if(...) on line 2551 of SoapDeSerializer.cpp (within

Re: [Axis2 ] How to free namespaces in om

2005-10-26 Thread damitha kumarage
Hi Nandika,On 10/26/05, nandika jayawardana [EMAIL PROTECTED] wrote: Hi all, In current om implementation, om nodes can be created programmatically as well as using the builder .When om elements are created programmatically , many om_elements will be pointing to the same namespace struct instance

HTTPTransport

2005-10-26 Thread Christopher S. Johnson
All - New to axis c but not new to axis, just a quick question so I can better understand how to build my own transport, I'm sure I'll have more later :) is the transport module is actually responsible for sending the bytes, in turn opening the real connection and reading and writing from the

Re: HTTPTransport

2005-10-26 Thread Fred Preston
Hi Chris, The Transport uses HTTPChannel which actually does all the communication work of opening, sending/receiving and closing the socket. The Transport layer is supposed to be removed/abstracted from the actual physical acts of opening a socket, etc. and is only responsible for managing

Re: [ Axis2 ] Environment allocator etc added to guththila

2005-10-26 Thread Sanjiva Weerawarana
On Tue, 2005-10-25 at 09:47 +0600, Samisa Abeysinghe wrote: Now Guththila as well as Axis2 code is independant from APR. Cool! Good job guys .. Sanjiva.

Re: [Axis2] Fixing memory leaks

2005-10-26 Thread Sanjiva Weerawarana
On Wed, 2005-10-26 at 07:43 +0600, Samisa Abeysinghe wrote: Hi All, There are few more memory leaks present in the axis2 C code. (Guththila leaks should be handled seperate IMO) I would like to propose that we use the unit tests to isolate memory leak problems as much as

Re: [Axis2] Fixing memory leaks

2005-10-26 Thread Paul Fremantle
+1 samisa. It might be hard work now, but worth it.Also I think based on the discussion we had with James, maybe its possible to set some boundaries. We allocate all memory within that execution path from a buffer, and free all memory from the buffer at the end. PaulOn 10/26/05, Sanjiva

exception what() non-const?

2005-10-26 Thread Duane Murphy
I'm making some progress compiling building axis on OS X. One warning I have noticed is that the exception subclasses in Axis all declare the what() function as non-const. This technically is incorrect. I get a warning that the underlying virtual what() function is being hidden. Should I file

Re: [Axis2 ] How to free namespaces in om

2005-10-26 Thread Damitha Kumarage
Hi damitha kumarage wrote: Hi Nandika, On 10/26/05, *nandika jayawardana* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, In current om implementation, om nodes can be created programmatically as well as using the builder .When om elements are created

[jira] Updated: (AXISCPP-826) Apache2Transport::getBytes() may lead to access violation

2005-10-26 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-826?page=all ] Chinthana Danapala updated AXISCPP-826: --- Attachment: Apache2Transport.cpp I have modify the file and tested in windows. Its working fine and I have attached the file. Could anyone test

Re: [Axis2] Fixing memory leaks

2005-10-26 Thread Damitha Kumarage
Hi , Paul Fremantle wrote: +1 samisa. It might be hard work now, but worth it. Also I think based on the discussion we had with James, maybe its possible to set some boundaries. We allocate all memory within that execution path from a buffer, and free all memory from the buffer at the

[Axis2] renaming core as engine

2005-10-26 Thread Damitha Kumarage
Hi, Currently we have followed axis2 java project folder structure so that we have modules | |--- | core

[jira] Assigned: (AXISCPP-753) WSDL2Ws can't handle complexTypes?

2005-10-26 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-753?page=all ] Chinthana Danapala reassigned AXISCPP-753: -- Assign To: Chinthana Danapala WSDL2Ws can't handle complexTypes? -- Key: AXISCPP-753

.net java InvalidCastException

2005-10-26 Thread Kuldeep Malhotra
Hi i am using apache axis to write web services but when .net calls my service it gives the following error. System.InvalidCastException: Cannot assign object of type SystemWebService.d31504.organisationdetails to an object of type SystemWebService.d31504.organisationdetails[]. here is

[Axis2] AxisFault

2005-10-26 Thread Steve Loughran
I am looking at the current axis fault stuff. Is anybody actively working on this, or am I free to add enhancements? Specifically: 1. All the bits of a SOAPFAult, including random XML 2. Axis1 features: stack trace extractions, hostname, http error codes. 3. Tweak how we map from a java

[Axis2] Servlet2.3 support

2005-10-26 Thread Steve Loughran
I am trying to fix axis2 to work on servlets 2.3 again. Step one, (uncommited) is to bind the build to servletapi-2.3.jar, and not geronimo. This shows up the sole problem as ServletBasedOutTransportInfo, which is used in CommonsHTTPTransportSender. invoke

Re: .net java InvalidCastException

2005-10-26 Thread Anne Thomas Manes
We need more information ... Either provide the entire WSDL, or provide all pertinent parts that apply to the operation (all types and messages plus the portType and binding) AnneOn 10/26/05, Kuldeep Malhotra [EMAIL PROTECTED] wrote: Hi i am using apache axis to write web services

Re: [Axis2] AxisFault

2005-10-26 Thread Eran Chinthaka
Steve Loughran wrote: I am looking at the current axis fault stuff. Is anybody actively working on this, or am I free to add enhancements? I was working on this and I know this is not complete. If you can please please go ahead and do it. Specifically: 1. All the bits of a SOAPFAult,

Re: [Axis2] AxisFault

2005-10-26 Thread Sanjiva Weerawarana
Most definitely +1 .. go for it! Sanjiva. On Wed, 2005-10-26 at 12:01 +0100, Steve Loughran wrote: I am looking at the current axis fault stuff. Is anybody actively working on this, or am I free to add enhancements? Specifically: 1. All the bits of a SOAPFAult, including random XML

Re: [Axis2] Servlet2.3 support

2005-10-26 Thread Sanjiva Weerawarana
On Wed, 2005-10-26 at 13:55 +0100, Steve Loughran wrote: Which will still work. Question is, what to do about ServletBasedOutTransportInfo? Delete the setCharacterEncoding entirely, or downgrade it to a no-op. Nobody is using the method once the change above is applied. IMO: Delete the

Re: [Axis2] AxisFault

2005-10-26 Thread Glen Daniels
+1 Axis 1.X's AxisFault does have the capability to add and access headers as you request below. You might want to crib whatever you can from there. We might explore the utility of a WS-Addressing-specific fault subclass which gives a nice API on top of the header-related stuff. --G