Rampart Axis2C segfaults at rampart_context_free operation

2009-01-08 Thread Srinivasa Raju, Somashekar (IE10)
Axis2C Team, AXIS2C - 1.4.0 Rampart - 1.2 I have configured an Axis2C webservice with WS-Security TransportBinding policy and Rampart Authn Provider Module for UserNameToken processing. Authn Module performs the UserNameToken validation correctly but Axis2_http_server/Apache HTTPD

Setting HTTP headers

2009-01-08 Thread Subra Aswathanarayanan
Hello, Is there a way to set standard http header ('Server' for e.g.) in the response. Subra

compiling Axis C++ on Darwin

2009-01-08 Thread virtan
The problems I've got compiling Axis C++ on Darwin. 1. It's difficult to find svn location of Axis C++ The link to more recent version of Axis C++ at http://ws.apache.org/axis/cpp/download.html points to http://ws.apache.org/axis/cpp/axis/interim.html which gives 404. SVN Repository page

Re: compiling Axis C++ on Darwin

2009-01-08 Thread Nadir Amra
We do not use autogen process to build the stuff. We use ant. That is more platform-ignostic. Nadir Amra virtan vir...@virtan.com wrote on 01/08/2009 05:08:20 PM: [image removed] compiling Axis C++ on Darwin virtan to: Apache AXIS C User List 01/08/2009 05:15 PM

link axis2c libraries as static libraries

2009-01-08 Thread Fan, Jan-fon
Hi, I am trying to link the static libraries:AXIS2C_HOME/lib/*.a with my application. But when I build my application I got lots of undefined reference to xxx_function such as: /nfs/scec/disks/imo181/mtse/MaskTools/axis2c-src-1.3.0/lib/libaxis2_engine.a(svc_client.o)(.text+0x1274): In

[Axis2] Response already committed exception with binary data

2009-01-08 Thread Sagara Gunathunga
Hi Guys, I try to send a binary file from server to client when invoking a web service and but getting Response already committed exception on server side. here I have given a simple example for illustrate this problem ( I use Axis2 1.4.1) . I'm really appreciate if some one can provide a

[AXIS2] Repository Problem

2009-01-08 Thread Berner, Nicolas
Hi! I´m just learning to use Axis2 in combination with rampart. I have a service FlexSimple running and it is configured to include a timestamp into each outgoing SOAP-message. Wiring the message over tcpmon one can see that it works fine. On the client-side I have the consuming

AXIOM can correct the wrong close tags by itself?

2009-01-08 Thread Max2009
Hello, I use following codes to get a soap message from a file. Even if a not well-formed soap message is read from the file, StAXSOAPModelBuilder can still create a well-formed soap message as result. For example, in the file the following message is written: ?xml version=1.0

Re: AXIOM can correct the wrong close tags by itself?

2009-01-08 Thread Andreas Veithen
This is not a feature, it is a bug. See WSCOMMONS-372. It has been corrected for 1.2.8. Andreas On Thu, Jan 8, 2009 at 15:15, Max2009 jiang_li...@hotmail.com wrote: Hello, I use following codes to get a soap message from a file. Even if a not well-formed soap message is read from the file,

where is a problem

2009-01-08 Thread ra74 Gazeta.pl
There's a alfresco server and it uses axis client 1.4 Sometimes - often after server restart - bad xml is generated and I've got an error: Attribute actor bound to namespace http://schemas.xmlsoap.org/soap/envelope/; was already specified for element ns1:QueryHeader - what is more propable: bug

AXIS2 embedding axis2 in application

2009-01-08 Thread Huub Sepers
Hello, I have an application that consists of a number of web and ejb modules. Functionally the web modules belong to different subapplications. Now we want to add webservices to our subapplications. The most logical place would be to put a webservice for subapplication A in its

enableMTOM=optional setting question - MTOM-aware clients vs. non-MTOM aware clients

2009-01-08 Thread Matt Friedman
Hi, We are doing some tests using enableMTOM=optional. I did search the lists quite a bit, but I'm still a bit confused about the following. We originally built the service for MTOM aware clients but our assumption (as often happens) turns out to be incorrect. Some of the clients will not be

axis2 - WebResult annotation not supported?

2009-01-08 Thread SPARAGA
When creating a web service from pojos, it appears the 'name' attribute of the javax.jws.WebResult annotation is not supported in axis2 version 1.41. Is that correct?

Re: Need advice on authentication

2009-01-08 Thread Nan Null
On Tue, Dec 23, 2008 at 9:06 AM, Nandana Mihindukulasooriya nandana@gmail.com wrote: If you use NTLM authentication, that has to be provided by hosting server (eg. In Tomcat [1]). But I don't think this will work on Linux. What is the specific reason for you to choose NLTM Authentication

AutoReply - Out Of Office - Re : Re: Need advice on authentication

2009-01-08 Thread saurav . chatterjee
This is an automated response, please do not reply. Your e-mail message - Re: Re: Need advice on authentication has been successfully delivered. I will be out of the office starting 01/09/2009 and will not return until 01/19/2009. I will respond to your message when I return. Thanks

Re: Returning from a different package

2009-01-08 Thread Jason Wells
The class returned by the first operation, the one that threw the exception (below), was a subclass of an abstract class. The exception went away once I changed that. I'm glad it works now, but why would this be a problem? On Jan 6, 2009, at 6:14 PM, Deepal Jayasinghe wrote: Hi, It is

Re: enableMTOM=optional setting question - MTOM-aware clients vs. non-MTOM aware clients

2009-01-08 Thread Thilina Gunarathne
Hi, When EnableMTOM is set to optional, Axis2 will reply back using MTOM if it received a MTOM message or otherwise if it did not receive a MTOM message. Receiving a MTOM message does not necessaraly mean that the message needs to have attachments. It can just be that the SOAP message is just

Parameter name as Param0

2009-01-08 Thread Wishing Carebear
Hello:I'm new to axis2. Trying the pojoguide samples of Weatherservice with a complextype Weather. When looking into the wsdl, noticed the Weather complexType has name as param0 as shown below: xs:element name=setWeather xs:complexType xs:sequence xs:element minOccurs=0

Re: Parameter name as Param0

2009-01-08 Thread keith chapman
Hi Ravi, Please have a look at http://wso2.org/library/3743 That will give you the answer to your problem. Thanks, Keith. On Fri, Jan 9, 2009 at 6:37 AM, Wishing Carebear wishing.careb...@gmail.com wrote: Hello:I'm new to axis2. Trying the pojoguide samples of Weatherservice with a

Re: Next release of Axis2 (1.4.2 ?)

2009-01-08 Thread Saurabh Garg
Hi Keith, Any updates on the release? Any idea when the new version will be released. Thanks Saurabh On Mon, Nov 24, 2008 at 7:22 AM, keith chapman keithgchap...@gmail.comwrote: Hi Anders, We do not have any plans to do a 1.4.2 release. There were some discussions about a 1.5 release but

Re: Parameter name as Param0

2009-01-08 Thread Wishing Carebear
Thanks Keith, I will enable the debug option and try it out. Regards, Ravi On Thu, Jan 8, 2009 at 5:48 PM, keith chapman keithgchap...@gmail.comwrote: Hi Ravi, Please have a look at http://wso2.org/library/3743 That will give you the answer to your problem. Thanks, Keith. On Fri, Jan