[Axis2] Heavy async messaging with axis2

2006-10-08 Thread falom falom
Hi,Does axis2 support heavy async messaging between, let's say, two web servers? Does that need help from i.e. JMS or MQ?falom Mp3疯狂搜-新歌热歌高速下

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Martin Gainty
Good Evening Thilina- I dl'ed AXIOM and made TestDriver.java import java.io.*; import java.sql.*; import javax.xml.stream.*; import org.apache.log4j.PropertyConfigurator; import org.apache.log4j.Category; import org.apache.axiom.om.impl.builder.*; import org.apache.axiom.om.*; //import

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Davanum Srinivas
martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar thx, dims On 10/8/06, Martin Gainty [EMAIL PROTECTED] wrote: Good

[axis2] Client stub generates empty soap body

2006-10-08 Thread Andrew Zahra
I am using a client stub generated by Axis2 WSDL2Java. I can call a method that takes a string as an argument and returns a string fine. But I have another method that takes an array and a string as arguments and returns an array. When I use the client stub I always get an empty soap body.

[axis2] usage of getOMElement()

2006-10-08 Thread Jake Goulding
I'd like to get the raw XML node representing a part of my returned message. It looks like getOMElement() should be the right thing to call, but I'm not sure what to pass it. Can anyone tell me if this is the right thing to be looking at, and if so, how to use it? Thanks! -- JAKE GOULDING

axis 2 and jdk 1.5

2006-10-08 Thread Anamitra . Bhattacharyya
Hi I am just wondering if there is any dependency of axis 2 on jdk 1.5. I have tried axis successfully in jdk 1.5 env but not sure if it works in a jdk 1.4.x environment. My concern is mainly with the QName class which is ofcourse used heavily by axis and the contructor has changed a bit with

Re: axis 2 and jdk 1.5 [corrected]

2006-10-08 Thread Anamitra . Bhattacharyya
jdk 1.4 does not have that class - but the jaxrpc.jar has that class and since any appserver has that jar in their class path it creates a conflict. So I guess the only way of getting around that is adding the new QName class in the lib/ext dir - right? Is there any other issues that I should be

Re: [axis2] Client stub generates empty soap body

2006-10-08 Thread Deepal Jayasinghe
Hi Andrew ; Can you please create a JIRA attaching your WSDL. It is bit difficult for us to regenerate the problem w.o having the wsdl file around. Thanks Deepal I am using a client stub generated by Axis2 WSDL2Java. I can call a method that takes a string as an argument and returns a string

[Axis2 1.0] Problems when Interoperate with .NET by X509 token

2006-10-08 Thread Wang, Jason
Title: [Axis2 1.0] Problems when Interoperate with .NET by X509 token Hi, I'm working on a project to call a .Net Web Service from a Java client by X509 certificate. On server side, I use WSE 3.0 and WS policy, WSS4J 1.5.0 and Axis2 1.0 on the Java client side. I used the Hello World

Axis invocation error java.lang.ExceptionInInitializerError or java.lang.NoClassDefFoundError

2006-10-08 Thread Xinjun Chen
I encountered a very strange problem. My web service previously can work. A few days ago, I changed something in the WSDL so that the return type of an operation will change to OperationResponse format. However, now when I invoke the operation, I get either of the two following exceptions. If

Re: Axis invocation error java.lang.ExceptionInInitializerError or java.lang.NoClassDefFoundError

2006-10-08 Thread Xinjun Chen
Just found the immediate reason, one resource bundle is not found because previous build file does not copy the properties file into the lib jar file. Regards, Xinjun On 10/9/06, Xinjun Chen [EMAIL PROTECTED] wrote: I encountered a very strange problem. My web service previously can work. A

Re: [Axis2] Nightly builds from Trunk and 1.1 Branch

2006-10-08 Thread Davanum Srinivas
Yep. It should. need to fix in in trunk. will try to do it when i get a chance. thanks, dims On 10/9/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Dims shouldn't the war also have SNAPSHOP on it? I know its a pain for users but its better to be clear isn't it? Sanjiva. On Sat, 2006-10-07

Re: [Axis2] Nightly builds from Trunk and 1.1 Branch

2006-10-08 Thread Sanjiva Weerawarana
Dims shouldn't the war also have SNAPSHOP on it? I know its a pain for users but its better to be clear isn't it? Sanjiva. On Sat, 2006-10-07 at 22:10 -0400, Davanum Srinivas wrote: Folks, FYI, http://people.apache.org/dist/axis2/nightly/ now has the artifacts from both the HEAD/trunk and