Re: Creating a async web sercice

2009-09-18 Thread Håkon Sagehaug
Hi By the way, do you know why it did not work with 1.4.1, it this a known limitation? cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I changed to axis2 1.5 also on the server and then all seems to work. Thanks for the help cheers, Håkon 2009/9/17 Håkon Sagehaug

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread Nandana Mihindukulasooriya
Hi Gerhard, In the last comment of the related issue [1], Thilina explains why we need to have both OpenSAML jars in the distribution. Nope, unfortunately there are no obsolete jars included. Do you want to reduce size or are you facing any other issue ? regards, Nandana [1] -

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread Nandana Mihindukulasooriya
Hi Stefan, This is the compatible version with Axis2 1.5. These [1] will be the fixes / improvements / new features included in this release. Sorry this file was not included in the RC. regards, Nandana [1] -

Re: Creating a async web sercice

2009-09-18 Thread Amila Suriarachchi
2009/9/18 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi By the way, do you know why it did not work with 1.4.1, it this a known limitation? this parameter check added after axis2 1.4.1 :) thanks, Amila. cheers, Håkon 2009/9/17 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi I

Re: securing axis2

2009-09-18 Thread Amila Suriarachchi
On Wed, Sep 16, 2009 at 3:05 AM, Chris Snow sno...@snowconsulting.co.ukwrote: Is there any documentation on how to secure an axis2 installation. do you mean the files in the installation folder (eg. axis2.xml) or requests coming to server. for former case AFAIK the only solution is to protect

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread gerhard presser
Hi Nandana, -)Thanks for the explanation. Will the opensaml1.1 references be cleared out in the final release? -)At least the slf4j-jdk14 lib should be obsolete if another logging framework is used!? regards, Gerhard Nunny wrote: Hi Gerhard, In the last comment of the related

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread Thilina Mahesh Buddhika
Hi Gerhard, Please see my comments inline. On Fri, Sep 18, 2009 at 1:21 PM, gerhard presser gpres...@groiss.comwrote: Hi Nandana, -)Thanks for the explanation. Will the opensaml1.1 references be cleared out in the final release? IMO porting the SAML 1.1 code to use OpenSAML 2.x needs

http transporter, broken pipe exception catch

2009-09-18 Thread Gustavo Fernández
Hi, I am new using axis2 platform, and i have one problem related with the exceptions throws in the http transporter. Summary of the test: * I have one client, this client sends a soap message to the server. The transporter is http. The client upload a file (SWA). The client have a

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread gerhard presser
Hi thilina, We are using Axis2 inside an commercial software which allready ships with many libraries. Because we don't (yet) use a dependency resolution mechanism, any developer adds libraries he thinks he will need. If implementations change, libs may become obsolete. If we don't keep track of

Using Axis without a binding?

2009-09-18 Thread VanIngen, Erik (FIES)
Hi all, I need to develop a service who 'packs' an XML behind a certain URL into SOAP. In this case I don't want a binding. How should I use Axis in this case? What I would like to do is this: - create the WSDL - generate a webservice with Axis - connect the generated skeleton with the

Re: Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-18 Thread Andreas Veithen
This is a known issue that occurs when using Axiom = 1.2.8 together with Sun's StAX implementation. See issue WSCOMMONS-489. Andreas On Thu, Sep 17, 2009 at 15:33, sri ram pinnamaraju_sri...@yahoo.co.in wrote: Hi All, I have a webservice developed in axis 2. Works fine when there are

Re: xs:date issues in axis2-1.5

2009-09-18 Thread Asen
I am using axis2-1.5. I did not experience this error with 1.4.1 version even though I found this issue AXIS2-4447. This is my incoming object(pojo) using java.util.Date import java.util.Date; /** * Test pojo with xs:data * @author asen */ public class PojoIn implements PojoI { private

'Convert' AAR to standalone WAR

2009-09-18 Thread Rodolfo Andrade
Hello, I'm still learning about Axis2 and I'm wondering how to convert/build a AAR generated file to a Standalone WAR, instead of deploying it to axis2.war. Currently, I'm using JBOSS 4.2.0 GA as AS and Netbeans 6.5 with Axis2 plugin. If anyone has a tutorial or tip, please let me know. Thanks

Re: xs:date issues in axis2-1.5

2009-09-18 Thread Asen
Here is how I am setting the date from the client: Calendar calendar = Calendar.getInstance(); calendar.clear(); calendar.set(2009,8,16); java.util.Date date = calendar.getTime(); On Fri, Sep 18, 2009 at 9:08 AM, Asen asen.m.ase...@gmail.com wrote: I am using axis2-1.5. I did not experience

Re: imcompatible issue between axis2 and weblogic 10

2009-09-18 Thread Nirav Shah
Hi, I am using Axis 2.1.5 which has axiom 1.2.8 on weblogic 9.2 and i still get a similar error.. java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) at

RE: imcompatible issue between axis2 and weblogic 10

2009-09-18 Thread Hu, Mary - ITG
Try to use Weblogic native StAX parser. _ From: Nirav Shah [mailto:snirav.s...@gmail.com] Sent: Friday, September 18, 2009 5:01 PM To: axis-user@ws.apache.org Subject: Re: imcompatible issue between axis2 and weblogic 10 Hi, I am using Axis 2.1.5 which has axiom 1.2.8 on weblogic

Re: imcompatible issue between axis2 and weblogic 10

2009-09-18 Thread Nirav Shah
Hi Mary, And how do i configure this ? Is there any configuration change that i need to do ? Regards, Nirav On Fri, Sep 18, 2009 at 2:04 PM, Hu, Mary - ITG mary...@jpmorgan.comwrote: Try to use Weblogic native StAX parser. -- *From:* Nirav Shah

RE: imcompatible issue between axis2 and weblogic 10

2009-09-18 Thread Hu, Mary - ITG
Just remove Woodstock stax parser from application classpath. _ From: Nirav Shah [mailto:snirav.s...@gmail.com] Sent: Friday, September 18, 2009 5:18 PM To: axis-user@ws.apache.org Subject: Re: imcompatible issue between axis2 and weblogic 10 Hi Mary, And how do i configure this

securing client request with name and password in axis2

2009-09-18 Thread jonah
Hi,all: I am using axis2 as webservice server.I want to securing client request with name and password.Only user name and password correct ,the client request can be processed;else The request will be refused.Is there existing module or handler can do this?

Re: securing client request with name and password in axis2

2009-09-18 Thread Prabath Siriwardena
Please have a look at [1]. Thanks regards. -Prabath [1]: http://blog.rampartfaq.com/2009/08/how-to-secure-web-service-with_18.html jonah wrote: Hi,all: I am using axis2 as webservice server.I want to securing client request with name and password.Only user name and password correct