Axis2 Exception

2006-07-30 Thread Pradeepta Bhattacharya
When I try to return back a array of objects from my method, I get back an exception on the server stating 12:24:09,670 ERROR [AxisServlet] java.lang.NoSuchMethodError: org.apache.axis2.databinding.utils.BeanUtil.getOMElement(Ljavax/xml/namespac e/QName;[Ljava/lang/Object;Ljavax/xml/namespace/QNa

Re: implement JMS transport

2006-07-30 Thread Ali Sadik Kumlali
Hi Preetha,All of the info I'll give is for Axis2 only not for Axis.AFAIK, currently, there is no a tutorial for the Axis2 JMS. There are two JMS implementations of Axis2. Current implementation (org.apache.axis2.transport.jms.*) was ported from Axis1 and available with Axis2-1.0. On the other han

Re: [Axis2 1.0] WSDL2Java bug?

2006-07-30 Thread Ajith Ranabahu
Hi Nirmit, This indeed looks like a bug. Please open a Jira and attach the WSDL Ajith On 7/30/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: Please file a JIRA. On 7/29/06, Nirmit Desai <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to generate test case from a WSDL operation taking no >

incompatible types error

2006-07-30 Thread Saehoon Cheon
I've tested Java2WSDL. The service includes the vector array(Vector[]). But it causes the incompatible type error even if it works fine with "javac" command. The Code looks like, "Vector[] marginVArr = init.getMaxDistance();" In this case, how can I find the problem?

Re: stateful web service

2006-07-30 Thread Deepal Jayasinghe
did you engage addressing module ? if yes serviceGroupId is inside the was:ReplyTo header. Shaowei Mao wrote: > Hi, I implemented a web service by generating stub and skeleton from > wsdl. Now I want to turn them into stateful. I have been looking > through mailing list and found that I need to s

[Axis2] Anyone working in a GMT+10 (Brisbane) timezone

2006-07-30 Thread William Ferguson
If you're in the above timezone and have had some success generating WSDL from a service I'd love to have a chat. I'm having some real problems getting good behaviour for methods that throw Exceptions. Mail me privately if you can spare 5 minutes. William

RE: java.net.SocketException: Connection reset

2006-07-30 Thread Phani Sekhar
Hi all,   I am strucked up with this problem…. Please help me in solving this…. I didn’t get enough information in google also….. Is this a problem with tomcat or with Axis???   Thanks in advance Sekhar   -Original Message- From: Phani Sekhar [mailto:[EMAIL PROTECTED] Sent:

Re: stateful web service

2006-07-30 Thread Warren Crossing
In the client call you need to set MaintainSession true. Excuse the brief reply but I'm BAAF. Shaowei Mao wrote: Hi, I implemented a web service by generating stub and skeleton from wsdl. Now I want to turn them into stateful. I have been looking through mailing list and found that I need to set

implement JMS transport

2006-07-30 Thread V.Preetha
Hi,    I want to implement my web service using JMS transport. Please help me on a good link or an example that would guide me In the process. Your help on this will be appreciated.   Regards, Preetha V.       DISCLAIMER:This message contains privileged and confidential i

[Axis2] How do you generate WSDL that has a wsdl:fault?

2006-07-30 Thread William Ferguson
Hi, I'm using Axis2 1.0 and cam't seem to get the AxisServlet to return WSDL that defines a wsdl:fault. I have a simple Service class that has 3 methods, 1) returns void and throws WSException which extends from Exception 2) returns void and throws WSRemoteException which extends from Remote

XSD validation in WebserviceMethod

2006-07-30 Thread [EMAIL PROTECTED]
Hi All,Normally we do XML validation using XSD by giving the parser xml and xsd files. Having XSD file with me how can I do validation here before I start traversing through the OMElement. Thanks in Advance. -Prasad

Re: Axis2: LICENSING questions

2006-07-30 Thread Davanum Srinivas
Bruno, Axis2 itself is under ASL 2.0, the full text of the license is here: http://www.apache.org/licenses/ -- dims On 7/30/06, Bruno Negrao <[EMAIL PROTECTED]> wrote: Hi Guys, I'll use Axis2 library to deliver a comercial application. Does the axis2 license permits it? Will I have some restr

Axis2: LICENSING questions

2006-07-30 Thread Bruno Negrao
Hi Guys,I'll use Axis2 library to deliver a comercial application. Does the axis2 license permits it? Will I have some restriction/obligation with axis2?Thank you,bruno

Re: [Axis2 1.0] WSDL2Java bug?

2006-07-30 Thread Anne Thomas Manes
Please file a JIRA. On 7/29/06, Nirmit Desai <[EMAIL PROTECTED]> wrote: Hi, I am trying to generate test case from a WSDL operation taking no parameters (everything is document literal) . The input message for the operation is defined thus: The generated skeleton looks ok. However, the gene

Developing Axis2 - which jars are needed?

2006-07-30 Thread Bruno Negrao
Hi guys,I'll making an application that will need the axis2 classes to do soap. My application is only a SOAP client.What jars do I need to include in my bundle? I'd like to include only what is really necessary for a client  application. thank you,bruno

Re: [Axis2] MessageContext w/o any properties

2006-07-30 Thread Davanum Srinivas
ok deprecated Constants.HTTP_SERVLET_REQUEST and made sure that HTTPConstants.MC_HTTP_SERVLETREQUEST works. -- dims On 7/30/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: On Mon, 2006-07-17 at 10:00 +0200, heikki wrote: > Hi Deepal, > > yes it works now ! I'm using the nighlty build fom Jul