sandesha problem

2009-02-01 Thread Andrei Ivanov
Hello, I'm trying to add WS-RM to my services and clients, but I'm having some problems. I followed the user guide and when I tried to do some testing, I noticed some exceptions being thrown. I've generated a client stub(PersonalDataServiceStub) from the services WSDL and I've added these lines

Passing And Returning Objects

2009-02-01 Thread Michael
For the web services application I am developing I have designed my web services methods to accept objects and return objects. To avoid any problems and follow best practices for web development I have designed these objects with only primitives as attributes for objects that are passed and

Re: [Axis2 1.4.1] WSDL2Java difference Vs. Axis2 1.3

2009-02-01 Thread keith chapman
As Amila pointed out your WSDL is invalid, hence I don't think you can do anything about it other than changing your WSDL. Thanks, Keith. On Mon, Feb 2, 2009 at 6:33 AM, Thallapragada, Sowmi sow...@telenav.comwrote: Can anyone please help me with this issue? --

doubt regarding adding sub node or child node?

2009-02-01 Thread sachin.mobite
Hi All, Please forgive a newbie question :) I am using below mentioned java coding call.setOperationName(SubmitReq); call.addParameter(Version, XMLType.XSD_STRING, ParameterMode.IN); // call.addParameter(SenderIdentification, XMLType.XSD_STRING,

Re: Passing And Returning Objects

2009-02-01 Thread Amila Suriarachchi
On Sun, Feb 1, 2009 at 9:34 PM, Michael mtarullo...@optonline.net wrote: For the web services application I am developing I have designed my web services methods to accept objects and return objects. To avoid any problems and follow best practices for web development I have designed these

Re: Java Code generated by wsdl2java gives a lot of warnings during compilation

2009-02-01 Thread Amila Suriarachchi
Are you using Axis2 or Axis1? thanks, Amila. On Sat, Jan 31, 2009 at 6:51 PM, Lars Ohlén l...@ohlen.se wrote: Hi all, The Java source code generated by wsdl2java gives a lot of warnings during compilation. (Mostly type problems with generics). We use java 1.5 as target, but the code

Re: sandesha problem

2009-02-01 Thread Amila Suriarachchi
Can you try with the axis2 snapshot and sandesha2 snapshot. Try using different INTERNAL_KEY s rather than the SEQUENCE_KEY thanks, Amila. On Sun, Feb 1, 2009 at 9:17 PM, Andrei Ivanov andrei.iva...@gmail.comwrote: Hello, I'm trying to add WS-RM to my services and clients, but I'm having

Getting all parameters of the request

2009-02-01 Thread Yoav Naveh
Hello, I would like to be able to log all the parameters given to my WS function. To do so in the most generic way, I was wondering if there is any way to iterate all input parameters from the MessageContext or anything similar. For example, suppose my WS exposes a function called test